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.

CC1310 - IEEE 15.4 MAC Address

Other Parts Discussed in Thread: CC1310

Hi,

I've checked the IEEE MAC address of one our CC1310 Launchpads through Flash Programmer 2 and has the Flash Address of 0x500012F0, however, in the CCFG.h documentation (file:///C:/ti/simplelink_cc13x0_sdk_1_30_00_06/docs/driverlib_cc13xx_cc26xx/cc13x0/register_descriptions/CPU_MMAP/CCFG.html) it says there that the Flash Address of IEEE_MAC_0 is 0x5000 3FC8.
I also opened the ccfg.h and verified that it sayss the same as the documentation. 

When I follow the declarations in the collector example, i see in hw_ccfg_simple_struct.h that the address there is the same as ccfg.h




Flash Programmer 2 CCFG.h
IEE_MAC_0 0x500012F0 (Primary) 0x00000FC8
IEE_MAC_1 0x0001FFC8 (Secondary) 0x00000FCC

From the Flash Programmer, when I scan the Primary Mac Address is says  00 12 4B 00 0E 09 30 B1

When I upload the collector example, and check the "ApiMac_extAddr" it says that the MAC Address is B1 30 9 0E 0 4B 12 0

1. Which one is the true address for the IEEE Mac Addresses?
2. Does each CC1310 have a unique IEEE MAC Address? (I've read they do so this is just for confirmation)
3. Which is really the mac address? Why is it reversed?