Hi Everyone.
I have some problem. My chip is TM4C1294NCPDT.
My customize board has 25Mhz crystal with 12 pF, and I use the J-link with SWD.
First time. I connected SWD(j-link) to board. and Ioad the Project0 from example for TM4C1294xl Board. Click the debug button. Upload is well.and CCS was waiting for Debug with CCS debug mode.
So I clicked the redbutton (RUN). but board was stop.
and then, I cannot connect board anymore.
Error is below
CORTEX_M4_0: Error: Stat [ JLINKARM_IsHalted() call ] failed!
CORTEX_M4_0: Unable to determine target status after 20 attempts
And error in J-commander is below
Found SWD-DP with ID 0x2BA01477 ****** Error: DAP error while reading AHB-AP IDR. Found SWD-DP with ID 0x2BA01477 Found SWD-DP with ID 0x2BA01477 Found SWD-DP with ID 0x2BA01477 Can not connect to target.
I don't know the reason.
I just guess that reason is probably some code maybe changed the clock setting. maybe.. like below code.
(ui32SysClock = SysCtlClockFreqSet((SYSCTL_XTAL_25MHZ | SYSCTL_OSC_MAIN | SYSCTL_USE_PLL | SYSCTL_CFG_VCO_480), 120000000);)