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.

CCS/TMS320F28335: Trouble Halting Target CPU

Part Number: TMS320F28335
Other Parts Discussed in Thread: C2000WARE, TMDSCNCD28335,

Tool/software: Code Composer Studio

Hi

Suddenly I got this error and couldn't do anything. Before that, it worked fine. First of all, I noticed something wrong with Simulink, and when I checked it with CCS, I encountered this error. I'm working on debugging this, and I think something went wrong after I changed the Oscillator Clock.

Contents during debugging ↓
e2e.ti.com/.../3513782

Error details ↓
C28xx: Trouble Halting Target CPU: (Error -1138 @ 0x6) Device refused to allow debug mode. Power-cycle the board. If error persists, confirm configuration and / or try more reliable JTAG settings (eg lower TCLK). (Emulation package) 9.2.0.00002)
C28xx: Error: (Error -1141 @ 0x0) Device is not responding to the request. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and / or try more reliable JTAG settings ( eg lower TCLK). (Emulation package 9.2.0.00002)
C28xx: Unable to determine target status after 20 attempts
C28xx: 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
C28xx: GEL: Error while executing OnTargetConnect (): Could not read register ST1: target is not connected
at (ST1 & ~ (0x0100)) [f28335.gel: 322]
at C28x_Mode () [f28335.gel: 82]
at OnTargetConnect ()

I searched for it here, but I couldn't find a solution.

Thanks.