Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.12 KB

File metadata and controls

30 lines (22 loc) · 1.12 KB

STM32 Example Project

With PlatformIO + libopencm3 + FreeRTOS

This is an example STM32 Blue Pill (STM32F103C8T6) project for learning and training purposes.

Build And Run

  1. Install PlatformIO extension to VS Code
  2. From the left sidebar select PlatformIO extension
  3. From Quick Access (at bottom) select Boards
  4. Search "blue" and find "Blue Pill STM32F103C8" row
  5. Click on "ST STM32" text
  6. Click Install and wait until complete
  7. You are ready to build and flash with STLink!

At the bottom of VS Code click "✓" to build, "➔" to upload.

Attributions

License

The Unlicense. Feel free to use or change it how you need. But third party sources or libraries may have some limitations.