We have firmware that works great on the nRF7002-DK board, but now that we have our own board with a Fanstel Wi-Fi module it appears that the Wi-Fi hardware is not responding. Since the connections between the nRF5340 and nRF7002 are inside of the Fanstel module, there is no way to probe the signals to see if the chips are communicating, etc.
Can you point me towards any documentation on the Nordic Wi-Fi driver in nrfxlib/nrf_wifi? My hope is that I can find some functions to tell me more about the status of the connection, whether the QSPI interface is working, if the nRF7002 is responding at all, etc.
I need to figure out if this is a hardware or firmware issue, and whether it is on our board or in the module. One concern is if the split supply (1.8V for the MCU and nRF7002 I/O, but 3.3V to the Vbat pins of the nRF7002) was implemented the same in the Fanstel module as on the nRF7002-DK board. So I want to see basic information from the driver about whether the RPU is enabled, if it is communicating on the QSPI bus, etc.