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.
Tool/software: Code Composer Studio
I am able to run program from ram /flash mode with spectrum xds510usb jtag I am trying for real time debugging without reflashing and resetting and I am not able to do it. i am getting error
"
Error connecting to the target:
Error 0x00000026/-2130
Error during: Memory, Register, Execution,
Cannot access memory address at 0x00000800
this error is their when I check option "enable real time mode " in Auto run and launch option in target option of debugger configuration.
Kindly help.
Mathew ,
Please find attached build configuration screen shots for both the "Program/Memory Load Options" as well as the "Auto Run and Launch Options".
with above settings I am getting below mentioned error while debugging.
"Error connecting to the target:
Error 0x80000204/-1137
Fatal Error during: Register, OCS,
It appears that the target is being held in reset. This may be
due to Wait-In-Reset (WIR) configuration set by the EMU 0/1 pin
settings. If this is the case, press Cancel and disconnect all
connected devices to attempt to clear the WIR configuration."
Hi Deepak,
Can you try launching a project-less debug session (see option #3 under "Launching a Debug Session") and manually connect to the target and then try enabling real-time mode? Let me know if it is successful or not.
Thanks
ki