Hi All,
I have my board with tm4c123gh6pm TI processor.
With default clock settings I was able to connect to board using XDS100v2-ARM.
I wanted to get higher clock speed so tried to set PLL with following values.
SysCtlClockSet(SYSCTL_SYSDIV_64 | SYSCTL_USE_PLL | SYSCTL_OSC_MAIN | SYSCTL_XTAL_16MHZ);
After this my board stop connecting and it is giving below error.
CORTEX_M4_0: Error connecting to the target: (Error -1170 @ 0x0) Unable to access the DAP. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 6.0.222.0)
Anyone has any information about how to recover.