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.