This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

set Tiva C series 80MHZ

Hi

I am trying to set TM4C123 to 80MHz with bellow instruction. 

SysCtlClockSet(SYSCTL_SYSDIV_2_5|SYSCTL_USE_PLL|SYSCTL_OSC_MAIN|SYSCTL_XTAL_16MHZ);

but the micro controller runs at 66MHz.

please let me know the instruction to set it at 80MHz.

thanks