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/CC1352P: Power notification functions, what can I do in it ?

Part Number: CC1352P


Tool/software: TI-RTOS

Hello everyone,

I'm having an issue with a power notification functions.

I register a function to enter sleep and another for exit sleep (with Power_registerNotify), but if I do 

GPIO_write(GPIO_LED_RED, BOARD_GPIO_LED_OFF);

it will have really bad consequences on my RTC interrupts timings, only if the target is not connected via JTAG, it works fine when running with JTAG debugger.

Can you explain why the action of writing a GPIO might have such consequences on the RTC ?

And correct me if I'm wrong, it work with JTAG debug because when in this mode, the micro doesn't actually go into standby mode ?

Thanks for your answers, best regards,

Clement