Tool/software: Code Composer Studio
Hello guys,
I have an urgent question regards to a project that i am working on. From a GUI i am trying to put the system in low power to consume the lowest power possible using uart read callback. Then from a GUI i am trying to put the system back to run again. Until now I have disabled relevant interrupts from the uart read callback. But that did work for disabling but not for enabling. My theory is that also the uart interrupts gets disabled. How can i put the system into standby/low power mode and reset the system, both using uart?
Thanks in advance