Other Parts Discussed in Thread: EK-TM4C123GXL
This is a custom board where a 16MHz clock is supplied from an FPGA into OSC0 (pin 40) of the TM4C123GH6PM and OSC1 (pin 41) has been disconnected. I was attempting to get the JTAG working on this board using the XDS100V2. I performed the JTAG verification command built into CSS which ran successfully (and still runs successfully). I then went into debug mode on a project that I had for the EK-TM4C123GXL development board just to test the programming (the project would not do anything useful or visible on this new board). Going into debug mode appeared to work fine I then pressed pause whereupon I was informed that the debugger did not know what point in the execution the code was. From this point on I have been unable to flash the TM4C123GH6PM , I presume on the first occasion I successfully flashed something that broke the JTAG communications. I think this may have been the oscillator setting?
/*****************Setup clock**************************/
//Set the system clock to 80 MHz
SysCtlClockSet(SYSCTL_SYSDIV_2_5 | SYSCTL_USE_PLL | SYSCTL_XTAL_16MHZ | SYSCTL_OSC_MAIN);
If so what would be the correct SysCtlClockSet()?
I'm going to have to do a lot more blue wire work to get a reset button on this board...
Thanks,
James.