cancel
Showing results for 
Search instead for 
Did you mean: 

How do you add support for CMSIS OS calls, etc. to an AzureRTOS project?

MButsch
Associate III

I have seen this example project https://github.com/STMicroelectronics/x-cube-azrtos-h7/tree/main/Projects/STM32H747I-DISCO/Applications/ThreadX/Tx_CMSIS_Wrapper but am not sure how to integrate it with my project.

Thanks in advance,

Mark

3 REPLIES 3
Imen.D
ST Employee

Hello @MButsch​ ,

Have a look at this article How to create a Thread using AzureRTOS and STM32CubeIDE?, and this ST wiki STM32CoreMW overview - stm32mcu

I hope these resources are helpful for you.

If your question is answered, please select the answer as “Best�? as this will help other users to find the answers faster.

Imen

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

Thank you for the reply,

Those resources do not address how to integrate the ThreadX CMSIS wrapper though.

Mark

What if you just add the wrapper file into the project? (e.g. put it into any source folder)