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.

TMS320C64X+_0: Error: sw breakpoint 1 (addr 11812ac8) not implemented

ccs 4.2.3.00004, c6748

trying to rerun an old project in the simulator.  at the end it pauses for a while then displays the error in the title. this causes my program to crash. it is very likely something I am doing but the message is so ambiguous I have no idea where to look.  there are no breakpoints set.  tried turning some breakpoints on and off, switching projects, restarting ccs, rebooting.

any ideas?

  • Hi

    This is an error from the simulator indicating sw break point instruction is not modeled. However swbp support is present in simulator since 2-3 years. I guess the reason for this error may be due to incorrect encoding of swbp if .out is compiled on an older compiler. The check we make in simulator is ((instruction word & 0xff83fffc) == 0x1001e000), which works on latest compiler generated code. Pls check the instruction word  at PC 0x11812ac8.