Hello. Maybe this is a naive question and maybe has been already answered in the past, but I can't locate any info on that. What is the main difference, if any, when my code calls for example the SysCtlClockFreqSet(SYSCTL_XTAL_25MHZ | SYSCTL_OSC_MAIN | SYSCTL_USE_PLL | SYSCTL_CFG_VCO_480, 120000000) function just like it is written and as ROM_SysCtlClockFreqSet(...... ) and as MAP_SysCtlClockFreqSet(.....) ? All three versions seem to behave the same. Do these different calls signal to the compiler some certain directions of what lib's to use? Thank you. John