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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-06-23 7:17 AM
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-06-23 11:03 AM
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
Thanks
Imen
