2018-09-20 09:40 AM
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?
2018-09-21 05:26 AM
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.
2023-03-11 03:53 AM
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.