<?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 MassStorageHost example   in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/MassStorageHost-example/m-p/711246#M33154</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Good Morning!&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;I am using LPC1768FBD100 chip, LPCXpresso v8.2.2 [Build 650] [2016-09-09] &amp;nbsp;compiler, Newlib (Auto) library &amp;nbsp;and&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;SPAN&gt;using the LPCUSBlib_MassStorageHost example code&amp;nbsp;in Debug mode and Release mode&lt;/SPAN&gt;.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;In Debug mode the program doesn´t work. The program just stop work. The program execute SetupHardware(), print the message&amp;nbsp;&amp;nbsp;-&amp;gt; printf("Mass Storage Host Demo running.\r\n"); and after that do nothing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I need make some debug steps in this example to implement my code.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Someone has this problem? Only in release mode this example works.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Regards!&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Aug 2017 12:38:59 GMT</pubDate>
    <dc:creator>alvarolopes</dc:creator>
    <dc:date>2017-08-30T12:38:59Z</dc:date>
    <item>
      <title>MassStorageHost example</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/MassStorageHost-example/m-p/711246#M33154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Good Morning!&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;I am using LPC1768FBD100 chip, LPCXpresso v8.2.2 [Build 650] [2016-09-09] &amp;nbsp;compiler, Newlib (Auto) library &amp;nbsp;and&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;SPAN&gt;using the LPCUSBlib_MassStorageHost example code&amp;nbsp;in Debug mode and Release mode&lt;/SPAN&gt;.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;In Debug mode the program doesn´t work. The program just stop work. The program execute SetupHardware(), print the message&amp;nbsp;&amp;nbsp;-&amp;gt; printf("Mass Storage Host Demo running.\r\n"); and after that do nothing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I need make some debug steps in this example to implement my code.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Someone has this problem? Only in release mode this example works.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Regards!&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 12:38:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/MassStorageHost-example/m-p/711246#M33154</guid>
      <dc:creator>alvarolopes</dc:creator>
      <dc:date>2017-08-30T12:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: MassStorageHost example</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/MassStorageHost-example/m-p/711247#M33155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alvaro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tested the unmodified lpcusblib_MassStorageHost example from the lpcopen_2_10_lpcxpresso_nxp_lpcxpresso_1769 package and it is working correctly in both Debug and Release configurations. I would recommend you to create a new workspace, import the unmodified example and test if the same behavior is present.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Carlos Mendoza&lt;BR /&gt;Technical Support Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2017 15:43:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/MassStorageHost-example/m-p/711247#M33155</guid>
      <dc:creator>Carlos_Mendoza</dc:creator>
      <dc:date>2017-09-07T15:43:26Z</dc:date>
    </item>
  </channel>
</rss>

