LPC8xx TAP ID ?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LPC8xx TAP ID ?

399 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Pacman on Tue Jan 28 17:42:33 MST 2014
As I'm using OpenOCD to program my microcontrollers via JTAG, I need the TAP ID for the LPC8xx.
It seems it's not mentioned in the User's Manual or the datasheet, so I'd like to ask what the TAP ID of the LPC812 (and 8xx family) is ?
Labels (1)
0 Kudos
1 Reply

381 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by nxp_apps on Mon Feb 03 15:13:33 MST 2014
Hi,

This entire TAP ID information is mentioned in the BSDL files.
Please see link to get the BSDL files and also, below.

http://www.lpcware.com/content/nxpfile/bsdl-files-lpc81x-rev-2a
http://www.lpcware.com/content/nxpfile/bsdl-files-lpc81x-rev-4c

For example,

attribute IDCODE_REGISTER     of LPC800 : entity is
        "0100"                             &    -- Version Number
        "0000000000000000"     &    -- Part Number LPC812M101FDH20 8122
        "00000010101"               &    -- Manufacturer ID
        "1";                                        -- Required by IEEE

Thanks.

nxp_support
0 Kudos