How to get UUID of FRDM-MCXA156

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to get UUID of FRDM-MCXA156

194 Views
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.

Labels (3)
0 Kudos
Reply
3 Replies

26 Views
jalex
Contributor I

I have found the solution, you have to use 

ROMAPI_GetUUID()
 
from the sdk.
0 Kudos
Reply

105 Views
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 Kudos
Reply

39 Views
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 Kudos
Reply