Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 480 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 480 Bytes

STM32 Firmware Loader

These C sources can be used to burn .bin (no hex support) firmware images to STM32 microcontrollers using the built-in serial bootloader.

Usage: stm32ld <port> <baud> <binary image name|0 not to flash> [<0|1 to send Go command to new flashed app>]

Building

If lake is installed:

lake

Otherwise:

Linux/Mac OS X:

make

Original source author: Bogdan Marinescu [email protected]