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.

Setting Breakpoints on C6000 DSPs

I'm trying to set a software (CCS) breakpoint in my program, so that I can import data into a global array before allowing the program to proceed. However, the program continues without stopping. I'm running CCSV6 on the C6657. The target is connected to the host computer via the XDS200 USB JTAG port.

My program uses a function from the Imaging Library (I don't know if that's relevant).

Why doesn't the program stop at my breakpoint?

Note: The program does stop right after entering main, and the Debug window says that it's suspended due to a software breakpoint. I click resume, but it doesn't stop at my breakpoint.

Thanks.