2011-11-13 14:31:00 +00:00
|
|
|
#
|
2012-02-27 20:51:12 +00:00
|
|
|
# Freescale TWRK60N512 development board
|
2011-11-13 14:31:00 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
source [find target/k60.cfg]
|
|
|
|
|
2012-02-27 20:51:12 +00:00
|
|
|
$_TARGETNAME configure -event reset-init {
|
|
|
|
puts "-event reset-init occured"
|
|
|
|
}
|
2011-11-13 14:31:00 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Bank definition for the 'program flash' (instructions and/or data)
|
|
|
|
#
|
2012-05-23 18:05:28 +00:00
|
|
|
flash bank pflash.0 kinetis 0x00000000 0x40000 0 4 $_TARGETNAME
|
|
|
|
flash bank pflash.1 kinetis 0x00040000 0x40000 0 4 $_TARGETNAME
|