In my application I would like to 'pause' Embedded Wizard, shutoff the display, and have my device enter a low-power state.
I have EW running withing a task, so would it be acceptable to pause that task for a period of time (could be from minutes to hours or even days), but continue to call EwBspSystemTickIncrement() in the background?
If I did this, would I be able to re-enable the EW task at a later time and have it just continue where it left off?