Burning the hex to SPI FLASH,how to ensure that each MAC address is different?

2 posts / 0 new
Last post
wentong.lin
Offline
Last seen:5 years 9 months ago
加入:2014 - 10-30 02:32
Burning the hex to SPI FLASH,how to ensure that each MAC address is different?

Hi Dialog,
I can load the hex to the SPI Flash successfully.
In the process of mass production, how to ensure that each MAC address is different?

RvA
Offline
Last seen:6 days 2 hours ago
工作人员
加入:2014-02-07 14:10
Hi Wentong,

Hi Wentong,

The MAC address, or actually the BD address could be written to a specific address in your SPI flash device. This has to be done for each device individually during production, (just like the parameters for the XTAL calibration). Your code has to take care for copying the data form the flash location to the right registers (BLE_BDADDRL_REG, BLE_BDADDRU_REG) of the DA14580.

Best regards, RvA