Hello,
I have some problems configuring the Sys Clock of my LM4F232H5QD.
I want to let it run on 80Mhz on the PIOSC but it only will work on the external oscillator.
I'll tried to set it with:
SysCtlClockSet(SYSCTL_SYSDIV_2_5 | SYSCTL_USE_PLL | SYSCTL_OSC_INT);
and when I readout the frequency with SysCtlClockget() I get 80.000.000.
but when I use a PWM function to all timings are incorrect and when I use the external oscillator with:
SysCtlClockSet(SYSCTL_SYSDIV_2_5 | SYSCTL_USE_PLL | SYSCTL_XTAL_16MHZ | SYSCTL_OSC_MAIN);
it runs correct.
I'm now building my prototype software with the LM4F232 evalboard but I want to get lose of the external krystal when I implement it in our product.
I hope someone has a solution for me,
Best,
Edser Broers