<?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>MQX Software SolutionsのトピックMC52259 as MSD device with RAM disk driver</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/MC52259-as-MSD-device-with-RAM-disk-driver/m-p/199312#M4334</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to develop an application running on a MC52259 which can provide a RAM disk to a PC through the USB interface. I have the MFS example RAM disk from MQX 3.5.1 running and can see the RAM disk and control it through the shell. I also have the USB device disk example running, and can see the device enumerate on my PC. However, there is no example I can find which will tie the USB driver to the RAM disk driver. The Disk_App() function in the example code is blank. Is there another example I can use?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 May 2010 07:20:32 GMT</pubDate>
    <dc:creator>jhmrd</dc:creator>
    <dc:date>2010-05-12T07:20:32Z</dc:date>
    <item>
      <title>MC52259 as MSD device with RAM disk driver</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MC52259-as-MSD-device-with-RAM-disk-driver/m-p/199312#M4334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to develop an application running on a MC52259 which can provide a RAM disk to a PC through the USB interface. I have the MFS example RAM disk from MQX 3.5.1 running and can see the RAM disk and control it through the shell. I also have the USB device disk example running, and can see the device enumerate on my PC. However, there is no example I can find which will tie the USB driver to the RAM disk driver. The Disk_App() function in the example code is blank. Is there another example I can use?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 May 2010 07:20:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MC52259-as-MSD-device-with-RAM-disk-driver/m-p/199312#M4334</guid>
      <dc:creator>jhmrd</dc:creator>
      <dc:date>2010-05-12T07:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: MC52259 as MSD device with RAM disk driver</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MC52259-as-MSD-device-with-RAM-disk-driver/m-p/199313#M4335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;disk example in USB / device runs on RAM, although the area is not mapped to MFS. Note that if it was, you would not see what you probably expect: files on RAM disk (the reason is caching from PC host: there is not any rule when shoul PC host write to the USB disk). If you want to map the disk anyway, then you need to map g_disk.storage_disk from USB host example to the MFS partition + storage area.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 May 2010 13:43:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MC52259-as-MSD-device-with-RAM-disk-driver/m-p/199313#M4335</guid>
      <dc:creator>JuroV</dc:creator>
      <dc:date>2010-05-12T13:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: MC52259 as MSD device with RAM disk driver</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MC52259-as-MSD-device-with-RAM-disk-driver/m-p/199314#M4336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the quick response, but this does not solve my problem. I need to share a file system between the application running under MQX with the PC via USB. I need to be able to create files on the MC52259 and read them back on the PC. Is there any example code which supports this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 May 2010 23:17:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MC52259-as-MSD-device-with-RAM-disk-driver/m-p/199314#M4336</guid>
      <dc:creator>jhmrd</dc:creator>
      <dc:date>2010-05-12T23:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: MC52259 as MSD device with RAM disk driver</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MC52259-as-MSD-device-with-RAM-disk-driver/m-p/199315#M4337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is not such example.&lt;/P&gt;&lt;P&gt;I will repeat myself: if you want to write a file to a USB disk device, which is connected to the PC host in the same time- dont do that; USB mass storage class is not specified for such operation. What you can do is to prepare a RAM disk with MFS and then plug-in USB disk device to the PC host.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 16:09:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MC52259-as-MSD-device-with-RAM-disk-driver/m-p/199315#M4337</guid>
      <dc:creator>JuroV</dc:creator>
      <dc:date>2010-05-13T16:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: MC52259 as MSD device with RAM disk driver</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MC52259-as-MSD-device-with-RAM-disk-driver/m-p/199316#M4338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you suggesting that I use the host mode USB drivers on my device to write to a pen drive, remove the pen drive, then connect it to the PC to transfer my files?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having a problem with the device msd disk application. When I connect my device to a PC, I can see that the device is detected and connected to the PC. But no disk drive letter is assigned by the PC to my device, so I cannot access the ram disk from the PC. Is there something I must do on the PC to format the ram disk? Is there something else you can suggest that could be wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 20:50:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MC52259-as-MSD-device-with-RAM-disk-driver/m-p/199316#M4338</guid>
      <dc:creator>jhmrd</dc:creator>
      <dc:date>2010-05-13T20:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: MC52259 as MSD device with RAM disk driver</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MC52259-as-MSD-device-with-RAM-disk-driver/m-p/199317#M4339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, this is what I am suggesting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Windows sometimes hides or does not assigns disk drive letter. Start -&amp;gt; My Computer (right click) -&amp;gt; Manage -&amp;gt; Disk Management -&amp;gt; select disk and assign a letter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 15:04:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MC52259-as-MSD-device-with-RAM-disk-driver/m-p/199317#M4339</guid>
      <dc:creator>JuroV</dc:creator>
      <dc:date>2010-05-19T15:04:49Z</dc:date>
    </item>
  </channel>
</rss>

