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.

Still having problems getting 80 Mhz back from SysCtlClockGet()

Using a Tiva TM4C1231H6PZI, 16 Mhz external oscilator.

I just changed over to TivaWare version 2.1.1.71 and used this code:

SysCtlClockSet( SYSCTL_USE_PLL | SYSCTL_OSC_MAIN | SYSCTL_XTAL_16MHZ | SYSCTL_SYSDIV_2_5); //Set 80 MHz

i=SysCtlClockGet();

I get 66666666 for i.

I thought this bug was fixed in the new Tivaware?  What did I do wrong?