Anyone has a sample main function source code for FreeRTOS on the STM32F103 showing clock/RCC initialization call to CubeMX generated init code?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-06-10 10:43 AM
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-12-01 5:38 AM
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
