Templates and examples for STM32F103RB MCU.
- 01_LED_blinking: the simplest LED blinking
- 02_HSI_PLL: config SYSCLK for 64 MHz with HSI and PLL
- 03_HSE_PLL: config SYSCLK for 72 MHz with HSE and PLL
- 04_FreeRTOS: the simplest FreeRTOS project with LED blinking
- 05_USART_echo: all USARTs echo from ISR
- 06_TIM_base: all TIMs time based interval interrupts
- 07_TIM_PWM: all TIMs configure to generate PWM signal
- 08_SPI_loop: all SPIs send and receive data
- 09_CAN_loop: CAN sends data and receives it in loopback mode
- 10_Unique_ID: read unique device ID
- IAR EWARM: v8.20
- FreeRTOS v10.0.0
MIT Licence