i.MX6 SSI PLL frequency question

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

i.MX6 SSI PLL frequency question

Jump to solution
2,082 Views
uolli
Contributor III

Hi All,

I am checking the datasheet of i.MX6 for the SSI interface, i saw there is a PLL freq 688.128MHZ shows in the table 64-6 as following picture, i am wondering how they got that frequency?

q1.JPG.jpg

Labels (5)
0 Kudos
1 Solution
1,000 Views
AnsonHuang
NXP Employee
NXP Employee

Hi, uolli

     I saw audio PLL from CCM, I think its freq is set like this: PLL output frequency = Fref * (DIV_SELECT + NUM/DENOM), there are NUM and DENOM can be set to different value, so I think it is possible to get 688.128MHz. such as , DIV_SELECT = 28, NUM = 672, DENOM = 1000, then PLL output will be 24MHz * 28.672 = 688.128MHz. And SSI can be sourced from audio PLL.

View solution in original post

0 Kudos
5 Replies
1,001 Views
dabrain
Contributor I

How do you source ssi from PLL?

I would like to have a ssi sys clk set to 12.288 or 11.2896 in order to get my different sample rate but i dont find how to do this in imx_ssi.c or anywhere else ...

Best regards.

0 Kudos
1,001 Views
AnsonHuang
NXP Employee
NXP Employee

Hi, uolli

     I saw audio PLL from CCM, I think its freq is set like this: PLL output frequency = Fref * (DIV_SELECT + NUM/DENOM), there are NUM and DENOM can be set to different value, so I think it is possible to get 688.128MHz. such as , DIV_SELECT = 28, NUM = 672, DENOM = 1000, then PLL output will be 24MHz * 28.672 = 688.128MHz. And SSI can be sourced from audio PLL.

0 Kudos
1,001 Views
uolli
Contributor III

Thank you, Yongcai.

Also, does the freescale has some documents for the SSI how to set as a network mode, i want set SSI working in network mode, with 2.048MHZ T/R clock, with 8K sync clock. also, i checked the source codes for BSP for support codec wm8962, they used SSI 1 for AUDMUX, internal port of AUDMUX is 2, external port is 4, i can saw how to configure the AUDMUX for port2 and 4, but i don't how the SSI 1 to connect to AUDMUX internal port 2. thank you

0 Kudos
1,001 Views
AnsonHuang
NXP Employee
NXP Employee

HI,uolli

   Sorry, I am not familiar with SSI module, I am just familiar with PLL and clock, you may need to create another topic for SSI, hope there will be someone helping you.

0 Kudos
1,001 Views
uolli
Contributor III

Thank you, Yongcai.

0 Kudos