Hi there,
we just upgraded from CCS v3.1 to v3.3 and bump into the following error message while debugging:
"Can't enable RTDX as it requires AU1 which is already claimed for profiling or breakpoint(s)"
after that we can't debug anymore and have to restart CCS v3.3.
This question was asked several times by others. But I never realy found an answer.
Our board is very similar to DSK5510 using the C5510A. JTAG Debugger is Spectrum Digital XDS510USB.
Simple steps to recreate the problem:
1. Build example project C:\CCStudio_v3.3\bios_5_33_05\packages\ti\bios\examples\basic\tsk\dsk5510
2. Connect to target (Alt+C)
3. Load program
4. Start program
[All good so far. Program runs fine. LOG_printf works.]
5. Disconnect from target (Alt+C)
6. Connect to target (Alt+C)
[Error message "Can't enable RTDX as it requires AU1 which is already
claimed for profiling or breakpoint(s)" appears!]
7. Load program
8. Start program
[Error message "Trouble Reading PC Register: Error 0x20010000/-2011
Severe Error during: RTDX, An internal error occurred in which an
illegal action (0xC0C1C2C3) was requested while disconnected." appears!]
DSP halts as if a break point is hit.
Any idea what might cause this trouble?
Thanks a million,
Steven