Solved
Meaning of NFCID of NFC-A Card emulation mode in X-CUBE-NFC6
In X-CUBE-NFC6 demo, the NFCID of NFC-A CE mode is set to:
static uint8_t ceNFCA_NFCID[] = {0x02, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66};I wonder if this is randomly generated or there some rule to set it. For example, if I need set uid0 (first byte) to some manufacture ID ?
Best regards.
