cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeMX new new strategic directions

Asantos
Senior

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

4 REPLIES 4
Loic CHOSSAT
ST Employee

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

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

 

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.

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?