Hi,
How i can identify system clock frequency in TMS570LC543XX firmware?
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.
Hi,
How i can identify system clock frequency in TMS570LC543XX firmware?
Hi Swati sharma,
You can find out the CPU clock frequency directly by reading the macro "GCLK_FREQ", as you can see in above example it is 300 that means CPU clock frequency is 300Mhz.
This is method is very simple and useful if you are not changing the CPU frequency in run time. If you are changing the frequency in runtime then you should, you should manually calculate all the frequency using all the dividers you configured.
--
Thanks & regards,
Jagadish.