After converting LwIP_HTTP_Server_Netconn_RTOS to C++, hangs in Hal_Delay()
Hi,
I was working with LwIP_HTTP_Server_Netconn_RTOS on STM32F469I-Eval board.
I converted main.c, httpser-netconn.c to main.cpp and httpser-netconn.cpp
Was able to compile it successfully, but when I did debug, it hanged at ethernetif_init()->low_level_init()->HAL_ETH_Init() -> HAL_Delay() forever.
Even 'uwTick' from HAL_GetTick() had increased till 16 only and that count stopped there forever.
Will help me great if I get some help on how to proceed ahead? or some pin-points to resolve it out?
Regards,
Prashant