<?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中的主题 SDIO incorrect data</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/SDIO-incorrect-data/m-p/450516#M69841</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;.&amp;nbsp; This has to do with the SDIO on the iMX6 and the SD1_CLK signal.&amp;nbsp; From what I understand in chapter 54.5.3.2.4 DLL (Delay Line) in the Read Path;&amp;nbsp; There is a delay line in figure 54-17 which show SDIO data being clock in on the same edge of the clock that goes to our SDIO module.&amp;nbsp; Now we both know that there will be delay in the circuit.&amp;nbsp; Our problem is that we are seeing incorrect data.&amp;nbsp; If we look at the clock and data, we see that the rising edge of the clock is right in the middle of the data.&amp;nbsp; Our software group has tried ever tap with no effect.&amp;nbsp; So I believe that the Delay Line in the iMX6 is not working for us, most likely we are not setting up the registers correctly.&amp;nbsp; Could you please explain how we should setup the register?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Some other things to note: We are using eCos, not Linux. We are looking at the Linux driver for guidance. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 May 2015 16:52:51 GMT</pubDate>
    <dc:creator>jparrish88</dc:creator>
    <dc:date>2015-05-20T16:52:51Z</dc:date>
    <item>
      <title>SDIO incorrect data</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/SDIO-incorrect-data/m-p/450516#M69841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;.&amp;nbsp; This has to do with the SDIO on the iMX6 and the SD1_CLK signal.&amp;nbsp; From what I understand in chapter 54.5.3.2.4 DLL (Delay Line) in the Read Path;&amp;nbsp; There is a delay line in figure 54-17 which show SDIO data being clock in on the same edge of the clock that goes to our SDIO module.&amp;nbsp; Now we both know that there will be delay in the circuit.&amp;nbsp; Our problem is that we are seeing incorrect data.&amp;nbsp; If we look at the clock and data, we see that the rising edge of the clock is right in the middle of the data.&amp;nbsp; Our software group has tried ever tap with no effect.&amp;nbsp; So I believe that the Delay Line in the iMX6 is not working for us, most likely we are not setting up the registers correctly.&amp;nbsp; Could you please explain how we should setup the register?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Some other things to note: We are using eCos, not Linux. We are looking at the Linux driver for guidance. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 16:52:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/SDIO-incorrect-data/m-p/450516#M69841</guid>
      <dc:creator>jparrish88</dc:creator>
      <dc:date>2015-05-20T16:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: SDIO incorrect data</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/SDIO-incorrect-data/m-p/450517#M69842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jparrish88&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can consider ERR004536 &lt;A href="http://cache.freescale.com/files/32bit/doc/errata/IMX6SLCE.pdf?fasp=1&amp;amp;WT_TYPE=Errata&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation&amp;amp;fileExt=.pdf"&gt;IMX6SLCE&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://bitbucket.org/raymond1860/linux-2.6-imx/commits/f63a8292fe128987ea4f8ab695f08a7fd9ea69bc?at=master" title="https://bitbucket.org/raymond1860/linux-2.6-imx/commits/f63a8292fe128987ea4f8ab695f08a7fd9ea69bc?at=master"&gt;https://bitbucket.org/raymond1860/linux-2.6-imx/commits/f63a8292fe128987ea4f8ab695f08a7fd9ea69bc?at=master&lt;/A&gt; &lt;/P&gt;&lt;P&gt;and try to use as example linux SD driver described in linux manual&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=i.MX6Q&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;L3.14.28_1.0.0_iMX6QDLS_BUNDLE&lt;/A&gt;&lt;/P&gt;&lt;P&gt;SDK examples : &lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=i.MX6Q&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;i.MX 6Series Platform SDK&lt;/A&gt; &lt;IMG alt="" class="jive-image" src="http://www.freescale.com/files/graphic/SECURITYINFOIMAGE.gif" /&gt; : Bare-metal SDK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 04:20:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/SDIO-incorrect-data/m-p/450517#M69842</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2015-05-21T04:20:31Z</dc:date>
    </item>
  </channel>
</rss>

