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?
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.
We don't provide information on how the unique ID is generated. We only guarantee that it is unique.
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
Yes, I'm using it in that way too.
But how that UID is built up is not public afik.