Hi,
I have burned a MAC Address on the OTP but the mac address that I always get during ble advertisement is 80:EA:CA:80:00:01.
We are using a custom QSPI for our program.
Keywords:
Device:
Hi jiabuac,
On the 68x there is no implementation on the SDK in order to obtain the bd address from the OTP but only from the QSPI flash from the NVPARAMS partition, this is the place that you should burn your bd address.
Thanks MT_dialog
Dialog,
Will this be the same for the DA14585 using the SDK 6.0.x?
Can we still use the PLT tool to write bd addreses on the QSPI flash?
Regards,
Jlabuac
Hi jlabuac,
No, the 585 will stick to the 580 scheme, meaning that you will be able to use the OTP to burn the bd address.
Yes, the PLT supports burning the bd address in the qspi flash (for the 68x family NOT the 585).
You will be able to check the features of the PLT for the 58x and 68x family on the UM-B-041 Production Line Tool hardware and GUI.pdf, you will be able to find the doc on the support site in the Reference designs section in the Production Line Tool link.
Thanks MT_dialog