Getting Unique ID

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Getting Unique ID

跳至解决方案
822 次查看
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

标记 (1)
1 解答
640 次查看
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

在原帖中查看解决方案

2 回复数
641 次查看
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

640 次查看
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 项奖励