NUCLEO-F401RE and X-NUCLEO-IDW04A1 with X-CUBE-WIFI1 v3.1.1: demo application doesn't work out of box
Using the above hardware with IAR EWARM 8.11. I am working with a freshly extracted copy of your example code, specifically the STM32CubeExpansion_WIFI1_V3.1.1\Projects\Multi\Client_Socket project.
I made the following change to the project options. I changed SPWF01 to SPWF04 to reflect the actual hardware I am using. By default, this project uses the UART, since CONSOLE_UART_ENABLED is defined in the project options.
With no other change, the project behaves as expected, connecting to the specified access point, and interacting with the server.
BUT....
When I remove the define for CONSOLE_UART_ENABLED and rebuild (after changing the jumpers from the UART to the SPI configuration), the project hangs at the "Wi-Fi Initialized And Ready" message.
BTW, the X-NUCLEO board has the latest firmware on it, so that's not an issue:
AT-S.Var:build=171117-0328fe3-SPWF04S
AT-S.Var:fw_version=1.1.0
Can you verify that the Client_Socket example does work with both UART and SPI (and provide your configuration)?
Thanks very much.
Mike
