cancel
Showing results for 
Search instead for 
Did you mean: 

Trying to use STM32CubeIDE to generate code for LWIP using FreeRTOS. The target processor is an STM32F417. The generated code will not get a DHCP address. Any ideas would be appreciated.

DGeie.1
Associate
 
1 REPLY 1
Imen.D
ST Employee

Hello @DGeie.1​ ,

Did you tried one of the LwIP examples already available in the STM32CubeF4 MCU package?

Like: STM32Cube_FW_F4_V1.26.1\Projects\STM324xG_EVAL\Applications\LwIP

You can compare the code/functions with yours, maybe this help you to identify what is going wrong in your case.

You can import Cube projects from SW4STM32 to STM32CubeIDE following this UM2579: Migration guide from System Workbench to STM32CubeIDE.

Hope this helps you !

-When your question is answered, please close this topic by choosing Select as Best-

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen