How to get UUID of FRDM-MCXA156

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

How to get UUID of FRDM-MCXA156

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

10 次查看
jalex
Contributor I

I have found the solution, you have to use 

ROMAPI_GetUUID()
 
from the sdk.
0 项奖励
回复

89 次查看
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 项奖励
回复

23 次查看
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 项奖励
回复