Skip to content

roddehugo/bluepill-serial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bluepill USB serial device

Boilerplate for using libopencm3 USB CDC on STM32F1 Bluepill board.

$ make
$ arm-none-eabi-gdb src/program.elf
(gdb) target extended-remote <port>
(gdb) monitor swdp_scan
(gdb) attach 1
(gdb) load
(gdb) run

About

STM32 bluepill usb cdcacm console using libopencm3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published