598 views
in System Integration by
Hello,

I work on an application for STM32429I-EVAL board, my application doesn't use FreeRTOS. I have a screen button to put my application in sleep mode (to reduce consumption). I know how to stop all my device use at low level (UART, USB, ...) and how to go in stop mode.

My question is how to stop the high level application (GUI) properly et how to restart it when i wakeup my application?

Best regard,

Flo.

1 Answer

0 votes
by

Hello Flo,

maybe the article 'Suspend and Resume of an Embedded Wizard UI application' covers your question. Since the entire UI application is running in a cooperative model, you are free to drive the UI according your needs.

In case that the entire RAM / SDRAM content is available after wakeup, you can stop the UI application at any time and continue later. In case the entire RAM / SDRAM content is lost, you have to save the current UI state and restart the complete UI application.

Best regards,

Manfred

Ask Embedded Wizard - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...