wifi_reset Problem with IDW01M1
I'm using the STM32F411RE board with the IDW01M1 WiFi expansion module. I run some examples from en.x-cube-wifi1_firmware.zip lib.
However, all example code I run always fail during the wifi_init()--> wifi_reset() call where it just hangs in this while loop:
while(IO_status_flag.WiFi_WIND_State.WiFiHWStarted != WIFI_TRUE)
{ __NOP(); //nothing to do }but WiFiHWStarted never gets set to WIFI_TRUE.
Maybe i dismissed some wiring conncetions (the expantion connected via wires to eval board)?
I have JP3 set in the 1-2 position (which it is). I also have JP4 set in the 1-2 position. I have connceted 3.3v to CN7 pins 12&Thanks,
Note: this post was migrated and contained many threaded conversations, some content may be missing.