Tool/software:
Now for my software, I am trying to implement the LPDS , by calling direct Power_sleepPolicy() function and wakeup by sleep counter.
But for my software, I have 4 tasks are running, so there is any sequence shall I follow after or before LPDS to handle my tasks to complete or
start again after LPDS .
For now , I am trying to suspend tasks in the LPDSEntry() and resume them in LPDSresume() , but tasks don't work again.