Networking not getting IP address in Azure RTOs on Nucleo-H723ZG platform
I implemented the solution found in the online workshop for the NetX Duo Webserver. The demo worked as expected. I then attempted to rebuild my own solution from scratch using STM32CubeMX to create the project, and add all the cheat sheet items in STD32CubeIDE. The firmware builds, but the Azure RTOS never gets the IP address from DHCP. I tried a static IP address, and I am not able to even ping the board. It is as if the network stack is not working at all. The demo uses older version of Netx Duo and threadx than the latest I am using in STM32Cube repository. Does any one have an idea what I missed? I have attached the project. The code fails on getting the semaphore just before retrieving the IP address.
