tcl/target: Add LPC4357 config
Reuse the flashless LPC4350 as base and amend it as necessary. The LPC43x7 have 2x 512 KB of flash. Change-Id: Ia7ffbc7101023479971984b839f171ed4be6b089 Signed-off-by: Andreas Färber <afaerber@suse.de> Reviewed-on: http://openocd.zylin.com/3037 Tested-by: jenkins Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
This commit is contained in:
committed by
Freddie Chopin
parent
4124e5deb4
commit
2cbbe9abf5
12
tcl/target/lpc4357.cfg
Normal file
12
tcl/target/lpc4357.cfg
Normal file
@@ -0,0 +1,12 @@
|
||||
#
|
||||
# NXP LPC4357
|
||||
#
|
||||
|
||||
if { ![info exists CHIPNAME] } {
|
||||
set CHIPNAME lpc4357
|
||||
}
|
||||
set WORKAREASIZE 0x8000
|
||||
source [find target/lpc4350.cfg]
|
||||
|
||||
flash bank $_CHIPNAME.flasha lpc2000 0x1A000000 0x80000 0 0 $_CHIPNAME.m4 lpc4300 204000 calc_checksum
|
||||
flash bank $_CHIPNAME.flashb lpc2000 0x1B000000 0x80000 0 0 $_CHIPNAME.m4 lpc4300 204000 calc_checksum
|
||||
Reference in New Issue
Block a user