aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/lpc2294.cfg
blob: b1042af0a25e197ceffbd253a4b4e7239a6be274 (plain)
1
2
3
4
5
6
7
8
9
10
11
# NXP LPC2294 ARM7TDMI-S with 256kB flash and 16kB SRAM, clocked with 12MHz crystal

source [find target/lpc2xxx.cfg]

proc init_targets {} {
	# 256kB flash and 16kB SRAM, clocked with 12MHz crystal
	# setup_lpc2xxx <chip_name> <cputapid> <flash_size> <flash_variant> <workarea_size> <core_freq_khz> <adapter_freq_khz>
	
	# !! TAPID unknown !!
	setup_lpc2xxx lpc2294 0xffffffff 0x40000 lpc2000_v1 0x4000 12000 1500
}