How to get UUID of FRDM-MCXA156

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

How to get UUID of FRDM-MCXA156

206件の閲覧回数
jalex
Contributor I

I am trying to get the  Universally Unique Identifier (UUID) of my chip which is a FRDM-MCXA156. Could someone help me on how to do this? I have looked in the reference manuals and can't find any reference to a UUID.

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

38件の閲覧回数
jalex
Contributor I

I have found the solution, you have to use 

ROMAPI_GetUUID()
 
from the sdk.
0 件の賞賛
返信

117件の閲覧回数
marek-trmac
NXP Employee
NXP Employee

Hi @jalex 

UUID can be read using blhost tool or nxpdebugmbox tool. Both command-line tools (executables) are distributed with Secure Provisioning Tool

 

Regards,
Marek


NOTE: If you find the answer useful, kindly click on [ACCEPT AS SOLUTION] button
0 件の賞賛
返信

51件の閲覧回数
jalex
Contributor I

jalex_0-1762512801701.png

 

I meant to access it programmatically at runtime. The datasheet mentions it, but there is no information in the reference manual or any other document on how to access it.

 

0 件の賞賛
返信