<?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 Re: Developing a USB memory stick Data Logger with Processor Expert and USB baremetal stack v. 4.1 in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Developing-a-USB-memory-stick-Data-Logger-with-Processor-Expert/m-p/449343#M26604</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Erich&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just tested the "benchmark" application in your FRDM-K20_MSD_Host, but it didn't work. I used in your demo the same USB memory stick with 4GB that I used in Freescale's msd_mfs_generic demo and it worked fine there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at the screenshot of the test in Tera Term:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/52588iA67898755EDDDAFD/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea on what could be causing this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco Coelho&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Aug 2015 15:13:37 GMT</pubDate>
    <dc:creator>MAPC</dc:creator>
    <dc:date>2015-08-19T15:13:37Z</dc:date>
    <item>
      <title>Developing a USB memory stick Data Logger with Processor Expert and USB baremetal stack v. 4.1</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Developing-a-USB-memory-stick-Data-Logger-with-Processor-Expert/m-p/449339#M26600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a Data Logger in a USB memory stick in my application using MK70. As my project was initialized with Processor Expert in CodeWarrior&amp;nbsp; and I didn't find a reference example with Processor Expert in Freescale USB Baremetal Stack, I tried to copy the files from K70 MSD-FAT example located at "C:\Freescale\Freescale USB Stack v4.1.1\Source \Host\ examples\ msd_mfs_generic\ cw10\ kinetis_k70", except for vectors.c and K70 registers initialization files, since Processor Expert already initializes interrupt vectors and includes "IO_Map.h" file, which defines the addresing and macros of all the registers in the MCU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After a lot of work, copying all the files and include their respective paths into Compiler Settings, I got some build errors. In the beggining, those errors were due to the lack of some header files. But now, I got some errors that I don't understand the cause:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/53234i84FAC294DB1BBFB1/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe somebody can give me an idea of how to do it in a easier way with less work and avoiding these conflicts and errors. Or if I don't find another way, I will have to create a new project based on that demo (without PE) (following the instructions from USBHOSTUG.pdf) and copy what it is already initialized and done with Processor Expert. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco Coelho&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 17:14:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Developing-a-USB-memory-stick-Data-Logger-with-Processor-Expert/m-p/449339#M26600</guid>
      <dc:creator>MAPC</dc:creator>
      <dc:date>2015-08-18T17:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Developing a USB memory stick Data Logger with Processor Expert and USB baremetal stack v. 4.1</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Developing-a-USB-memory-stick-Data-Logger-with-Processor-Expert/m-p/449340#M26601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;I have transformed the USB 4.1 stack into Processor Expert components (CDC, HID and MSD) and use it sucessfully in several projects.&lt;/P&gt;&lt;P&gt;Typically my MSD projects use FreeRTOS (so are not bare metal), but the components can be used in bare metal mode.&lt;/P&gt;&lt;P&gt;I don't have an example project for K70, but I do&amp;nbsp; have one for K60. As you are familiar with Processor Expert, it should be fairly easy for you to get it running on the K70. The critical part is to get proper 48 MHz for the USB block.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The CodeWarrior k60 project is on GitHub here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/TRW-K60N512/TWR-MK60_USB_MSD_Host" title="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/TRW-K60N512/TWR-MK60_USB_MSD_Host"&gt;mcuoneclipse/Examples/TRW-K60N512/TWR-MK60_USB_MSD_Host at master · ErichStyger/mcuoneclipse · GitHub&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know what you think. Maybe I have a TWR-K70 board somewhere, but would need to find some time first.&lt;/P&gt;&lt;P&gt;But I have created articles here which should be able to help you:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="http://mcuoneclipse.com/2013/03/02/usb-msd-host-for-the-freedom-board/" title="http://mcuoneclipse.com/2013/03/02/usb-msd-host-for-the-freedom-board/"&gt;USB MSD Host for the Freedom Board | MCU on Eclipse&lt;/A&gt; &lt;/LI&gt;&lt;LI&gt;&lt;A href="http://mcuoneclipse.com/2013/07/10/usb-msd-host-for-the-frdm-k20d50m-board/" title="http://mcuoneclipse.com/2013/07/10/usb-msd-host-for-the-frdm-k20d50m-board/"&gt;USB MSD Host for the FRDM-K20D50M Board | MCU on Eclipse&lt;/A&gt; &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;and about USB (CDC in this case) in general for Kinetis:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="http://mcuoneclipse.com/2013/04/27/usb-cdc-with-the-frdm-k20d50m/" title="http://mcuoneclipse.com/2013/04/27/usb-cdc-with-the-frdm-k20d50m/"&gt;USB CDC with the FRDM-K20D50M | MCU on Eclipse&lt;/A&gt; &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;As for K70, I have CodeWarrior USB Projects with Processor Expert here: &lt;A href="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/TWR-K70F120M" title="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/TWR-K70F120M"&gt;mcuoneclipse/Examples/TWR-K70F120M at master · ErichStyger/mcuoneclipse · GitHub&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a read here: &lt;A href="http://mcuoneclipse.com/2013/10/27/usb-with-the-twr-k60f120m-and-twr-k70f120m/" title="http://mcuoneclipse.com/2013/10/27/usb-with-the-twr-k60f120m-and-twr-k70f120m/"&gt;USB with the TWR-K60F120M and TWR-K70F120M | MCU on Eclipse&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for these Processor Expert USB components used: they are available on SourceForge:&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2014/10/21/mcuoneclipse-releases-on-sourceforge/" title="http://mcuoneclipse.com/2014/10/21/mcuoneclipse-releases-on-sourceforge/"&gt;McuOnEclipse Releases on SourceForge | MCU on Eclipse&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And finally one word about using memory sticks with the USB 4.x stack: I have found out that not every stick works, and some are working half-half. At least in my experience smaller (less than 4 GB) devices worked better).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 18:28:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Developing-a-USB-memory-stick-Data-Logger-with-Processor-Expert/m-p/449340#M26601</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2015-08-18T18:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Developing a USB memory stick Data Logger with Processor Expert and USB baremetal stack v. 4.1</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Developing-a-USB-memory-stick-Data-Logger-with-Processor-Expert/m-p/449341#M26602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Erich&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the demos. They are very helpful. I just downloaded your examples and, among them, there are some for TWR-K60N512. One of them is named "TWR-K60N512_FatFS_BM" and it is a baremetal demo that I'm looking for. Probably I can use it as a reference and export the PE settings related to USB and FATFS to my K70 project. Coincidently, I still have this kit here and I can make a test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, this demo considers a SD card. How can I change it to work with a USB memory stick?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the issue with sticks with more than 4GB, that is so strange! As far as I know, this stack supports FAT 32, which should be able to handle any stick with up to 32GB... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco Coelho&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 13:15:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Developing-a-USB-memory-stick-Data-Logger-with-Processor-Expert/m-p/449341#M26602</guid>
      <dc:creator>MAPC</dc:creator>
      <dc:date>2015-08-19T13:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Developing a USB memory stick Data Logger with Processor Expert and USB baremetal stack v. 4.1</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Developing-a-USB-memory-stick-Data-Logger-with-Processor-Expert/m-p/449342#M26603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;The difference between the normal FatFS and the MSD ones are that the first uses SD card, the USB MSD ones the USB stack. I have not had any problems with SD cards &amp;gt; 4 GB (my largest one is 32 GB). I think it is not a problem of the FatFS, but of the USB stack. I can tell that the USB stack worked fine for smaller/older sticks, but had problems somehow with larger/newer sticks. The FSL 4.x stack is not maintained any more by Freescale, and there is a newer stack in the Kinetis SDK. But that stack is completely different, and won't support CodeWarrior.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 13:29:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Developing-a-USB-memory-stick-Data-Logger-with-Processor-Expert/m-p/449342#M26603</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2015-08-19T13:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Developing a USB memory stick Data Logger with Processor Expert and USB baremetal stack v. 4.1</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Developing-a-USB-memory-stick-Data-Logger-with-Processor-Expert/m-p/449343#M26604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Erich&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just tested the "benchmark" application in your FRDM-K20_MSD_Host, but it didn't work. I used in your demo the same USB memory stick with 4GB that I used in Freescale's msd_mfs_generic demo and it worked fine there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at the screenshot of the test in Tera Term:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/52588iA67898755EDDDAFD/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea on what could be causing this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco Coelho&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 15:13:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Developing-a-USB-memory-stick-Data-Logger-with-Processor-Expert/m-p/449343#M26604</guid>
      <dc:creator>MAPC</dc:creator>
      <dc:date>2015-08-19T15:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Developing a USB memory stick Data Logger with Processor Expert and USB baremetal stack v. 4.1</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Developing-a-USB-memory-stick-Data-Logger-with-Processor-Expert/m-p/449344#M26605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks to me that the device/volume has not been mounted?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 15:55:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Developing-a-USB-memory-stick-Data-Logger-with-Processor-Expert/m-p/449344#M26605</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2015-08-19T15:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Developing a USB memory stick Data Logger with Processor Expert and USB baremetal stack v. 4.1</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Developing-a-USB-memory-stick-Data-Logger-with-Processor-Expert/m-p/449345#M26606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Inserting a memory stick should auto-mount the device (see message below).&lt;/P&gt;&lt;P&gt;if not, then the device somehow is not recognized.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------&lt;/P&gt;&lt;P&gt;FRDM-K20D50M&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------&lt;/P&gt;&lt;P&gt;CLS1&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; ; Group of CLS1 commands&lt;/P&gt;&lt;P&gt;&amp;nbsp; help|status&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ; Print help or status information&lt;/P&gt;&lt;P&gt;FRTOS1&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; ; Group of FRTOS1 commands&lt;/P&gt;&lt;P&gt;&amp;nbsp; help|status&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ; Print help or status information&lt;/P&gt;&lt;P&gt;FAT1&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; ; Group of FAT1 commands&lt;/P&gt;&lt;P&gt;&amp;nbsp; help|status&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ; Print help or status information&lt;/P&gt;&lt;P&gt;&amp;nbsp; cd [&amp;lt;directoryName&amp;gt;]&amp;nbsp;&amp;nbsp;&amp;nbsp; ; Change the current directory or display the name of the current directory&lt;/P&gt;&lt;P&gt;&amp;nbsp; dir [&amp;lt;directoryName&amp;gt;]&amp;nbsp;&amp;nbsp; ; Prints a directory&lt;/P&gt;&lt;P&gt;&amp;nbsp; copy &amp;lt;src&amp;gt; &amp;lt;dst&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ; Copy a file&lt;/P&gt;&lt;P&gt;&amp;nbsp; delete &amp;lt;filename&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ; Delete a file&lt;/P&gt;&lt;P&gt;&amp;nbsp; mkdir &amp;lt;directory&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ; Create a directory&lt;/P&gt;&lt;P&gt;&amp;nbsp; rename &amp;lt;src&amp;gt; &amp;lt;dst&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ; Rename a file&lt;/P&gt;&lt;P&gt;&amp;nbsp; print &amp;lt;filename&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ; Print a file&lt;/P&gt;&lt;P&gt;&amp;nbsp; sector &amp;lt;number&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ; Print disk sector&lt;/P&gt;&lt;P&gt;&amp;nbsp; diskinfo&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; ; Print disk information&lt;/P&gt;&lt;P&gt;&amp;nbsp; benchmark&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; ; Run disk benchmark&lt;/P&gt;&lt;P&gt;run benchmark&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ; Run FatFS benchmark&lt;/P&gt;&lt;P&gt;CMD&amp;gt; Mass Storage Device Attached&lt;/P&gt;&lt;P&gt;File System mounted&lt;/P&gt;&lt;P&gt;FAT1 dir&lt;/P&gt;&lt;P&gt;Directory of /&lt;/P&gt;&lt;P&gt;----A 2014-08-21 08:56&amp;nbsp; 524907424 KDS-V1~1.EXE&lt;/P&gt;&lt;P&gt;D-HS- 2014-09-18 13:48&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 SYSTEM~1&lt;/P&gt;&lt;P&gt;D---- 2014-09-13 18:18&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 OPENSDA&lt;/P&gt;&lt;P&gt;D---- 2014-10-22 12:46&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 10.6&lt;/P&gt;&lt;P&gt;----A 2015-06-21 17:07&amp;nbsp;&amp;nbsp;&amp;nbsp; 3337502 FTF-DE~1.PDF&lt;/P&gt;&lt;P&gt;D---- 2015-06-21 17:08&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 LAB_KS~1&lt;/P&gt;&lt;P&gt;2 File(s), 528244926 bytes total&lt;/P&gt;&lt;P&gt;4 Dir(s), 130416 KBytes free&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 15:59:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Developing-a-USB-memory-stick-Data-Logger-with-Processor-Expert/m-p/449345#M26606</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2015-08-19T15:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Developing a USB memory stick Data Logger with Processor Expert and USB baremetal stack v. 4.1</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Developing-a-USB-memory-stick-Data-Logger-with-Processor-Expert/m-p/449346#M26607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Erich&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Running the same demo for TWR-K60N512, I got a different result:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/52589iC64CFC3992723A6B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "bench.txt" file is created and a lot of "benchmarks" are printed in the file. The "copy.txt" file is also created. But, the copying hangs eternally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested both demos with a 2GB USB memory stick and the same problem ocurrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm really confused about that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 18:27:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Developing-a-USB-memory-stick-Data-Logger-with-Processor-Expert/m-p/449346#M26607</guid>
      <dc:creator>MAPC</dc:creator>
      <dc:date>2015-08-19T18:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: Developing a USB memory stick Data Logger with Processor Expert and USB baremetal stack v. 4.1</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Developing-a-USB-memory-stick-Data-Logger-with-Processor-Expert/m-p/449347#M26608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have seen something like this sometimes too, that the USB stack waits for an answer (but does not receive one somehow).&lt;/P&gt;&lt;P&gt;I don't know yet what is causing this.&lt;/P&gt;&lt;P&gt;Good news is that it is working to some extend. But not reliable (yet).&lt;/P&gt;&lt;P&gt;Maybe it is something about timing, but not sure yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 20:53:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Developing-a-USB-memory-stick-Data-Logger-with-Processor-Expert/m-p/449347#M26608</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2015-08-19T20:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Developing a USB memory stick Data Logger with Processor Expert and USB baremetal stack v. 4.1</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Developing-a-USB-memory-stick-Data-Logger-with-Processor-Expert/m-p/449348#M26609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Erich&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't believed! That's really embarrassing! I forgot to mount and shorten J21 jumper on FRDM-K20D50M kit. That connects 5V power to the USB connector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, we can consider it is working now. I only thought strange that some strange messages were printed on the screen. But, "BENCH.txt" and "COPY.txt" files were created and the string "BENCHMARK" was written several times in "BENCH.txt" and this same content copied to "COPY.txt". As you can see bellow, the other messages weren't printed on the Terminal, but it works! More tests will be necessary to prove it really is 100% functional for our application and hardware here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a second test, I changed the string "BENCHMARK" to "BANANA" and ran again. It worked fine, other files with the same names were created in the USB memory stick and over-rode the old ones with the new content, as expected. See the screenshots bellow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What we need now is turning this into a baremetal demo to add it to our project in which other peripherals were also intialized and handled by Processor Expert. I think a good way to do it is refering to your "TWR-K60N512_FatFS_BM" demo present at "...\ mcuoneclipse-master\Examples\TRW-K60N512".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/52809i2C0093FA00645CFD/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/52810i17D44AD47073826B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #003366; font-size: 12.0pt; font-family: 'Arial','sans-serif';"&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #003366; font-size: 12.0pt; font-family: 'Arial','sans-serif';"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/52853i9B8FF5D693FCE848/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #003366; font-size: 12.0pt; font-family: 'Arial','sans-serif';"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/52833i3A3A579C615B4F73/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt;Thank you very much, Erich!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt;Marco Coelho&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 14:59:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Developing-a-USB-memory-stick-Data-Logger-with-Processor-Expert/m-p/449348#M26609</guid>
      <dc:creator>MAPC</dc:creator>
      <dc:date>2015-08-21T14:59:42Z</dc:date>
    </item>
  </channel>
</rss>

