<?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: using nxpUSBlib with operating system in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/using-nxpUSBlib-with-operating-system/m-p/523465#M6101</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Andrea Colombo on Mon Mar 26 01:17:37 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using the MCB1750 demo board with the connect line enabled to attach the D+ line to a 3.3V line through a 1,5K resistance. This configuration should enable the connection in full speed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The main problem is that I can't write a file to the disk implemented in to the ram of the LPC1758 mounted in the demo board. For the disk implementation I have used the same code of the file&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;DataRam.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;distributed with the nxpUSBlib.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the problem also with 1ms delay.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Only eliminating any delay I can solve the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrea&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 16:44:46 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T16:44:46Z</dc:date>
    <item>
      <title>using nxpUSBlib with operating system</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/using-nxpUSBlib-with-operating-system/m-p/523463#M6099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Andrea Colombo on Fri Mar 23 09:22:56 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello, I'm trying to use the MassStorage device example of nxpUSBlib with an operating system putting te following functions&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;MS_Device_USBTask(&amp;amp;Disk_MS_Interface);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;USB_USBTask();&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in a task and calling them cyclically from 10 to 100ms. The presence of this delay produce problems with the possibilities to be connected with a PC (delays and complete connection failures). In particular windows XP seems much more critical than windows seven.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Someone has some suggestion to modify the project to use it with operating systems?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrea&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:44:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/using-nxpUSBlib-with-operating-system/m-p/523463#M6099</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: using nxpUSBlib with operating system</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/using-nxpUSBlib-with-operating-system/m-p/523464#M6100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by nxpUSBlib team on Sat Mar 24 18:57:54 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Does it work if you call these at 1ms?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you running full speed or high speed?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:44:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/using-nxpUSBlib-with-operating-system/m-p/523464#M6100</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: using nxpUSBlib with operating system</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/using-nxpUSBlib-with-operating-system/m-p/523465#M6101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Andrea Colombo on Mon Mar 26 01:17:37 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using the MCB1750 demo board with the connect line enabled to attach the D+ line to a 3.3V line through a 1,5K resistance. This configuration should enable the connection in full speed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The main problem is that I can't write a file to the disk implemented in to the ram of the LPC1758 mounted in the demo board. For the disk implementation I have used the same code of the file&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;DataRam.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;distributed with the nxpUSBlib.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the problem also with 1ms delay.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Only eliminating any delay I can solve the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrea&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:44:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/using-nxpUSBlib-with-operating-system/m-p/523465#M6101</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:44:46Z</dc:date>
    </item>
  </channel>
</rss>

