device ID on LPC5512

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

device ID on LPC5512

864 Views
JRIIS
NXP Employee
NXP Employee

Hi,
I try to read the device ID with ISP command through UART, but it can't read out the correct device ID number.
The command I send is:
BYTE command1[] = {0x5A, 0xA4, 0x0C,0x00,
0x2C, 0x49, //crc16
0x07, //getproperty
0x00,0x00,0x02, //2 para
0x10,0x00,0x00,0x00, //device id tag 0x10
0x00,0x00,0x00,0x00};

And the data returned from the device is : 0x5A,0xA4,0x08,0x00,0x92,0x68,0xA7,0x00,0x00,0x01,0x3C,0x28,0x00,0x00.

In the datasheet, the device id for LPC5512 is 0xA100370C, is different with the data I received 0x283C.

please help to check.

Thanks.

/Jakob

Labels (1)
Tags (1)
0 Kudos
Reply
1 Reply

851 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello JRIIS,

 

LPC551x/0x doesn't support "get-property 0x10", it is a doc issue.

 

BR

Alice

0 Kudos
Reply