Tool/software: Code Composer Studio
Hello
I have a tms320f280049c and trying to program using xds100v2
Currently the 280049c is in boot mode wait.
When programming in debug it looks like the progam is loaded and I get to the first break point.
when I hit run the following errors are shown.
C28xx_CPU1: JTAG Communication 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 9.1.0.00001)
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
If I attempt to reconect to the processor without power cycling I get
Error connecting to the target:
(Error -2131 @ 0x0)
Unable to access device register. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK).
(Emulation package 9.1.0.00001)
If I try and just flash the processor it goes through the load process and hits the same errors.
The code is known to run properly on the launchpad development board.