eeprom-24lc64-clone/openocd.conf

10 lines
205 B
Text
Raw Normal View History

2021-01-27 11:00:22 +01:00
source [find interface/stlink-v2-1.cfg]
#source [find target/stm32l0.cfg]
source [find target/stm32l0_dual_bank.cfg]
$_TARGETNAME configure -event reset-init {
mmw 0xe0042004 0x7 0x0
}
init
reset
halt