I have a custom board that consists of a nRF52840 and a nRF7002 WiFi companion chip, connected via SPI. (not QSPI)
I wrote a tiny test program that configures the nRF7002 connection and pins, but does not interact with it in the event loop. I had a few errors related to SPI initialization because of wrong pin mappings, but fixed all of those.
However, now the only log output I receive is this:
[00:00:00.003,662] <inf> wifi_nrf_bus: SPIM spi@40004000: freq = 8 MHz [00:00:00.003,692] <inf> wifi_nrf_bus: SPIM spi@40004000: latency = 0
It appears to never reach the event loop and hang at this point. What is a good next step to debug this and/or what other information can I provide?
I am fairly new to the Nordic ecosystem and am stuck here.
Thanks!