Skip to content

szczys/bluepill-opencm3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STM32F103 "Bluepill" Framework using libopencm3

This is based off of the what Ross Schlaikjer did for CPP but this for C. Also, some of the library calls didn't work and have been updated.

Submodule

libopencm3 is used as a submodule. After cloning, run:

sudo apt install {gcc,libnewlib,binutils}-arm-none-eabi

git submodule init
git submodule update
pushd libopencm3
make
popd

Programming

You can easily used an ST-LINK programmer. I haven't been able to get the USB bootloader to work yet but you can also use a USB-to-serial dongle using stm32loader.

About

STM32F103 "Bluepill" Framework using libopencm3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages