<?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 eMMC implementation with MIMXRT1170 EVK in MCX Microcontrollers</title>
    <link>https://community.nxp.com/t5/MCX-Microcontrollers/eMMC-implementation-with-MIMXRT1170-EVK/m-p/2365259#M5390</link>
    <description>&lt;P&gt;Hello.&lt;BR /&gt;I am using MIMXRT1170 EVK board. I have an working implementation with SD card. Now I am planning to shift to eMMC instead of SD card. I am looking for the implementation steps. Can I interface eMMC with EVK board? If yes then to which pins I should connect it?&lt;BR /&gt;And I didn't find any eMMC examples so give a approach for it.&amp;nbsp;&lt;BR /&gt;Any advice or pointers to working SDK examples would be greatly appreciated.&lt;/P&gt;</description>
    <pubDate>Thu, 14 May 2026 06:14:01 GMT</pubDate>
    <dc:creator>SK02</dc:creator>
    <dc:date>2026-05-14T06:14:01Z</dc:date>
    <item>
      <title>eMMC implementation with MIMXRT1170 EVK</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/eMMC-implementation-with-MIMXRT1170-EVK/m-p/2365259#M5390</link>
      <description>&lt;P&gt;Hello.&lt;BR /&gt;I am using MIMXRT1170 EVK board. I have an working implementation with SD card. Now I am planning to shift to eMMC instead of SD card. I am looking for the implementation steps. Can I interface eMMC with EVK board? If yes then to which pins I should connect it?&lt;BR /&gt;And I didn't find any eMMC examples so give a approach for it.&amp;nbsp;&lt;BR /&gt;Any advice or pointers to working SDK examples would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2026 06:14:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/eMMC-implementation-with-MIMXRT1170-EVK/m-p/2365259#M5390</guid>
      <dc:creator>SK02</dc:creator>
      <dc:date>2026-05-14T06:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: eMMC implementation with MIMXRT1170 EVK</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/eMMC-implementation-with-MIMXRT1170-EVK/m-p/2368422#M5410</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/262693"&gt;@SK02&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for your post.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The RT1170 has two uSDHC controllers that support SD and eMMC interfaces, and the datasheet clearly states support for eMMC 5.0.&lt;BR /&gt;However, the MIMXRT1170-EVK board itself does not include a native eMMC footprint or related circuitry. According to the EVK hardware manual, only the J15 microSD slot is populated, and it is connected to USDHC1. Therefore, if you want to use eMMC, you will need to consider external hardware solutions, such as fly wires or an adapter board, to connect the eMMC device to the RT1170 uSDHC signals.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;There are two possible approaches:&lt;/P&gt;
&lt;DIV&gt;1. Reuse USDHC1 (the microSD interface on the EVK)&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P&gt;These functions are already available on USDHC1 in the EVK ROM pinmux configuration.&lt;BR /&gt;The main advantage of this approach is that existing SD driver code, as well as the board-level clock and power initialization, can be reused with minimal changes. In our community, you can also find reference examples showing how to modify the &lt;CODE&gt;sdcard_interrupt&lt;/CODE&gt; demo to work with MMC (&lt;A href="https://community.nxp.com/t5/RT-4-Digit-10xx-11xx-12xx/RT1170-eMMC-demo/ta-p/1249353" target="_blank"&gt;RT1170 eMMC demo - NXP Community&lt;/A&gt;).&lt;BR /&gt;The limitation is that you will need to tap the SD-related signals on the board or design a small adapter board.&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp;Refer to the MIMXRT1176-ADP for custom hardware design&lt;BR /&gt;The official RT1170 reference board that actually includes an eMMC device is the MIMXRT1176-ADP. This board features an onboard eMMC device (U13), and the &lt;A href="https://www.nxp.com.cn/webapp/Download?colCode=UM12135" target="_self"&gt;UM12135&lt;/A&gt; clearly states that it is connected to the i.MX RT1170 uSDHC controller. The schematics and design files of this board can serve as a solid reference for a custom hardware design.&lt;/P&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Celeste_Liu_0-1779275326936.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/386170iCF3142DC081E7D78/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Celeste_Liu_0-1779275326936.png" alt="Celeste_Liu_0-1779275326936.png" /&gt;&lt;/span&gt;
&lt;P&gt;Hope it helps.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Celeste&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 20 May 2026 11:09:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/eMMC-implementation-with-MIMXRT1170-EVK/m-p/2368422#M5410</guid>
      <dc:creator>Celeste_Liu</dc:creator>
      <dc:date>2026-05-20T11:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: eMMC implementation with MIMXRT1170 EVK</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/eMMC-implementation-with-MIMXRT1170-EVK/m-p/2369261#M5414</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/237877"&gt;@Celeste_Liu&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you for sharing the approaches.&lt;BR /&gt;&lt;BR /&gt;It is helpful for starting with eMMC. I will finalize between these with my team and will start working.&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Sakshi&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2026 07:43:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/eMMC-implementation-with-MIMXRT1170-EVK/m-p/2369261#M5414</guid>
      <dc:creator>SK02</dc:creator>
      <dc:date>2026-05-21T07:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: eMMC implementation with MIMXRT1170 EVK</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/eMMC-implementation-with-MIMXRT1170-EVK/m-p/2369330#M5415</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/262693"&gt;@SK02&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Glad to help!&lt;/P&gt;
&lt;P&gt;If that post answers your question, please click the "ACCEPT AS SOLUTION" button. Thank you!&lt;/P&gt;
&lt;P&gt;Any new questions in the future, welcome to create a new post.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Celeste&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2026 08:41:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/eMMC-implementation-with-MIMXRT1170-EVK/m-p/2369330#M5415</guid>
      <dc:creator>Celeste_Liu</dc:creator>
      <dc:date>2026-05-21T08:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: eMMC implementation with MIMXRT1170 EVK</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/eMMC-implementation-with-MIMXRT1170-EVK/m-p/2369331#M5416</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/262693"&gt;@SK02&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Glad to help!&lt;/P&gt;
&lt;P&gt;If that post answers your question, please click the "ACCEPT AS SOLUTION" button. Thank you!&lt;/P&gt;
&lt;P&gt;Any new questions in the future, welcome to create a new post.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Celeste&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2026 08:41:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/eMMC-implementation-with-MIMXRT1170-EVK/m-p/2369331#M5416</guid>
      <dc:creator>Celeste_Liu</dc:creator>
      <dc:date>2026-05-21T08:41:04Z</dc:date>
    </item>
  </channel>
</rss>

