Other Parts Discussed in Thread: UNIFLASH
Tool/software: Code Composer Studio
I am working with the tiva c series launchpad and I accidentally set the system core clock to 21052 by initialising the system ROM_SysCtlClockSet(SYSCTL_SYSDIV_1 | SYSCTL_CFG_VCO_480 | SYSCTL_USE_PLL) and now when I am clicking on the debugger interface, it says Error connecting to the target. Although device is being detected at port /dev/ttyACM0 and led is blinking, but way much slower because of the low value of xtal. Still it is refusing to connect to the debugger interface. How can I program it to correct the system clock??