2011-11-13 08:31:00 -06:00
|
|
|
#
|
2012-02-27 14:51:12 -06:00
|
|
|
# Freescale TWRK60N512 development board
|
2011-11-13 08:31:00 -06:00
|
|
|
#
|
|
|
|
|
|
|
|
source [find target/k60.cfg]
|
|
|
|
|
2012-02-27 14:51:12 -06:00
|
|
|
$_TARGETNAME configure -event reset-init {
|
2020-04-25 18:25:32 -05:00
|
|
|
puts "-event reset-init occurred"
|
2012-02-27 14:51:12 -06:00
|
|
|
}
|
2011-11-13 08:31:00 -06:00
|
|
|
|
|
|
|
#
|
2015-11-16 06:18:19 -06:00
|
|
|
# Definitions for the additional 'program flash' bank
|
|
|
|
# (instructions and/or data)
|
2011-11-13 08:31:00 -06:00
|
|
|
#
|
2012-05-23 13:05:28 -05:00
|
|
|
flash bank pflash.1 kinetis 0x00040000 0x40000 0 4 $_TARGETNAME
|