Hey everyone,
I have designed a custom board with a bunch of nordic IC's (nRF54L15, nRF9151, nRF7002 & nPM1300)
I have tested the basic functionality so far, including Hello World and Blink via npm.
Also bit more advanced so SLM on the nrf9151 is working with external UART (haven't tested from nRF54 on board) and Basic Bluetooth is working with connection to nrf app and connection stay stable.
My next step is to test the basic functions of the nRF7002, but I have hit an issue here.
I have tried the nRF54 with both WiFi: Scan sample and WiFi: Shell. both seem to be running into the same issue related to wifi_nrf_bus: Error: RDSR2 failed
Here is the log output of the Scan sample:
And here is that of the Wifi Shell sample
The VDDIO is power by 3V3 (measured 3.44V)
The VBAT is currently being emulated by a PPK II (3.76V)
I have followed the reference circuitry for the nRF7002-CEAA and nRF54L15-CAAA
I am also seeing some strange noise right after I reset the nrf54l15 and its is probably trying to initiate the nrf7002
In the image below you see the voltage on the VDD_BUCK Line
And I see something similar on the PWRIOVDD line:
I am not sure where to start debugging here, software or hardware. I hope someone can help me out.
I also double checked pinouts on the schematic vs overlay and they are the same too with no pin conflicts.