Read Unique ID of the i.MXRT RT1020

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

Read Unique ID of the i.MXRT RT1020

2,520件の閲覧回数
luishs
Senior Contributor I

Hello.


I  need to read in one application, for a RT1020 microcontroller, the unique ID of the Device. I have check the Reference Manual and it seems that it is stored in the UNIQUE_ID fuse [63: 0], but there is no example of source code in the SDK to verify how to do it.

Somebody can provide some example source code to read the unique serial number of the RT1020 microcontroller?



Thank you

ラベル(1)
5 返答(返信)

2,279件の閲覧回数
victorjimenez
NXP TechSupport
NXP TechSupport

Hello Luis,

I already sent you the example project to your email. But, the procedure you need to follow in order to read the Unique ID register it's detailed in section 22.4.1.2 of the reference manual.

pastedImage_1.png

In the reference manual section 22.6.1.18.4 and 22.6.1.19.4, it's stated that the Unique ID it's located in Address 0x01 and 0x02, 32 bits on each address.

Hope it helps!

Victor.

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

1,011件の閲覧回数
tomas_krupa
Contributor I

@victorjimenez could you please send the code to me as well. Thanks a lot.

0 件の賞賛
返信

1,680件の閲覧回数
michaeldkfowler
Contributor IV

@victorjimenez Could you email me this sample as well? Thank you.

0 件の賞賛
返信

1,889件の閲覧回数
francoisla
Contributor I

Hello Victor,

I need to do the same thing, could it be possible for you to send me the example project as well ?

Thank you very much,

Francois

0 件の賞賛
返信

2,279件の閲覧回数
luishs
Senior Contributor I

Ok, thank you, I received the email with the project.