2022-06-12 16:42:27 -05:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
2017-10-24 13:50:39 -05:00
|
|
|
#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]
|