Other Parts Discussed in Thread: EK-TM4C123GXL
Tool/software: Code Composer Studio
Hello Everyone,
I am trying to use the chip with the internal oscillator and using the following configurations and switching a pin to observe the clock frequency but the frequency I am reading is quite low.
Using the following configurations I get the waveforms:
SysCtlClockSet(SYSCTL_SYSDIV_1 | SYSCTL_USE_OSC | SYSCTL_OSC_INT | SYSCTL_XTAL_16MHZ);
SysCtlClockSet(SYSCTL_SYSDIV_2_5 | SYSCTL_USE_PLL | SYSCTL_OSC_INT | SYSCTL_XTAL_16MHZ);
Any ideas on why I am getting such a low frequency?
Thanks.