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.

TM4C internal clock configuration

Hi All,

I have developed my board with TM4C123, I have flashed it using XDS100v2-ARM.

I can see that LED toggling code is working good.

When I tried to get clock it in debug mode it shows

SysCtlClockGet = 0x0000077C which is 1916 Hz, why it is too low ?

I dont have any external oscillator connected on board. I wanted to set something around 50 MHz.

SysCtlClockSet(SYSCTL_SYSDIV_4 | SYSCTL_USE_PLL | SYSCTL_XTAL_16MHZ | SYSCTL_OSC_INT);

are these parameters correct ?