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.
When you first invoke Code Composer Studio, the memory map is turned off. You can access any memory location; the memory map does not interfere. When memory mapping is enabled, the debugger checks each of its memory accesses against the memory map provided. If you try to access an undefined or protected area, the debugger will prevent the access from occurring and the debugger will display the value as a series of dashes (-).