LPC55S69 PUF SDK Example

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

LPC55S69 PUF SDK Example

ソリューションへジャンプ
2,080件の閲覧回数
Anonymous
適用対象外

Hi guys,

I am just beginning to work with PUFs and was looking at the SDK examples using PUF. I am working with the LPCXpresso55S69-EVK and MCUXpresso IDE. The example I am referring to is in driver_examples > puf.

I think the example wants to show all the different PUF functions and how they are used. But I stumbled upon the order of the functions, which is:
PUF_Init, PUF_Enroll, PUF_Deinit, PUF_Init, PUF_Start, etc.

Is there a particular reason why between PUF_Enroll and PUF_Start there is this additional PUF_Deinit/PUF_Init sequence? I would have guessed that one initialization at the beginning is enough and there is no need for a deinitialization followed by an initialization in between...

I have read the UM11126 and AN12324 and still do not understand why this is done in the example. Is it just to show the functionality of PUF_Deinit? Or is there a "deeper" reason behind it?

Best regards,
Ximena

ラベル(1)
0 件の賞賛
返信
1 解決策
2,060件の閲覧回数
nxf58474
NXP Employee
NXP Employee

Hi Ximena,

 

Hope you are doing well. After the PUF Enroll, the PUF must be power-cycled, and started by the PUF Start command. This is done with the sequence of PUF_Deinit and PUF_Init functions, or with the PUF_PowerCycle function. After that, you can use the PUF_Start function.

 

Best Regards,

Ricardo

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
2,061件の閲覧回数
nxf58474
NXP Employee
NXP Employee

Hi Ximena,

 

Hope you are doing well. After the PUF Enroll, the PUF must be power-cycled, and started by the PUF Start command. This is done with the sequence of PUF_Deinit and PUF_Init functions, or with the PUF_PowerCycle function. After that, you can use the PUF_Start function.

 

Best Regards,

Ricardo

0 件の賞賛
返信
2,046件の閲覧回数
Anonymous
適用対象外

Hi Ricardo,

thanks for your explanation! It is much clearer now!

All the best
Ximena

0 件の賞賛
返信