Hi,
I am looking for example code on how to read the Unique ID register from the iMXRTR1064. Thanks in advance.
Hi @mjpovi ,
The UID is in the fuse map:
So, you can use the OCOTP to read it.
More details, you can refer to this post:
https://community.nxp.com/t5/i-MX-RT/Read-UID-Unique-ID-on-i-MXRT-RT1050/td-p/1202637
The code, you can refer to the SDK:
SDK_2_13_0_EVK-MIMXRT1064\boards\evkmimxrt1064\driver_examples\ocotp
Wish it helps you!
Best Regards,
Kerry