Skip to main content
Associate
July 15, 2025
Solved

Сode migration to latest STM32CubeMX v6.15.0 error onfiguration freertos+lwip for STM32F765VGTx

  • July 15, 2025
  • 2 replies
  • 360 views

After migrating the project for STM32F765VGTx in cubeMX from version 6.14.1 to version 6.15.0, the parameter "WITH_RTOS (Use FREERTOS ** CubeMX specific **)" in lwip -> tab "General settings -> RTOS dependency" is inactive, and takes the value disabled,
while the use of FREERTOS is set to CMSIS_V2.
Also I can't change "NO_SYS (OS awareness)" from "OS not used" in the tab "Key parameters -> Infrastructure - OS awareness parameter".

When creating a new configuration, the problem is not solved.

I add two configurations, one before migration, the other after.

Best answer by Mahmoud Ben Romdhane

Hello @Electronik ,

 

This behavior was reported to the dedicated team until this Internal Ticket (Ticket Number: 203486).

It was a known limitation on STM32CubeMX 6.15 which states that STM32F7 LWIP implementation should not be updated to CMSIS V2.

 

Thanks

Mahmoud

 

 

2 replies

Technical Moderator
July 15, 2025

Hello @Electronik 

 

First let me thank you for posting and welcome to the ST Community.

Your request is under investigation, and I will get back to you ASAP.

 

Thanks.

Mahmoud

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Technical Moderator
July 15, 2025

Hello @Electronik ,

 

This behavior was reported to the dedicated team until this Internal Ticket (Ticket Number: 203486).

It was a known limitation on STM32CubeMX 6.15 which states that STM32F7 LWIP implementation should not be updated to CMSIS V2.

 

Thanks

Mahmoud

 

 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Associate
July 15, 2025

Okay, but STM32CubeMx 6.15 has no limitation for working with lwip with CMSIS V2 for STM32F756VGTx, why they are for STM32F765VGTx. They use the same Firmware package versions.