PN7462 - DieID format

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

PN7462 - DieID format

9,602件の閲覧回数
wiltontong
Contributor I

Does anyone know the format of 16 bytes Die-ID returned in function "phhalSysSer_GetDieID" for PN746x_736x ?  What are the address EEPROM address to hold this Die-ID ?  How many bytes for chip serial number ? How to distinguish the variants of chip family (PN7462, PN7362, PN7360 ) ?

ラベル(2)
0 件の賞賛
返信
3 返答(返信)

2,741件の閲覧回数
jimmychan
NXP TechSupport
NXP TechSupport

Die-ID is an unique Identifier. It has no relation to Product.

To identify the product, you can try to use this System Service API phhalSysSer_USB_Config (phCommon\inc\phhalSysSer.h)

...

phhalSysSer_USBInfo_t USB_Config;

wStatus = phhalSysSer_USB_Config(PH_SYSRV_GET_DATA, &USB_Config);

...

in the USB_config structure there is ProductString, when reading this value for PN7462AU will be like "PN7462AU", for other family members will be "PN7362AU" etc...

by checking this API in runtime customer can determinate the product, however this data can be updated with the same API. The same string value is used also for primary downloader USB string descriptor.

0 件の賞賛
返信

2,741件の閲覧回数
wiltontong
Contributor I

Hi Jimmy,

Thank for your reply.   I would like to know whether there is any hardware register to identify the variants of the chip.  Or Is there any way to find out whether the chip has contact smart card supported ?

0 件の賞賛
返信

2,741件の閲覧回数
jimmychan
NXP TechSupport
NXP TechSupport

Unfortunately, the answer is no.

0 件の賞賛
返信