Support NXP LPC1343
This commit is contained in:
parent
67f9d26644
commit
28f0ced97e
|
@ -97,6 +97,12 @@ lpc11xx_probe(target *t)
|
||||||
target_add_ram(t, 0x10000000, 0x1000);
|
target_add_ram(t, 0x10000000, 0x1000);
|
||||||
lpc11xx_add_flash(t, 0x00000000, 0x10000, 0x1000);
|
lpc11xx_add_flash(t, 0x00000000, 0x10000, 0x1000);
|
||||||
return true;
|
return true;
|
||||||
|
case 0x3000002B:
|
||||||
|
case 0x3D00002B:
|
||||||
|
t->driver = "LPC1343";
|
||||||
|
target_add_ram(t, 0x10000000, 0x2000);
|
||||||
|
lpc11xx_add_flash(t, 0x00000000, 0x8000, 0x1000);
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
idcode = target_mem_read32(t, LPC8XX_DEVICE_ID);
|
idcode = target_mem_read32(t, LPC8XX_DEVICE_ID);
|
||||||
|
|
Loading…
Reference in New Issue