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.
I have found the solution, you have to use
Hi @jalex
UUID can be read using blhost tool or nxpdebugmbox tool. Both command-line tools (executables) are distributed with Secure Provisioning Tool
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.