Initial commit

This commit is contained in:
2021-04-26 17:27:16 +02:00
commit be3ecf3e6e
12 changed files with 261 additions and 0 deletions

View File

@ -0,0 +1,8 @@
source [find interface/stlink-v2.cfg]
source [find target/stm32f4x.cfg]
init
reset halt
flash write_image erase stm32f4.hex 0 ihex
reset run
shutdown