About KL43 Unique Identification Register (UID)

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

About KL43 Unique Identification Register (UID)

1,951 Views
kyohei
Contributor I

Hello, 

I'm using multiple KL43 series microcontrollers and trying to identify each one.

KL43 Sub-Family Reference Manual says that these have 96 bits Unique Identification Register (SIM_UIDMH, SIM_UIDML, SIM_UIDL).

Is it correct that these registers have different values for each microcomputer?

0 Kudos
Reply
4 Replies

1,943 Views
kyohei
Contributor I

Thanks for your replying. You've been very helpful.

By the way, is there any official document that has such a description?

I couldn't find such a description in the reference manual.

0 Kudos
Reply

1,934 Views
Robin_Shen
NXP TechSupport
NXP TechSupport

We don't provide information on how the unique ID is generated. We only guarantee that it is unique.

0 Kudos
Reply

1,939 Views
ErichStyger
Specialist I

What kind of description are you looking for? The Reference Manual for KL43 describes the registers with its bits.

If you want to see how I'm reading/using the UID, see

McuArmTools_UIDGet()

in

https://github.com/ErichStyger/McuOnEclipseLibrary/blob/master/lib/src/McuArmTools.c

I hope this helps,

Erich

 

0 Kudos
Reply

1,947 Views
ErichStyger
Specialist I

Yes, I'm using it in that way too.

But how that UID is built up is not public afik.

0 Kudos
Reply