Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 701 Bytes

README.md

File metadata and controls

35 lines (28 loc) · 701 Bytes

DC-01 Firmware

This repository contains firmware for main MCU STM32F103 of DC-01 module.

Build & requirements

  • 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

License

This application is released under the Apache License v2.0 .