This repository contains firmware for main MCU STM32F103 of DC-01 module.
-
Development:
arm-none-eabi-gcc
make
$ make
-
Debugging:
openocd
arm-none-eabi-gdb
$ openocd $ arm-none-eabi-gdb build/dc01.elf (gdb) target extended-remote :3333 (gdb) b main
-
Flashing:
st-flash
(via STlink) DC-01 module contains programming connector. Use STlink to program the MCU.$ make flash_stlink
This application is released under the Apache License v2.0 .