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: CCS 7.1.0: unable to perform STR command when the memory browser window is closed



Tool/software: Code Composer Studio

I have the assambler code: STR R0, [SP, #5]

and I want to debug it step by step with the CCS.

the PC point on this instruction and I open the "memory browser winow" in the code composer on the specific area.

I run the command (press F5) and it ok. (I see the value in the memory browser.

problem:

when I do the same but the memory browser is not open: the instruction didn't performed.