I'm having a problem connecting to the C6670 with a XDS560v2 on a custom board after setting the PLL to set the core frequency to 1.2GHz. I'm using a 100 MHz input clock, and are bringing the device up in "No Boot" Mode. I'm using the latest Code Composer Studio (Version: 5.1.0.201109191500 Build id: N201109191500).
If I don't load a GEL file when connecting, the PLL is not set, (scoping SYSCLKOUT reads ~16MHz ~= 100MHz/6)
So I've used the evm6670l.gel file and have modifed the following settings:
#define PLL1_M 47
#define PLL1_D 1
#define REF_CLOCK_KHZ 100000
When the GEL file runs upon connecting, it looks like it loads fine and says it's running @1200MHz (scoping SYSCLKOUT reads ~200MHz ~= 1200MHz/6). The problem is that once this is set, I get various errors on the XDS560v2, not being able to verify code loads, or the debugger disconnecting until I do a "system reset", then I can connect and load code again, but then the processor is back to running at 100MHz.
I've also tried setting the PLL in code, and it seems to react the same way, where I can step through the debugger, but once the PLL is set to run at 1.2GHz, the debugger looses connection, cannot halt, or some other error. (I do also verify the SYSCLKOUT are the correct values)
When I set the PLL to run at 600/800MHz, it does not seem to have this issue while also 1GHz has this issue.
Any help would be greatly appreciated, thanks,
Erick