cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeMX, STM32F7 and CMSIS RTOS2 work flow?

Dhaval Patel
Associate II

I created project using ARM MDK (Keil) tool chain where I installed STM32 FW Pack and then using MX Cube to create main.c, stm32F7xx_it.h and stm32F7xx_it.c. I was not using any OS. Application is working ok.

Now I am trying to add CMSIS - RTOS2 so I can create threads and get advantages of RTOS. For that I have ticked Keil RTX5 and created main thread as information available on ARM-Keil website. Some how it doesn't work. So has anyone tried and tested CMSIS-RTOS2 with CubeMx successfully?

2 REPLIES 2
Imen.D
ST Employee

Hello @Dhaval Patel​ ,

Currently, there is no short term planning defined yet to support CMSIS-RTOS2 for the coming versions of STM32CubeMX.

Kind Regards,

Imen.

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
EJohn.7
Associate

I have done it by following the ARM Keil instructions here - Use STM32CubeMX in MDK Projects (keil.com)

I did it today using CubeMX V6.8.0, I have done it before on earlier versions too.