Skip to content

jsnyder/stm32ld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8295f4d · Feb 9, 2017

History

18 Commits
May 26, 2013
Apr 14, 2015
Apr 14, 2015
Apr 14, 2015
Oct 26, 2010
Feb 8, 2017
Feb 15, 2010
Feb 8, 2017
Feb 15, 2010
Apr 14, 2015
Apr 14, 2015
Feb 15, 2010

Repository files navigation

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]