<?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: LPC43xx HS USB Speed in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-HS-USB-Speed/m-p/579715#M20112</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by rocketdawg on Mon May 16 08:07:34 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Not possible since the effective rate is only 35MB/s.&amp;nbsp; And even then, it depends on the OS and the capabilities of the PC (high end I7)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you might want to look at the open souce for&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.embeddedartists.com%2Fproducts%2Fapp%2Flabtool.php" rel="nofollow" target="_blank"&gt;http://www.embeddedartists.com/products/app/labtool.php&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think they are running USB about as fast as it will go.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 19:04:48 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T19:04:48Z</dc:date>
    <item>
      <title>LPC43xx HS USB Speed</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-HS-USB-Speed/m-p/579714#M20111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by damihuang on Sun May 15 22:52:01 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone tried to push LPC43xx's HS USB transfer speed to limit? We are using LPC43xx to build a realtime data logger that require 40MB/s transfer speed from LPC43xx to PC. But everything we tried only get 16MB/s. Anyone has any experience on this? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Frank&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:04:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-HS-USB-Speed/m-p/579714#M20111</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: LPC43xx HS USB Speed</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-HS-USB-Speed/m-p/579715#M20112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by rocketdawg on Mon May 16 08:07:34 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Not possible since the effective rate is only 35MB/s.&amp;nbsp; And even then, it depends on the OS and the capabilities of the PC (high end I7)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you might want to look at the open souce for&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.embeddedartists.com%2Fproducts%2Fapp%2Flabtool.php" rel="nofollow" target="_blank"&gt;http://www.embeddedartists.com/products/app/labtool.php&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think they are running USB about as fast as it will go.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:04:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-HS-USB-Speed/m-p/579715#M20112</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: LPC43xx HS USB Speed</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-HS-USB-Speed/m-p/579716#M20113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by bavarian on Mon May 23 02:47:02 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The USB0 block is an AHB master, but not the only one on this bus. So if you have various things running the bus will be shared and transfers might be delayed due to bus contentions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Have a look at Fig. 12 and 13 in the user manual to see the different bus connections for the different components in the LPC4300. It's not easy to say what could be the most effective setup, but if you start thinking from a bad setup, then you might get an idea how to do it better:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bad setup:&amp;nbsp; variables and stack/heap in 0x10000000 SRAM area, buffers for USB0 in the same memory area.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This means that the DMA fetching from the buffer gets all the time in conflict with Cortex-M4 accesses for parameters and stack/heap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you also check if the register USB0.SBUSCFG is set to 3 by your software. If not, then the internal buses don’t work fine in case of bulk transfers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NXP Support Team&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:04:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-HS-USB-Speed/m-p/579716#M20113</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: LPC43xx HS USB Speed</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-HS-USB-Speed/m-p/579717#M20114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by damihuang on Tue May 24 18:13:08 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The buffers for USB0 and program are in the same SRAM area, and I have not find the register USB0.SBUSCFG.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:04:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-HS-USB-Speed/m-p/579717#M20114</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: LPC43xx HS USB Speed</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-HS-USB-Speed/m-p/579718#M20115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpcxpresso-support on Thu May 26 02:13:43 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Take a look at:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://http://www.nxp.com/documents/user_manual/UM10430.pdf"&gt;http://www.nxp.com/documents/user_manual/UM10430.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This register is described (it would appear to be a later arrival to the docs). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yours,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCXpresso-support&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:04:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-HS-USB-Speed/m-p/579718#M20115</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: LPC43xx HS USB Speed</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-HS-USB-Speed/m-p/579719#M20116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by damihuang on Thu May 26 23:41:53 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I use the keil 4.74,and I find the register SBUSCFG in the latest docs .But I set the register vaule to 3, it doesn't work better.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have no ideas about the bad setup ,could you tell me more details?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:04:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-HS-USB-Speed/m-p/579719#M20116</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: LPC43xx HS USB Speed</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-HS-USB-Speed/m-p/579720#M20117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;bump&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jun 2016 01:11:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-HS-USB-Speed/m-p/579720#M20117</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-19T01:11:06Z</dc:date>
    </item>
  </channel>
</rss>

