<?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 Hi, All I am using KDS and MQX with board Twr-K21F120M mouted with the SD card to work as USB device when connected to the PC. in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Hi-All-I-am-using-KDS-and-MQX-with-board-Twr-K21F120M-mouted/m-p/699905#M17533</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using KDS with MQX version 4.2 with board Twr-K21F120M .&lt;/P&gt;&lt;P&gt;I have mounted an SD card to the board and connect it to PC.&lt;/P&gt;&lt;P&gt;I want that SD card to be detected as USB device on PC. I am attaching the file which is I am using to do the same.&lt;/P&gt;&lt;P&gt;But I am not able to do it.&lt;/P&gt;&lt;P&gt;Kindly help. Its urgent.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-339106"&gt;demo.c.txt.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Aug 2017 10:00:54 GMT</pubDate>
    <dc:creator>jatinvashisth</dc:creator>
    <dc:date>2017-08-16T10:00:54Z</dc:date>
    <item>
      <title>Hi, All I am using KDS and MQX with board Twr-K21F120M mouted with the SD card to work as USB device when connected to the PC.</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Hi-All-I-am-using-KDS-and-MQX-with-board-Twr-K21F120M-mouted/m-p/699905#M17533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using KDS with MQX version 4.2 with board Twr-K21F120M .&lt;/P&gt;&lt;P&gt;I have mounted an SD card to the board and connect it to PC.&lt;/P&gt;&lt;P&gt;I want that SD card to be detected as USB device on PC. I am attaching the file which is I am using to do the same.&lt;/P&gt;&lt;P&gt;But I am not able to do it.&lt;/P&gt;&lt;P&gt;Kindly help. Its urgent.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-339106"&gt;demo.c.txt.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2017 10:00:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Hi-All-I-am-using-KDS-and-MQX-with-board-Twr-K21F120M-mouted/m-p/699905#M17533</guid>
      <dc:creator>jatinvashisth</dc:creator>
      <dc:date>2017-08-16T10:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Hi, All I am using KDS and MQX with board Twr-K21F120M mouted with the SD card to work as USB device when connected to the PC.</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Hi-All-I-am-using-KDS-and-MQX-with-board-Twr-K21F120M-mouted/m-p/699906#M17534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jatin:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a msd demo in the MQX installation folder, it is very similar to your requirement&lt;/P&gt;&lt;P&gt;Freescale_MQX_4_2\usb_v2\example\device\msd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this demo, ram disk or sd disk can be enabled , there is a macro control it.&amp;nbsp; in file disk.h&lt;/P&gt;&lt;P&gt;#define RAM_DISK_APP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (0)&lt;BR /&gt;#define SD_CARD_APP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (1)&lt;/P&gt;&lt;P&gt;unfortunately, TWR-K21F120M is not supported in MQX 4.2, you need to port this example from TWR-K22 to TWR-K21.&lt;/P&gt;&lt;P&gt;Please refer to porting guide.&lt;/P&gt;&lt;P&gt;Freescale_MQX_4_2\doc\usb_v2\USB_Stack_Porting_User_Guide.pdf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Daniel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button or helpful. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 07:25:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Hi-All-I-am-using-KDS-and-MQX-with-board-Twr-K21F120M-mouted/m-p/699906#M17534</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2017-09-01T07:25:32Z</dc:date>
    </item>
  </channel>
</rss>

