Hi
Customer want to know the questions in title. it it possible to use this way just by setting registers on 953?
Regards, NY
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
Customer want to know the questions in title. it it possible to use this way just by setting registers on 953?
Regards, NY
NY,
The CLK_OUT can be set by using this equation:
CLK_OUT = FC x M/(HS_CLK_DIV x N), where FC is the forward channel data rate, and M, HS_CLK_DIV, and N are parameters set by registers 0x06 and 0x07.
For a CLK_OUT = 27MHz, you can set:
HS_CLK_DIV = 16
M = 27
N = 250
The above values translate to 0x9B for Register 0x06 and 0xFA for Register 0x07. Because the M/N is a fractional divide ratio, there is expected to be about 4ns of jitter.
If you don't want jitter and are OK with a frequency that is 0.1% deviated (CLK_OUT = 27.02702703 MHz), then you can use these settings:
HS_CLK_DIV = 4
M = 1
N = 37
The above values translate to 0x41 for Register 0x06 and 0x25 for Register 0x07.
Best Regards,
Jonny
Hi
Please close this thread if your question has been answered
Regards
Vijay