Regarding programming MAC address on CC2650, I would like to verify the step for customer support.
Our customer's step at mass production
---------------------------------------------------------------
1) Buy unique address from IEEE.
2) Program above unique mac address to Customer Configuration (CCFG) of each device.
* Currently the area of sample code like SensorTag is written all 0xFF. When I read BD address using GAPRole_GetPrameter, the vale is 0x68C90B055D82.
Since this is NOT random address with Tx Add =0 in Adv PDU Header, I guess that BLE stack automatically generate this address inside. If my understanding is not correct, would you correct me?
Questions
Is it necessary to set unique address bought from IEEE at 1st start up when our customers start mass production?
Currently BLE stack automatically seems to generate unique address due to 0xFF value of Customer Configuration (CCFG).
If 0xFF is not written in CCFG, does BLE stack stop to generate unique address and then can they activate with unique address written in CCFG?
At debug display
Regards,
Koichi