Hi there,
is it possible to use the AM335x power mode Standby:
Power supplies:
-
- All power supplies are ON.
- VDD_MPU = 0.95 V (nom)
- VDD_CORE = 0.95 V (nom)
Clocks:
-
- Main Oscillator (OSC0) = ON
- All DPLLs are in bypass.
Power domains:
-
- PD_PER = ON
- PD_MPU = OFF
- PD_GFX = OFF
- PD_WKUP = ON
- DDR is in self-refresh.
without involvement of the Cortex M3?
The TRM says:
Wakeup in Standby mode is achieved using any GPIO. GPIO wakeup is possible by switching the pad to GPIO mode and configuring the corresponding GPIO bank for generating an interrupt to the MPUSS.
Unfortunately, the wording standby in the MPU section references to the IDLE mode which is not what I aim for. It's not clear to me how the wake up from standby should work by sending an interrupt to the "MPUSS".
Standby would be the only power mode to implement, I have no need for DeepSleep* or less.
If there is a Cortex M3 free wake up, I'd be interested in some hints / examples how to do this.
Kind regards,
Wolfram Stumpf