288 views
in System Integration by
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?

1 Answer

0 votes
by

Hello.

Due to the fact that the Embedded Wizard GUI application is running as an endless loop (so called main loop) in a cooperative model, you have the full control over the CPU time given to the GUI task.

This means, you can pause the task for the necessary time period and continue at a later time - as long as the memory content (internal SRAM / external SDRAM) is still valid.

Typically, it makes sense to have the UI in defined state when you pause the task so that there are not running animations which are continued later.

Best regards,

Manfred.

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...