DEVICEID wrong address in UM10732 (LPC11U6x)

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

DEVICEID wrong address in UM10732 (LPC11U6x)

跳至解决方案
1,048 次查看
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.

标签 (2)
标记 (2)
0 项奖励
回复
1 解答
957 次查看
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 项奖励
回复
1 回复
958 次查看
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 项奖励
回复