<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX Processors中的主题 Re: imx6 and PCM5310 Audio codec</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx6-and-PCM5310-Audio-codec/m-p/281285#M32387</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gerhard&lt;/P&gt;&lt;P&gt;This discussion is closed since no activity. If you still need help, please feel free to reply with an update to this discussion, or create another discussion.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Apr 2014 06:46:34 GMT</pubDate>
    <dc:creator>YixingKong</dc:creator>
    <dc:date>2014-04-01T06:46:34Z</dc:date>
    <item>
      <title>imx6 and PCM5310 Audio codec</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6-and-PCM5310-Audio-codec/m-p/281280#M32382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello together,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for a customer project we want to use a PCM5310 audio codec from TI . Unfortunatlly&amp;nbsp; ther is no driver availible. So we had to write our own SOC driver for this codec. Especially the I2S bus is a problem&lt;/P&gt;&lt;P&gt;The big question is the masterclock for the I2S bus of the codec&amp;nbsp; According the data sheet for the codec it should be for 48kHz sampling frequency 12.288MHz or 24.5760 or 36.864 MHz. For a sampling frequency of 44,1kHz it should be 11,2896MHz or 22,5792MHz. &lt;/P&gt;&lt;P&gt;We use GPIO 05 (Pad R4) which could be used as a clock signal routed to the Audio PLL4&amp;nbsp; for the master clock. Therefore we want to connect it to this PLL. So the question is, how we should set this PLL and the dividers to get one of the necessary frequencies. I read into the cklock chapter of the imx6 spec&amp;nbsp; and had the idea to change the frequency of the PLL from 650MHz up to 1104MHz, by change the factor for the PLL from 27 to 46. If I dived this by 30, I get a frequency of 36,80MHz which means a divergence of 0.2%&lt;/P&gt;&lt;P&gt;The question is now. Is this a correct idea and if yes, how can I program it.&amp;nbsp; My idea is, that I have to make changes inside&amp;nbsp; clock.c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards Gerhard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 08:48:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6-and-PCM5310-Audio-codec/m-p/281280#M32382</guid>
      <dc:creator>gerhardrauterbe</dc:creator>
      <dc:date>2014-02-06T08:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: imx6 and PCM5310 Audio codec</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6-and-PCM5310-Audio-codec/m-p/281281#M32383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,Gerhard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I don't recommend you use clock that outputs from CPU, you had better use an &lt;STRONG&gt;independent&lt;/STRONG&gt; crystal or oscillator for&amp;nbsp; codec, such as 22.5792M or others. then setting codec to work as master, and I2S on cpu to work as slave. This usage can ensure clock's accuracy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Weidong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 07:25:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6-and-PCM5310-Audio-codec/m-p/281281#M32383</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2014-02-25T07:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: imx6 and PCM5310 Audio codec</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6-and-PCM5310-Audio-codec/m-p/281282#M32384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Weidong,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the external oscillator was also my suggestion, when I tried to find a solution, but unfortunatlly the hardware was developed and built&amp;nbsp; before&amp;nbsp; without thinking about this problem.&amp;nbsp; So we have now the problem, when we start to develop the codec.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 08:35:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6-and-PCM5310-Audio-codec/m-p/281282#M32384</guid>
      <dc:creator>gerhardrauterbe</dc:creator>
      <dc:date>2014-02-26T08:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: imx6 and PCM5310 Audio codec</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6-and-PCM5310-Audio-codec/m-p/281283#M32385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gerhard&lt;/P&gt;&lt;P&gt;Had your issue got resolved? If yes, we are going to close the discussion in 3 days. If you still need help, please feel free to reply with an update to this discussion.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2014 08:57:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6-and-PCM5310-Audio-codec/m-p/281283#M32385</guid>
      <dc:creator>YixingKong</dc:creator>
      <dc:date>2014-03-14T08:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: imx6 and PCM5310 Audio codec</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6-and-PCM5310-Audio-codec/m-p/281284#M32386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gerhard&lt;/P&gt;&lt;P&gt;We have not got your response yet and will close the discussion in 3 days. If you still need help, please feel free to reply with an update to this discussion.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 07:35:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6-and-PCM5310-Audio-codec/m-p/281284#M32386</guid>
      <dc:creator>YixingKong</dc:creator>
      <dc:date>2014-03-21T07:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: imx6 and PCM5310 Audio codec</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6-and-PCM5310-Audio-codec/m-p/281285#M32387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gerhard&lt;/P&gt;&lt;P&gt;This discussion is closed since no activity. If you still need help, please feel free to reply with an update to this discussion, or create another discussion.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 06:46:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6-and-PCM5310-Audio-codec/m-p/281285#M32387</guid>
      <dc:creator>YixingKong</dc:creator>
      <dc:date>2014-04-01T06:46:34Z</dc:date>
    </item>
  </channel>
</rss>

