aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/stm8s103.cfg
blob: 714acf4800b2f541b6a5be7ddb3b5b66fb3bddd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#config script for STM8S103

set FLASHEND 0x9FFF
set EEPROMEND 0x427F
set OPTIONEND 0x480A
set BLOCKSIZE 0x40

proc stm8_reset_rop {} {
   mwb 0x4800 0x00
   reset halt
}

source [find target/stm8s.cfg]