I want to configure the timer2 and UART module in am335x .how to handle power and clock configuration for
these modules. In am335x starterware they given some API for enable the clock and power.
for example :
For enabling the clock for timer3 they given the API DMTimer3ModuleClkConfig();
May i know the exact code (contents) for this API. whether is it possible to replace this API with my own code.
i gone through the Power management in am335x TRM. if i get the sample code for the clock configuration
of one module, i may use these things to the other modules also ...
Thanks .
Shan.S