A base project for the STM32F103C8T6 aka blue pill board.
This project runs FreeRTOS 10.2.1 and has several common system peripherals preconfigured. Namely: I²C2, SPI1, ADC1, TIM1.
So everything you need for most projects.
- Install PlatformIO Core
- Run these commands:
# Build project
> platformio run
# Upload firmware
> platformio run --target upload
# Clean build files (optional)
> platformio run --target clean
The source code of this software is licenced, unless stated otherwise, under the terms of The Beerware Licence.