Part Number: AM5726
Hi Support Team,
My customer is starting to experiment with SSC.
DRA7xx, AM57xx, TDA2x, TDA3x Spread Spectrum Clocking Configuration App Report
https://www.ti.com/lit/an/spraby0a/spraby0a.pdf
2.2.4 Example Application
My customer is attempting to configure a prototype using the examples in this document,
and would appreciate answers to the following questions.
Q1. In this example, the EMI countermeasure is for a 50MHz application, but in this application,
the dot clock (pixel clock) of the LCD is assumed to be 33MHz.
In this case, is it correct to understand 50MHz as 33MHz?
Q2. I need the frequency of CLKINP. Is it correct to understand that it is CLKINP of DPLL_VIDEOx
as described in Figure 11-10. VIDEO PLL Reference Diagram of TRM?
Q3. In the PLLCTRL_VIDEOx block above, HIGHFREQ: 0=divided_by_2, 1=not_divided is described.
However, TRM: In the PLL_CONFIGURATION2 register description
root@am57xx-evm:~# devmem2 0x58004310 /*PLL_COMFIGURATION2
[12] PLL_HIGHFREQ
0x0: Pixel clock is not divided
0x1: Pixel clock is divided by 2
This is described as follows.
If this is the correct description, please explain the difference.
Also, if this difference is not correct, please provide the correct information.
Q4. I need the values of N, M, and M4.
Is it correct to understand that the references and values are as follows?
The following values are read from the prototype, but the current settings are equivalent to EVM,
so I believe the values are the same.
root@am57xx-evm:~# devmem2 0x5800430c /*PLL_COMFIGURATION1
/dev/mem opened.
Memory mapped at address 0xb6f8a000.
Read at address 0x5800430C (0xb6f8a30c): 0x010DEC4E /*value
[25:21]=01000 ∴ M4= 8
[20:9]=011011110110 ∴ M= 1782
[8:1]=00100111 ∴ N= 39
Best regards,
Kanae