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.

CC2745R10-Q1: Detection of high-frequency clock loss

Part Number: CC2745R10-Q1

Tool/software:

Hi,

Power_init() is used to set clock-related interrupts, 

but the enablement of TRACKREFLOSS interrupts has been added since SDK 8.30.

Is it correct to restart the oscillator with the interrupt handler PowerCC27XX_oscillatorISR() 

when a high-frequency clock loss occurs?

In this case, will the CPU not be reset?

C:\ti\simplelink_lowpower_f3_sdk_9_10_00_83\source\ti\drivers\power\PowerCC27XX.c L1489

static void PowerCC27XX_oscillatorISR(uintptr_t arg)