Hello,
I am using the Spread Spectrum Clocking(SSC) in AM3517 DPLL4(DSS_PCLK).
It seems to be activate the SSC.
But the spectrum analyser still shows that peak without any change.
Could you let me know some advise to check SSC effect?
Register sequence:
#define CONTROL_DSS_DPLL_SPREADING *(volatile unsigned int *)0x48002450
1) val = CONTROL_DSS_DPLL_SPREADING; // I can get the val=0x00000040.
2) CONTROL_DSS_DPLL_SPREADING = 0x0000000F; // Configure the AMPLITUDE and RATE
3) val = CONTROL_DSS_DPLL_SPREADING; // I can get the val=0x0000004F.
4) CONTROL_DSS_DPLL_SPREADING = 0x0000001F // Set SSC enable
5) val = CONTROL_DSS_DPLL_SPREADING; // I can get the val=0x000000DF.(ENABLE STATUS is High.)
Best regards, RY