This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/LAUNCHXL-CC2650: CC2650

Part Number: LAUNCHXL-CC2650


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