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)
|
|
|
|
#
|
|
|
|
flash bank pflash.pflash kinetis 0x00000000 0x80000 0 4 $_TARGETNAME
|