<?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>Processor Expert SoftwareのトピックRe: SSI_LDD clock bug</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/SSI-LDD-clock-bug/m-p/256184#M1565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any workaround?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Feb 2014 17:55:43 GMT</pubDate>
    <dc:creator>bowerymarc</dc:creator>
    <dc:date>2014-02-25T17:55:43Z</dc:date>
    <item>
      <title>SSI_LDD clock bug</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/SSI-LDD-clock-bug/m-p/256182#M1563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Setting the "Master Clock" to "Input Pin" in SSI_LDD results in this code in Audio0_Init (default name):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &lt;/SPAN&gt;/* I2S0_MCR: MOE=0 */&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp; I2S0_MCR &amp;amp;= (&lt;SPAN class="s2"&gt;uint32_t&lt;/SPAN&gt;)~(&lt;SPAN class="s2"&gt;uint32_t&lt;/SPAN&gt;)(I2S_MCR_MOE_MASK); &lt;SPAN class="s3"&gt;/* Disable MCLK divider */&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp; &lt;SPAN class="s4"&gt;&lt;STRONG&gt;while&lt;/STRONG&gt;&lt;/SPAN&gt; ((I2S0_MCR &amp;amp; I2S_MCR_MOE_MASK) != 0U) {} &lt;SPAN class="s3"&gt;/* Wait for MCLK disable*/&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &lt;/SPAN&gt;/* I2S0_MDR: ??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,FRACT=0,DIVIDE=0xF9 */&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp; I2S0_MDR = (I2S_MDR_FRACT(0x00) | I2S_MDR_DIVIDE(0xF9)); &lt;SPAN class="s3"&gt;/* Configure &lt;/SPAN&gt;&lt;SPAN class="s5"&gt;Mclk&lt;/SPAN&gt;&lt;SPAN class="s3"&gt; divide ratio */&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &lt;/SPAN&gt;/* I2S0_MCR: DUF=0,MOE=1,??=0,??=0,??=0,??=0,MICS=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0 */&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp; I2S0_MCR = (I2S_MCR_MOE_MASK | I2S_MCR_MICS(0x00)); &lt;SPAN class="s3"&gt;/* Configure &lt;/SPAN&gt;&lt;SPAN class="s5"&gt;Mclk&lt;/SPAN&gt;&lt;SPAN class="s3"&gt; source */&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s3"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s3"&gt;Last line: MOE is set, making the MCLK line an &lt;STRONG&gt;output&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s3"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 02:30:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/SSI-LDD-clock-bug/m-p/256182#M1563</guid>
      <dc:creator>bowerymarc</dc:creator>
      <dc:date>2014-02-25T02:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: SSI_LDD clock bug</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/SSI-LDD-clock-bug/m-p/256183#M1564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for reporting this bug to us. We will fix it for next release (I am not sure about CW V10.6 because we are close to this release. However this fix is going to be part of DriverSuite 10.4).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Vojtech Filip&lt;/P&gt;&lt;P&gt;Processor Expert Support Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 10:07:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/SSI-LDD-clock-bug/m-p/256183#M1564</guid>
      <dc:creator>vfilip</dc:creator>
      <dc:date>2014-02-25T10:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: SSI_LDD clock bug</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/SSI-LDD-clock-bug/m-p/256184#M1565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any workaround?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 17:55:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/SSI-LDD-clock-bug/m-p/256184#M1565</guid>
      <dc:creator>bowerymarc</dc:creator>
      <dc:date>2014-02-25T17:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: SSI_LDD clock bug</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/SSI-LDD-clock-bug/m-p/256185#M1566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry I have omitted that. I think there are two possible ways how to workaround it. Either freeze generated code of this component by right click on component and use "Dont Write...." menu command or write the correct value into I2S0_MCR just after calling initialization method. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="rpHighlightAllClass _rp_Q3 rpHighlightBodyClass"&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: Consolas;"&gt;I2S0_MCR = I2S_MCR_MICS(0x00);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #3f7f5f; font-size: 10pt; font-family: Consolas;"&gt;/* Configure &lt;/SPAN&gt;&lt;SPAN style="color: #3f7f5f; font-size: 10pt; font-family: Consolas; text-decoration: underline;"&gt;Mclk&lt;/SPAN&gt; source */&lt;/P&gt;&lt;P class="rpHighlightAllClass _rp_Q3 rpHighlightBodyClass"&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Vojtech Filip&lt;/P&gt;&lt;P&gt;Processor Expert Support Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 18:11:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/SSI-LDD-clock-bug/m-p/256185#M1566</guid>
      <dc:creator>vfilip</dc:creator>
      <dc:date>2014-02-25T18:11:12Z</dc:date>
    </item>
  </channel>
</rss>

