Skip to content

shchers/libopencm3-bluepill-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blue Pill (STM32F103C8T6) template for libopencm3

This is template of firmware for STM32F103 based "Blue Pill" board. Image of Blue Pill

Preparing

  • Update APT cache
sudo apt update
  • Install ARM GCC compiler and other tools
sudo apt install gcc-arm-none-eabi git minicom
sudo dpkg -i JLink_Linux_V640_x86_64.deb

Building

  • Clone project

  • Init and fetch submodules

git submodule update --init
  • Clean source code
make clean
  • Build firmware
make -j$(nproc)
  • Flash firmware to device
make flash

Releases

No releases published

Packages

No packages published