Tool/software:
C28xx_CPU1: Error: (Error -1044 @ 0x0) The debug probe reported an error. Confirm debug probe configuration and connections, reset the debug probe, and retry the operation. (Emulation package 12.7.0.00105)
C28xx_CPU1: Trouble Halting Target CPU: (Error -1135 @ 0xC7BA) The debug probe reported an error. Confirm debug probe configuration and connections, reset the debug probe, and retry the operation. (Emulation package 12.7.0.00105)
C28xx_CPU1: Unable to determine target status after 20 attempts
C28xx_CPU1: Failed to remove the debug state from the target before disconnecting. There may still be breakpoint op-codes embedded in program memory. It is recommended that you reset the emulator before you connect and reload your program before you continue debugging
What’s strange is that debugging works fine for about 1 minute, and then this issue occurs.
If the debugger failed immediately, I might have suspected a hardware issue, but since it runs fine for a while, that seems less likely.
Additional context:
I’ve been using the same board and XDS110 probe without any problems for over a week.
To isolate the cause, I even tested with an empty main() function, but the same issue still occurs after 50–60 seconds.
I’m using RAM-based .cmd linker file, not Flash.
I'm only using CPU1, not CPU2 or the CM core.
Debug connection shows only C28xx_CPU1 (Running); the other cores are disconnected, by design.
Could this be caused by a misconfiguration or missing setting (e.g., JTAG pin conflict, watchdog, or clock settings)?
Are there any known issues or debug timeout settings that might cause this behavior?
Any guidance or suggestions would be appreciated.
Thank you!