Initial commit
This commit is contained in:
8
openocd/openocd_flash.cfg
Normal file
8
openocd/openocd_flash.cfg
Normal 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
|
Reference in New Issue
Block a user