Steps to Port FreeRTOS on STM32F103C8T6
For other basic configurations, refer to my article: STM32F103C8T6 Microcontroller CUBEIDE Integrated Development Environment Configuration Process.Based on the above, follow these steps:1. First, select sys->Timebase source and choose TIMx. This article selects TIM1 (it is best to choose this; others only have basic functions like TIM2, TIM3, and TIM4. TIM1 is an advanced timer, and … Read more