Skip to content

AVilezhaninov/STM32F103RB

Repository files navigation

STM32F103RB

Templates and examples for STM32F103RB MCU.

List

  • 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

Versions

  • IAR EWARM: v8.20
  • FreeRTOS v10.0.0

Licence

MIT Licence

Releases

No releases published

Packages

No packages published