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