aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/lpc84x.cfg
blob: af26f2757fb48ea87b80c297df0ecb8d8e5f2058 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# SPDX-License-Identifier: GPL-2.0-or-later

# 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]