igorpadykov
In the manual you kindly attached,
"22.1.5 Unit Test To enter different system level low power modes: echo mem > /sys/power/state echo standby > /sys/power/state To wake up system from low power modes, enable the wakeup source first, such as USB device, debug UART, or RTC, which can be used as a wakeup source. Below is the example of UART wakeup: echo enabled > /sys/bus/platform/drivers/imx-uart/'xxxxxxx'.serial/tty/ttymxc'y'/power/ wakeup; Here 'xxxxxxx' is the physical base address of your debugging UART. For example, for UART1, it is 2020000. 'y' is your debugging UART index. To test this mode automatically, refer to our script in /unit_tests/suspend_random_auto.sh or /unit_tests/suspend_quick_auto.sh. For MQXTM RTOS running with Linux together, press "s" on the MQX RTOS console to start the test. MQX RTOS will enter or exit its low power idle mode in a random period."
Only for UART example, but how about USB and I2C (like touch screen..)
Would anybody be more specific about this ? any examples..?
Thanks in advance/.