I'm developing software for a custom PCB using the TMS570LS1114PGE, a XDS200 debugger, and Code Composer 6.1.2.00015. The board schematic for the JTAG interface is based on the TMDS570LS12HDK, which I started the development on. The problem is that during debug on the custom PCB breakpoints are completely ignored. The debugger also doesn't stop at Main upon initialization. The code is correctly loaded, runs, and I'm able to pause execution and see where my code is stuck, but I can't use breakpoints to do any further debugging. Breakpoints operate correctly on the TMDS570LS12HDK.