Other Parts Discussed in Thread: TM4C1294NCPDT
I referred the official tutorial CLP Workbook for implementing an ADC code on TM4C1294NCPDT. The function which is causing the issue presently is the clock frequency setting-
SysCtlClockFreqSet ((SYSCTL_XTAL_25MHZ | SYSCTL_OSC_MAIN | SYSCTL_USE_PLL | SYSCTL_CFG_VCO_480), 120000000);
(which I found out by providing BLINKYs at different stages).
The execution halts indefinitely at this particular function. On commenting it, the program terminates immediately. Please let me know what can be done for this, as this is the main part of my University Project.
Thank You
