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.