cancel
Showing results for 
Search instead for 
Did you mean: 

azure RTOS CMSIS-RTOS2 wrapper for H5

dvescovi
Associate III

I don't see the wrapper listed in the package for H5 although its listed in this document

en.stm32h5-cube-firmware.pdf

where can I get it? Is it possible to download and add the package to STM32CubeMX?

3 REPLIES 3
MHoll.2
Senior III

The CMSIS-RTOS 2 wrapper is only for FreeRTOS, AzureRTOS (or better ThreadX) do not have a wrapper in STM32Cube.

Haithem Rahmani
ST Employee

Hi @dvescovi 

the CMSIS RTOS2 wrapper for threadx is available in the STM32CubeH5 package.

https://github.com/STMicroelectronics/STM32CubeH5/tree/main/Middlewares/ST/cmsis_rtos_threadx

but it is not integrated in STM32CubeMX.

 

regards

Haithem.