cb36698bc651f2ce4573dbd26f6c348a71a96b62
[fw/openocd] / tcl / target / lpc84x.cfg
1 # NXP LPC84x Cortex-M0+ with at least 8kB SRAM
2 if { ![info exists CHIPNAME] } {
3         set CHIPNAME lpc84x
4 }
5 set CHIPSERIES lpc800
6 if { ![info exists WORKAREASIZE] } {
7         set WORKAREASIZE 0x1fe0
8 }
9
10 set IAP_ENTRY 0x0F001FF1
11 source [find target/lpc1xxx.cfg]