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