Skip to main content
Visitor II
October 19, 2023
Question

Problems when migrating from 6.0.0 to 6.9.2 FreeRTOS LWIP

  • October 19, 2023
  • 1 reply
  • 1424 views

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

This topic has been closed for replies.

1 reply

Technical Moderator
October 20, 2023

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"".ThanksImen"
Piranha
Principal III
October 21, 2023