2025-09-03 6:01 AM
Hi,
When will the announcement in the link below come into effect?
Will there be a version of STM32CubeMX that will generate a project including the LwIP, FreeRTOS, and Filex libraries for the STM32H5?
https://community.st.com/t5/developer-news/new-strategic-directions-for-stm32cube/bc-p/804011#M126
Ari
2025-09-09 1:28 AM
There is currently no plan to add lwIP, USBX and FileX/LevelX configuration for FreeRTOS in STM32CubeMX for STM32H5.
Nevetheless, you can find and start from application project examples on ST Github:
- FreeRTOS+lwIP: https://github.com/STMicroelectronics/stm32h5-classic-coremw-apps
- FreeRTOS+FileX/LevelX+USBX (just released!): https://github.com/STMicroelectronics/stm32h5-eclipse-coremw-apps
2025-09-09 9:25 AM
Hi Loic,
So the new direction/strategy of making FreeRTOS the native (default) RTOS of the STM32CubeMX and being able to generate a project including FreeRTOS or bare-metal to automatically include USBx, FileX, LwIP, etc., will only be for future microcontrollers, in the case of the H5, will it stay as it is? Having to include the libraries manually.
Will all of this happen alongside the release of HAL2?
Ari
2025-09-09 11:31 PM
You got it. This will be the base for future STM32 series of MCUs, based on HAL2, including evolution of STM32CubeMX generation tool. For existing series, we do not bring new options in the STM32CubeMX configuration tool, you need to refer to GitHub with application project examples.
Note that the current version of STM32CubeMX can generate project for STM32H5 with 2 options for USBX and FileX: with ThreadX, or bare metal.
2025-09-22 7:37 AM
Hello Loic,
Sorry to hijack this thread. I can see that the RTOS Agnostic CoreMW for H5 and WBA series have been released in the past month. I was wondering when the RTOS Agnostic CoreMW for STM32U5 series will be released?