cancel
Showing results for 
Search instead for 
Did you mean: 

Anyone has a sample main function source code for FreeRTOS on the STM32F103 showing clock/RCC initialization call to CubeMX generated init code?

EHD
Associate II
 
1 REPLY 1
Houssem CHAABANI
Senior II

Dear @EHD​ ,

In order to activate FreeRTOS on STM32F103 you need to activate FreeRTOS under Middleware and choose between CMSIS_V1 and CMSIS_V2 depending on your project.

After that you can generate your code and get all the configuration.

Hope that this solve your issue.

Best regards,

Houssem