This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

MAC ADDRESS AUTOMATICALLY CHANGE

Hi all,

In my application, I take mac address of chip and make major, minor value (device 's ID) and I need mac address is a constant value. As I know, mac address is a unique value for each chip but on my test it always change. Can you tell me what problem here ?

For example: The first time I turn on device, mac address is ca676b42db50. The 2nd time I turn on device, mac address is eb84ffada44a. .......... Something like that, it always change

Thanks and regard Anh Pham

Parents
  • I'm not sure what the problem is. If FICR->DEVICEADDR[0] == 0xFFFFFFFF and FICR->DEVICEADDR[1] == 0x0000FFFF the SoftDevice will generate a new address on reset. If it is anything else, it should use the address that is there. Please check this.

Reply
  • I'm not sure what the problem is. If FICR->DEVICEADDR[0] == 0xFFFFFFFF and FICR->DEVICEADDR[1] == 0x0000FFFF the SoftDevice will generate a new address on reset. If it is anything else, it should use the address that is there. Please check this.

Children
No Data
Related