Tool/software: Code Composer Studio
Dear,
If you setup the next code:
SysCtlClockFreqSet((SYSCTL_XTAL_25MHZ | SYSCTL_OSC_MAIN | SYSCTL_USE_PLL |SYSCTL_CFG_VCO_480), 120000000);
What is the clock frequency?
Is it 25MHz or 120MHz? Whats the meaning between those 2 values at start and end?
Already thanks!
Arne