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