Resolved! STM32H743 CubeMX 4.23.0 FreeRTOS LwIP (UDP) hangs
Posted on January 04, 2018 at 12:09Hello.I have a simple SW4STM32 project just using FreeRTOS and LwIP on NUCLEO-H743ZI.Initialize UDP in a task with: struct netconn *conn_udp; conn_udp = netconn_new(NETCONN_UDP);FreeRTOS hangs forever in portmacr...