I can't get my XDS510USBPlus JTAG emulator to work properly with a 320F2811 design. It worked fine when we were running at 40MHz, but now that we are running at 120MHz the debugger keeps messing up. It loads the program into flash properly, but I stepping through the program does not work.
The speed upgrade was accomplished by upgrading the oscillator from 10MHz to 30MHz, the PLL is still set to 8. These settings are reflected in the project options > debug > F2810 Flash Settings. I changed the CPU_RATE from 25.000L to 8.333L in Flash281x_API_Config.h, but haven't made any other changes.
The XDS510USBPlus is an older emulator. Is it possible that it can't handle a F2811 running at 120MHz? Or have I forgotten to update a variable related to speed somewhere?