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.

LAUNCHXL-CC26X2R1: Setting CC26x2R1-LaunchPad to disable RAM retention in standby mode.

Part Number: LAUNCHXL-CC26X2R1
Other Parts Discussed in Thread: CC2652R, SYSCONFIG

Hello

I'm developing a ZED (Zigbee End Eevice) that runs on low power.

The library is using version 6.30.01.03 of the SimpleLink CC13xx CC26xx SDK.

I want to change or turn off the retention cycle of RAM.

So I know the following situation to solve the problem.

Standby without cache retention

SRAM retention operates at Full in Standby Power Mode

Standby Mode Power measurement data in SWRA625B

Ram retention in Standby mode measured by me

I searched the old data (CC26xx Driver Library - tirtos_full_2_15_00_17) and confirmed the information that AONWUCMcuSRamConfig in "aon_wuc.h" could do it, but I couldn't confirm it in CC13xx_CC26xx SDK - 6.30.01.03.

The last picture is the data I measured.

The RAM Retention cycle is displayed in units of 770 ms.

I would like to know how to change or turn off this cycle.

Thank you.