Add support for LPC1114/333 (LPC1100XL series)

This is not given in the user manual but the register immediately
following DEVICE_ID does apparently contain the correct part ID.
This commit is contained in:
Thomas Bénéteau 2019-10-13 00:11:55 +13:00 committed by UweBonnes
parent 5c805c7d35
commit 4a8cba0e9c
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@ lpc11xx_probe(target *t)
target_add_ram(t, 0x10000000, 0x2000);
lpc11xx_add_flash(t, 0x00000000, 0x20000, 0x1000);
return true;
case 0x00040070: /* LPC1114/333 */
case 0x00050080: /* lpc1115XL */
t->driver = "LPC1100XL";
target_add_ram(t, 0x10000000, 0x2000);