Tool/software:
In the technical reference manual, a low-power mode is claimed to exist called "I/O Only + DDR" and it is mentioned multiple times (inbetween "Partial I/O" and "DeepSleep") but no details are given. This seems like the perfect low-power mode for my application, achieving the lowest possible power draw (lower than deep sleep) while still being able to wake up from a GPIO/UART interrupt and boot quickly from DDR.
However, the low-power modes tutorial does not mention this mode at all. Is it officially supported by the processor SDK? If so, how would I enable it? What type of power draw improvements should I expect over DeepSleep? Are any more details provided in other documentation that I can't find?
Thanks for the help.