rodos_template/openocd/openocd_flash.cfg
2021-04-26 17:27:16 +02:00

8 lines
150 B
INI

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