Kindly what the difference between MAP_SysCtlClockFreqSet and SysCtlClockFreqSet ?
thanks
sayed abdullah
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Kindly what the difference between MAP_SysCtlClockFreqSet and SysCtlClockFreqSet ?
thanks
sayed abdullah
Hello Sayed,
If you use the MAP_ prefix, the function in ROM will be used if it exists. If it doesn't exist, it uses the Flash-based version. This helps you make the best use of the functions in ROM without having to know which ones are there.
Regards,
Sue