cancel
Showing results for 
Search instead for 
Did you mean: 

Problems when migrating from 6.0.0 to 6.9.2 FreeRTOS LWIP

ruuch
Associate

Hello!

When I took a project on version 6.0.0 and compiled it - it works stable. After CubeIDE offered to migrate to a fresh version 6.9.2 and I agreed, I set my Driver_PHY. After that the project builds, but not working.

My source data:
Nucleo-F767Z
https://github.com/Jabed-Akhtar/STM32F767ZI_Nucleo-144_CubeIDE_Examples/tree/main/Eth_UDP_Client_v1.0

 

Best regards,

Daniel Ruchess

 

UDP: This works on CMSISv1, but does not work on CMSISv2

2 REPLIES 2
Imen.D
ST Employee

Hello @ruuch ,

I recommend you use latest release of STM32CubeIDE (version 1.13.2) with CubeMX (v6.9.2). Make sure also to update and use latest release of STM32CubeF7 firmware package.

Check that you have enough stack to the thread that start LwIP.

Check the limitations of the CMSIS-RTOS2 for FreeRTOS described in the following page:

Technical data and limitations

Hope this helped you!

Imen

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