Hi,
I am looking for the clock tree tool for AM64x. Is the CTT provided?
Regards,
Rei
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,
I am looking for the clock tree tool for AM64x. Is the CTT provided?
Regards,
Rei
Yes, the TRM will have great content on the clock settings and what can control each clock tree.
Configuration of these settings is largely done by software requests to System Firmware as Paul pointed out above. Using the SDKs that have valid settings in place is the right place to start.
For example, you configure peripheral clocks in Linux Device Tree and the drivers we provide will work with System Firmware to choose the write configuration. The Board Configuration does something similar for our MCU+ SDK. Examining the examples provided here should provide a better picture of what can be done.