This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

IEEE address differs from MAC address CC1310



Using the following code

EasyLink_getIeeeAddr(ieeeAddrLocal);
macAddressLocal = *((uint64_t *)(FCFG1_BASE + FCFG1_O_MAC_15_4_0)) & 0xFFFFFFFFFFFF;

My results are a bit different, from what you can see in the variable view:

Basically I'm missing the 0x12 part from MAC address.

How come?