Getting Unique ID

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

Getting Unique ID

Jump to solution
761 Views
kishorepoojari
Contributor III

Hello All,

           We are using i.mx233 processor for our handheld device, now we have to assign ID (Serial number) to the device.

How to get processor serial number ...? Is it stored in any where....? , If we get processor number we can use that number as a reference number

for unique ID.

Please help me sort out this issue.....?

Regards,

Kishore P

Tags (1)
1 Solution
579 Views
SergioSolis
NXP Employee
NXP Employee

I suggest to make use of OTP bit in iMX233. The i.MX23 does have a unique key made up of the bits from registers HW_OCOTP_OPSn.

You will find further information on this feature, including how to read it, on Chapter 7 [On-Chip OTP (OCOTP) Controller] of the i.MX23 Applications Processor Reference Manual.

http://cache.freescale.com/files/dsp/doc/ref_manual/IMX23RM.pdf

View solution in original post

2 Replies
580 Views
SergioSolis
NXP Employee
NXP Employee

I suggest to make use of OTP bit in iMX233. The i.MX23 does have a unique key made up of the bits from registers HW_OCOTP_OPSn.

You will find further information on this feature, including how to read it, on Chapter 7 [On-Chip OTP (OCOTP) Controller] of the i.MX23 Applications Processor Reference Manual.

http://cache.freescale.com/files/dsp/doc/ref_manual/IMX23RM.pdf

579 Views
kishorepoojari
Contributor III

Hello SergioSolis ,

Thanks for the above input , current we are able to read values of HW_OCOTP_OPSn[0..3] registers .

But we unable to interpret of each values are used  for (Eg : Serial Number or part number or version ).

Please clarify .....?

Regards,

Kishore P

0 Kudos