flash/nor/lpc2000: add alternative part ID for LPC1343

http://support.code-red-tech.com/CodeRedWiki/DebugAccessChip
> Note that once you have recovered debug access to your MCU, then in most cases you should then modify your Debug Configuration to turn vector catch off again. If this is not done, then this can cause problems in some circumstances with some versions of the Code Red IDE. For example with NXP LPC13xx parts, connecting more than once to the MCU with vector catch enabled can lead to the part ID being incorrectly read - which can again cause debug connections to fail
This patch adds an alternative part ID for LPC1343. With this patch "program" command works fine for flashing.

Change-Id: I8632e898a4c33102455925d25715b4f4edfa1d97
Signed-off-by: Jakub Kubiak <jakub@kubiak.es>
Reviewed-on: http://openocd.zylin.com/2782
Tested-by: jenkins
Reviewed-by: Andreas Färber <afaerber@suse.de>
Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
This commit is contained in:
Jakub Kubiak 2015-05-27 21:52:41 +02:00 committed by Freddie Chopin
parent ae2142d5a2
commit 9a6d6b51b7
1 changed files with 2 additions and 0 deletions

View File

@ -213,6 +213,7 @@
#define LPC1317 0x1A020525
#define LPC1342 0x3D01402B
#define LPC1343 0x3D00002B
#define LPC1343_1 0x3000002B
#define LPC1345 0x28010541
#define LPC1346 0x08018542
#define LPC1347 0x08020543
@ -1317,6 +1318,7 @@ static int lpc2000_auto_probe_flash(struct flash_bank *bank)
case LPC1313_1:
case LPC1315:
case LPC1343:
case LPC1343_1:
case LPC1345:
lpc2000_info->variant = lpc1100;
bank->size = 32 * 1024;