DEVICEID wrong address in UM10732 (LPC11U6x)

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

DEVICEID wrong address in UM10732 (LPC11U6x)

Jump to solution
495 Views
turboj
Contributor I

The LPC_SYSCON->DEVICID register is specified to be at offset 0x3F4 in the manual (UM10732), but it is actually located at offset 0x3F8. Reading LPC_SYSCON->DEVICID thus does not yield a valid part ID.

Workaround: The IAP function to read the part ID reads from the correct location, so just use this function.

Source Code change: Change line 111 in syscon_11u6x.h to read:

__I  uint32_t  RESERVED16[111];

This moves the following DEVICEID field up to the correct offset.

Please change the address in the manual.

Labels (2)
Tags (2)
0 Kudos
1 Solution
404 Views
soledad
NXP Employee
NXP Employee

Hi,

You are right, thank you for your feedback, I will report this to our documentation team.


Have a great day,
Sol
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
1 Reply
405 Views
soledad
NXP Employee
NXP Employee

Hi,

You are right, thank you for your feedback, I will report this to our documentation team.


Have a great day,
Sol
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos