Hello team,
what are the possible wake up sources from standby mode? We are a little bit confused from TecRefManual Spruh73f:
8.1.4.5 Wakeup Sources/Events
Following events will wake up the device from Deep sleep(low power) modes. These are part of the
Wakeup Power domain and remain always ON.
• GPIO0 bank
• dmtimer1_1ms (timer based wakeup)
• USB2PHY (USB resume signaling from suspend) – Both USB ports supported.
• TSC (touch screen controller, ADC monitor functions )
• UART0 (Infra-red support)
• I2C0
These wake events apply on any of the deep sleep modes and standby mode.
so this are possible wake up sources
8.1.4.6.2 Sleep Sequencing
6. Any peripheral interrupt will trigger a wake interrupt to CortexM3 via Cortex A8 MPU’s WKUP signal
(INTR2 shown on the diagram).
so any peripherial interrupt can be used to wake up from standby
25.1.3 Unsupported GPIO Features
The wake-up feature of the GPIO modules is only supported on GPIO0.
so only GPIO0 ports are able to wake up
From test we know that e.g. GPIO1.28 is able to wake up system from standby.
Can anybody provide clarification on which peripherial are able to wake up from standby?