Hi,
we are working on log power project using freertos. Whenever idle task call our application start to do power save process. System will exit only for interrupt.
Most of time the nextTaskUnblokTime will be 0xFFFFFFFF while idle task call. But sometime nextTaskUnblokTime holding some finite number. its affecting our power save. But we are not running any timer in our app. Anybody have idea about it. I need to know Sometimes freeRTOS holding finite number in nextTaskUnblockTime.