blob: 3aa590bc17902bac0b02234fa69837de25d4e6df (
plain)
1
2
3
4
5
6
7
8
9
|
# NXP LPC2103 ARM7TDMI-S with 32kB flash and 8kB SRAM, clocked with 12MHz crystal
source [find target/lpc2xxx.cfg]
proc init_targets {} {
# 32kB flash and 8kB SRAM, clocked with 12MHz crystal
# setup_lpc2xxx <chip_name> <cputapid> <flash_size> <flash_variant> <workarea_size> <core_freq_khz> <adapter_freq_khz>
setup_lpc2xxx lpc2103 0x4f1f0f0f 0x8000 lpc2000_v2 0x2000 12000 1500
}
|