<?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>topic What is difference between 4bit and 8bit sdio mode? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/What-is-difference-between-4bit-and-8bit-sdio-mode/m-p/366652#M52035</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/Qiang_FSL"&gt;Qiang_FSL&lt;/A&gt;, &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/PeterChan"&gt;PeterChan&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did&amp;nbsp; MCIMX28EVK use 8 bit sdio mode or 4 bit sdio mode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Sep 2014 10:57:18 GMT</pubDate>
    <dc:creator>pt</dc:creator>
    <dc:date>2014-09-15T10:57:18Z</dc:date>
    <item>
      <title>What is difference between 4bit and 8bit sdio mode?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/What-is-difference-between-4bit-and-8bit-sdio-mode/m-p/366652#M52035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/Qiang_FSL"&gt;Qiang_FSL&lt;/A&gt;, &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/PeterChan"&gt;PeterChan&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did&amp;nbsp; MCIMX28EVK use 8 bit sdio mode or 4 bit sdio mode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 10:57:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/What-is-difference-between-4bit-and-8bit-sdio-mode/m-p/366652#M52035</guid>
      <dc:creator>pt</dc:creator>
      <dc:date>2014-09-15T10:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: What is difference between 4bit and 8bit sdio mode?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/What-is-difference-between-4bit-and-8bit-sdio-mode/m-p/366653#M52036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pt, till SDIO 3.0 specification, there is only 4 bit SDIO mode, no 8 bit SDIO mode was defined. Only eMMC was defined for 8 bits mode, for iMX28, it can support 8 bits mode too. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 02:25:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/What-is-difference-between-4bit-and-8bit-sdio-mode/m-p/366653#M52036</guid>
      <dc:creator>qiang_li-mpu_se</dc:creator>
      <dc:date>2014-09-16T02:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: What is difference between 4bit and 8bit sdio mode?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/What-is-difference-between-4bit-and-8bit-sdio-mode/m-p/366654#M52037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did MCIMX28EVK use 8-bit mode?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 06:24:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/What-is-difference-between-4bit-and-8bit-sdio-mode/m-p/366654#M52037</guid>
      <dc:creator>pt</dc:creator>
      <dc:date>2014-09-16T06:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: What is difference between 4bit and 8bit sdio mode?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/What-is-difference-between-4bit-and-8bit-sdio-mode/m-p/366655#M52038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, the two SD socket on iMX28 supports 8 bits mode on iMX28 EVK board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static struct mxs_mmc_platform_data mmc0_data = {&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt; .caps&amp;nbsp;&amp;nbsp; = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; | MMC_CAP_DATA_DDR,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static struct mxs_mmc_platform_data mmc1_data = {&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt; .caps&amp;nbsp;&amp;nbsp; = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; | MMC_CAP_DATA_DDR,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 07:05:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/What-is-difference-between-4bit-and-8bit-sdio-mode/m-p/366655#M52038</guid>
      <dc:creator>qiang_li-mpu_se</dc:creator>
      <dc:date>2014-09-16T07:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: What is difference between 4bit and 8bit sdio mode?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/What-is-difference-between-4bit-and-8bit-sdio-mode/m-p/366656#M52039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/Qiang_FSL"&gt;Qiang_FSL&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you. What is the advantage of 8 bit mode? For our customized board we are providing a sd card socket. is 4bit mode enough for that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 07:43:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/What-is-difference-between-4bit-and-8bit-sdio-mode/m-p/366656#M52039</guid>
      <dc:creator>pt</dc:creator>
      <dc:date>2014-09-16T07:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: What is difference between 4bit and 8bit sdio mode?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/What-is-difference-between-4bit-and-8bit-sdio-mode/m-p/366657#M52040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IMHO, I think that the main advantage of 8bit mode concern into the speed for data reading, as observed in the eMMC. The writting not suffer some speed-up as reading when use 8bits instead of 4bits.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 22:32:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/What-is-difference-between-4bit-and-8bit-sdio-mode/m-p/366657#M52040</guid>
      <dc:creator>chrdcv</dc:creator>
      <dc:date>2014-09-23T22:32:29Z</dc:date>
    </item>
  </channel>
</rss>

