Hello,
I'm trying to achieve minimal power consumption in Deep Sleep Mode, while still being able to wake up from it via a UART interrupt.
I currently have it working by setting the UART clock source as the 16MHz Precision Internal Oscillator. Is there any way I can reduce the power further by dividing down the clock or using the 30kHz internal clock, or is this as good as it gets?
I'm using the LM3S9B92 and LM4F232.
Thanks.