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.

Problem with starting debug CCS6.0.1

Hello.

I've developed my own RM57 board with CCS 6.0.1. It has worked until few hours ago..I changed some codes and build it, then I cannot write it to flash in RM57..I can't start debug mode.

Progress of loading program is stop in '0' when I push the debug button. It will be close soon and I can see a message as "Load program Error. File:C:\path\projectname\Debug\projectname.out: Load failed."

These are Console messages.

CortexR5: GEL Output: Memory Map Setup for Flash @ Address 0x0CortexR5: GEL Output: Memory Map Setup for Flash @ Address 0x0 due to System Reset

CortexR5: Flash operation timed out wating for the algorithm to complete. Operation cancelled.

CortexR5: GEL: File: C:\path\projectname\Debug\projectname.out: Load failed.

CortexR5: Trouble Removing Breakpoint with the Action "Remain Halted" at 0x8000080: (Error -1066 @ 0x8000080) unable to set/clear requested breakpoint. Verify that the breakpoint address is in valid memory. (Emulation package 5.1.507.2)

CortexR5: Unable to terminate memory download: NULL buffer pointer at 0x3a9f

CortexR5: GEL Output: Memory Map Setup for Flash @ Address 0x0 due to System Reset

 

Please help me.

+) I've tested latest version of my project operated well again, but there is a same problem.. I guess it is not a code problem..

  • I tested another board, it works well. So i think it is just hardware problem.. but.. it happen again in this new board. I guess it is related to breakpoint because it works well before I make breakpoints. Is it wrong that starting debug remain breakpoints? How can I revise it..