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
|
|
|
|
|
|
|
#
|
2015-11-16 12:18:19 +00:00
|
|
|
# Definitions for the additional 'program flash' bank
|
|
|
|
# (instructions and/or data)
|
2011-11-13 14:31:00 +00:00
|
|
|
#
|
2012-05-23 18:05:28 +00:00
|
|
|
flash bank pflash.1 kinetis 0x00040000 0x40000 0 4 $_TARGETNAME
|