Part Number:MSP430F2274
Tool/software: Code Composer Studio
I wanted to see the value of the status register (SR) of the MSP430 to confirm that the device is low-power mode. When using the debugger and stepping through the program, I cannot verify that the device is in low-power mode as the CPU is currently off and the debugging capabilities are limited. Is there a way to view the contents of the SR once this function call has passed? Thank you