Hi ,
I need clarification on the function SysctlClockFreqSet, It isn`t unusual to see something like that:
SysCtlClockFreqSet((SYSCTL_XTAL_25MHZ | SYSCTL_OSC_MAIN | SYSCTL_USE_PLL | SYSCTL_CFG_VCO_480), 20000000);
if you read the doc, there is 2 argument needed, I don t get why you do a "or" operator on argument like SYSCTL_XTAL_25MHZ. Do it mean set the clock by that or that or that ?
Secondly, what is the difference between, the oscillator and the system clock? What is the difference between a osc and a PLL? and what is PLL VCO?