Hi @Jose Santiago Lopez Ramirez
I found the memory location of variable "gBDAddress_c" is different in each App.
For example, that is the point what I found as below.
In heart_rate_sensor_BM.map:
gBDAddress_c 0x000225e8
In hci_app_BM.map:
gBDAddress_c 0x00014094

Does it mean that we need to overwrite the memory location again after we update another Apps on our unit?
For example, if we have heart_rate_sensor_app on KW41Z first then we program different MAC addresses on each unit.
After that we update hci_app on it, do we need to program MAC address again?
Is there any way to write MAC address into KW41Z that it may not be affected by different Apps?
Thanks