Part Number:CC2650EM-7ID-RD
Tool/software:TI-RTOS
Hi,
I am working on CC2650. I learned from the BLE protocol that all BLE advertising packets contain a field called `accessAddress', which is defined as a constant 0x8E89BED6 for all advertising packets. I am just curious how this is implemented in the CC2650 and its sample codes? Because I want to change this value for my project.
I did some search and found that `accessAddress' is defined in the driverlib, which is cc26xxware_2_24_02_17393/driverlib/rf_ble_cmd.h. The definition in the file consists with the `RF parameter' in the SmartRF Studio. However, I could not find where this file is used and where the accessAddress is set to be 0x8E89BED6. I also tried searching 0x8E89BED6 directly but could not find any results.
Some clues from reading the CC26x0 SimpleLink technical reference manual (SWCU117H) are that this part of code should be in either the radio core M0 or the system RAM.