Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 262 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 262 Bytes

STM32F03 Dev board

To flash the board use:

stm32flash -b 115200 -i -rts,dtr:-dtr,rts -w ./program.bin /dev/ttyUSB0

Make sure to use the appropriate path to the .bin you want to flash and change ttyUSBO to whatever your system assigned to the dev board.