Skip to main content
Dhaval Patel
Associate II
September 20, 2018
Question

STM32CubeMX, STM32F7 and CMSIS RTOS2 work flow?

  • September 20, 2018
  • 2 replies
  • 1434 views

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?

This topic has been closed for replies.

2 replies

Technical Moderator
September 21, 2018

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"".ThanksImen"
EJohn.7
Explorer
March 11, 2023

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.