DEVICEID wrong address in UM10732 (LPC11U6x)

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

DEVICEID wrong address in UM10732 (LPC11U6x)

ソリューションへジャンプ
1,021件の閲覧回数
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 解決策
930件の閲覧回数
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 返信
931件の閲覧回数
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 件の賞賛
返信