c4d87db26234e1a914fd575d004584dfd731ead5
[fw/openocd] / tcl / board / twr-k60f120m.cfg
1 #
2 # Freescale TWRK60F120M development board
3 #
4
5 source [find target/k60.cfg]
6
7 $_TARGETNAME configure -event reset-init {
8         puts "-event reset-init occurred"
9 }
10
11 #
12 # Definitions for the additional 'program flash' banks
13 # (instructions and/or data)
14 #
15 flash bank pflash.1 kinetis 0x00040000 0x40000 0 4 $_TARGETNAME
16 flash bank pflash.2 kinetis 0x00080000 0x40000 0 4 $_TARGETNAME
17 flash bank pflash.3 kinetis 0x000c0000 0x40000 0 4 $_TARGETNAME