Tool/software: TI-RTOS
Hi, I'm using FreeRTOS for a sensing system, almost all my code is based on the idle example using LPDS mode and HTTP services, I'm trying to make more robust my code and I wanted to use the watchdog for restar my system in case of failure with I2C bus or connection problem. I want a function to be called when my systems gets out of LPDS is that possible? the red led gets ON when the systems wakes, maybe it can generate an interruption, what is the best way to achieve my goal?