what is the C6678 VBUS frequency? i cannot find that parameter in the device datasheet and i need to know it to configure the Peripheral Settings Control Register for the SRIO peripheral, PRESCALER_SELECT field
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.
what is the C6678 VBUS frequency? i cannot find that parameter in the device datasheet and i need to know it to configure the Peripheral Settings Control Register for the SRIO peripheral, PRESCALER_SELECT field
Hi Gabriele,
The clocks provided to the peripherals in the C6678 is fraction of the output frequency of the main PLL. This is described in section 7.6 of the data manual. The SRIO vbus interface uses SYSCLK10. SYSCLK10 is equivalent to the main PLL output frequency divided by 3.
Regards, Bill
Thanks.
So, just to confirm, even in the register Port IP Prescalar for SRV_CLK Register (PRESCALAR_SRV_CLK) the ip_clk frequency is the SRIO frequency = SYSCLK10? right?
Hi Gabriele,
yes you are correct, SYS_CLK_VBUSP is equivalent to the CPU/3 frequency. It is fixed.
Refer below link for a definition of the IP_CLK and how to determine frequency.
http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/p/282116/991490.aspx#991490
Thanks,