Other Parts Discussed in Thread: UNIFLASH,
Tool/software:
Is there any way to read/write CCFG registers in CC2652R/CC2662R using Uniflash CLI?
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,
Yes, it should be possible, see "Memory Mode" here: UniFlash Quick Start Guide
CCFG is typically placed in last page of flash for CC26x2 devices.
Thanks,
Toby
Is there a example or method to access same registers using the program and retrieve the values of ccfg registers?
The CCFG is in flash memory, so you can read its content with an address (e.g. *addressOfCcfg). You can find address of CCFG in the map file after building the example.
Here's some more info: (+) CC2652P: Questions about CCFG region - Zigbee & Thread forum - Zigbee & Thread - TI E2E support forums
is there any cycle count?
In CCFG, no. For something similar to cycle count, you can read the RTC (real time clock) register.