Tool/software:
Hello,
I use CC2340 and I would like to use the unique MAC address of the chip.
How to do that ?
Do I need to add code or is it possible with configuration file ?
Thanks for your support.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Thierry,
You can set Address Mode to "Public Address" under the General Configuration tab in SysConfig.
As described in the Debugging Guide, you can also read the Mac address with UniFlash. Take a look at the Using Device Addresses in BLE5-Stack Applications section of the User's Guide for more information.
I hope it will help,
Tanguy
Thank you Tanguy for your answer.
OK. I understood and it works.
Now, in my application, I want to set the public address but force 2 bits MSB to indicate a random address. I think I have to do dynamically in the code ? But how ?
Thank you for your support.
Thierry