aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/stm8s003.cfg
blob: 34997bec203a92bd1f9dd7d4e65c07ff2e9c1fcb (plain)
1
2
3
4
5
6
7
8
9
10
11
#config script for STM8S003

set FLASHEND 0x9FFF
set BLOCKSIZE 0x40

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

source [find target/stm8s.cfg]