Associate
August 17, 2019
Question
I cannot find MX_LWIP_Process() defined in my lwip.c. Why and how should I do?
- August 17, 2019
- 1 reply
- 3107 views
OS: Ubuntu 18.04 LTS
IDE: STM32CubeIDE v1.0.1
board: STM32F769 Discovery Kit
I am trying to use LwIP with FreeRTOS.
I turned ETH, LwIP, FreeRTOS enabled in the IDE.
After generating code, I found that LwIP.c does not have MX_LWIP_Process() defined.
There is a header definition in LwIP.h, but no function declaration in LwIP.c.
Why does this happen? In this case, what should I do to use MX_LWIP_Process() in for loop.
