How do I change the contents of RAM using Code Composer Essentials?
From the Memory Watch Window any RAM location can be changed while the debugger is paused. Simply enter the hex value for the address and then change the RAM value in the window. You will need to place the cursor immediately before the value in RAM and use the number keys on your keyboard to change the value. Do NOT highlight/select the value in the Memory Watch Window.
Related Questions
- I don find the Functional Simulator configurations for Cortex-M3, C6416, C6713 and DM642 in Code Composer Studio v4 General Setup. Where are those?
- How can I see the reset, power and/or clock status of the JTAG sub-paths in Code Composer Studio v4?
- When making a change, what happens to the current contents of a RAM?