Tool/software: Code Composer Studio
Hello.
I'm working on a code for UART communication on MSP430FR2355. To check the data changing dynamically, i"m using a Hardware breakpoint with configuration "Refresh all windows".
I'm confused with the exact time to apply the breakpoint:
1.When i have written the program
2.When i have burnt/debugged the program on mirocontroller.
3.When i have Run the program after burning.
Please tell me when to apply breakpoint so that it works and doesn't throws any error.
Thanks in advance.