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.

CC2640R2F: Disabling RAM Retention

Part Number: CC2640R2F

Hi,

I am working on measuring standby current for the CC2640R2F using its launchpad. I wanted to disable RAM retention for my measurements and I found the function "AONWUCMcuSRamConfig" that I think I can use to disable the RAM retention. This function is in the aon_wuc.h file.

In main() of the simple_peripheral example I call this function as shown below to disable (0x0 input) or enable (0xF input) RAM retention:

When I do this, however, I do not see any significant difference in my standby current measurements. I think when I measured it yesterday both were around 1.3uA average standby. I was expecting the standby current to drop by a significant and measurable amount. Is this correct? Or am I not disabling RAM retention correctly? If this is the case, any guidance on disabling the RAM retention would be greatly appreciated.

Thanks,

Josh