Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi expert,
I can Open/Save Clock Tree configuration from/to file.
But not sure how to apply the configuration to soure code in MCU+ SDK.
Please advise.
Regards,
-Shibata
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 Shibata,
Thanks for your query.
The clock tree tools output can not be used directly in the MCU+SDK.
Clock tree can only be used to Visualize the device clock tree. Being an interactive visual tool, the CTT gives the user a global view of the device clock tree architecture and can be used to determine the exact register settings to obtain a specific configuration.
Please refer CLOCKTREETOOL for details.
Regards,
Tushar
Hi Tushar,
Thanks for your comments.
So you mean we need to manually modify register configurations in source codes by referring CTT GUI?
Or we can use SysConfig for the register configuration?
Please let me know which files we need to modify for the configuration.
Regards,
-Shibata
Hi Shibata,
So you mean we need to manually modify register configurations in source codes by referring CTT GUI?
Yes, you will need to manually modify the register configuration in the application code.
Please let me know which files we need to modify for the configuration.
The source file used to develop application.
Regards,
Tushar