Other Parts Discussed in Thread: LMFLASHPROGRAMMER
Hello
By mistake,I have download code with ccs in TM4C129X Development Kit with zero system clock frequency with following statement.
i32SysClock = SysCtlClockFreqSet((SYSCTL_XTAL_25MHZ |
SYSCTL_OSC_MAIN |
SYSCTL_USE_PLL |
SYSCTL_CFG_VCO_480), 0);
Now I want to download new code with correct system clock frequency but I am getting following error on ccs.
""Error connecting to the target ""
Pls let me what can i do to slove this issue?