Hi everyone,
I am working in MSP430F5338 with XT2 (20MHz) as source frequency for SMCLK,MCLK,ACLK . Everyone is aware to develop timer interrupt code the source clock frequency is need. For that i make the sourece clock frequence as a constant in my code like
SourceClock = 20000000
Is there any sample code or logic is available to read the clock frequency by the software itself at run time instaed of giving as manually.
Thanks in Advance