aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/lpc84x.cfg
blob: cb36698bc651f2ce4573dbd26f6c348a71a96b62 (plain)
1
2
3
4
5
6
7
8
9
10
11
# NXP LPC84x Cortex-M0+ with at least 8kB SRAM
if { ![info exists CHIPNAME] } {
	set CHIPNAME lpc84x
}
set CHIPSERIES lpc800
if { ![info exists WORKAREASIZE] } {
	set WORKAREASIZE 0x1fe0
}

set IAP_ENTRY 0x0F001FF1
source [find target/lpc1xxx.cfg]