I m configuring my clock using
g_ui32SysClock = MAP_SysCtlClockFreqSet((SYSCTL_XTAL_25MHZ | SYSCTL_OSC_MAIN | SYSCTL_USE_PLL | SYSCTL_CFG_VCO_480), 120000000);
here g_ui32SysClock gives the right value that is 12 Mega
but i want to confirm either the clock is accurate or not
is there a method to calculate the clock
if so please help
Thanks in advance