8545a5ab21225967121502651c4d384381474f22
[fw/openocd] / tcl / target / stm8l152.cfg
1 #config script for STM8L152
2
3 set EEPROMSTART 0x1000
4 set EEPROMEND 0x13ff
5
6 proc stm8_reset_rop {} {
7    mwb 0x4800 0xaa
8    mwb 0x4800 0xaa
9    reset halt
10 }
11
12 source [find target/stm8l.cfg]