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.

RTOS/CC2640R2F: RTC retention reset

Part Number: CC2640R2F


Tool/software: TI-RTOS

Hi,

is there any possibility to prevent RTC being reset initiated by software instruction?
Currently i'm using following instruction for a software reset:

HWREG( AON_SYSCTL_BASE + AON_SYSCTL_O_RESETCTL ) |= AON_SYSCTL_RESETCTL_SYSRESET_M;

Unfortunately this instruction also resets the RTC counter, which is undesirable behaviour.

Is there any other (software initiated) reset option to prevent RTC counter being reset?

Best regards,

Alex