If you are looking for a similar solution (clock setup) to the EVM, just with 8kHz sampling - then SYS_CLK2 could use 4.096MHz (or 8.192MHz). (EVM was 22.5792 / 512 = 44.1) (New Config; 4.096 / 512 = 8)
Please be aware there is a clock tree tool available…
I will let SDK experts comment from SW perspective, but just as a side note, you can check the Clock Tree Tool (CTT, free to download here: https://www.ti.com/tool/CLOCKTREETOOL ). You can use the tool to study the device clock/crystal/OSC sources and…
Hello,
Both clocks come from the different DPLL HS dividers. So depending on your clock device configuration, you can configure the mux to select which will be the source of the VIP functional clock. See below screenshot.
You can see the TRM (as suggested…
Part Number: 66AK2G12 Other Parts Discussed in Thread: CLOCKTREETOOL
Hello,
I didn't found any information about frequency margins for UART PLL (or any other secondary PLL). I only found out that there is 13 bit reserved for multiplication and 6 bit…
Hi Takashi,
I would suggest you to explore our CTT tool.
https://www.ti.com/tool/CLOCKTREETOOL
Check also below user guides:
http://software-dl.ti.com/processor-sdk-linux/esd/docs/latest/linux/Examples_and_Demos_Sub-system_Demos.html#power-management…
Nagendrakumar,
Please refer to the AM57xx clock tree tool to be able to visualize the clock configuration and interactions at:
www.ti.com/.../clocktreetool
Tom
Hi Pavel, thanks for your interest. Is it enough modifiying board.c file according to AM437x_EMIF_Configuration_Tool outputs to boot only Linux-kernel ? (I did not use any other tools like clocktreetool, pinmux tool) Is there any other file I need to…