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?