<?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>LPC MicrocontrollersのトピックRe: LPC4370 HSADC data stream through USB</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-HSADC-data-stream-through-USB/m-p/590897#M22133</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jcunha on Wed Jan 27 08:39:34 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your input.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to stream data to a PC. Processing will be done at PC side.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can tolerate some latency because I only need to acquire 10 ms at 40 MSPS. Because I can't store all those samples locally I need to stream it while acquiring.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was trying to use the libusb examples from LPCOpen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 19:15:33 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T19:15:33Z</dc:date>
    <item>
      <title>LPC4370 HSADC data stream through USB</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-HSADC-data-stream-through-USB/m-p/590894#M22130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jcunha on Tue Jan 26 14:07:19 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello everyone.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to develop an application for LPC4370. I'm using LPCXpresso v8.0 and LPCOpen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For now I'm using 2 LPC link 2 to test my code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to stream data from the HSADC running @ 40 MSPS through USB?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If possible can someone steer me in the right direction, I would appreciate.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:15:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-HSADC-data-stream-through-USB/m-p/590894#M22130</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4370 HSADC data stream through USB</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-HSADC-data-stream-through-USB/m-p/590895#M22131</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 Tue Jan 26 15:02:28 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Given that USB 2.0 theoretical bandwidth limit is 60 MBytes/second but real world speeds for modern PCs are only ~35 MBytes/second,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;how many bytes in a sample and how many samples per second?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What do you think?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:15:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-HSADC-data-stream-through-USB/m-p/590895#M22131</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4370 HSADC data stream through USB</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-HSADC-data-stream-through-USB/m-p/590896#M22132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by g40 on Wed Jan 27 05:55:52 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Stream to what? A PC or something more 'real-time' oriented? Are you proposing to use isochronous transfers? If you can tolerate some latency at the host end, and get your samples into the endpoint fast enough, I suspect you might be able manage this rate. Absolutely no guarantees though.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:15:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-HSADC-data-stream-through-USB/m-p/590896#M22132</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4370 HSADC data stream through USB</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-HSADC-data-stream-through-USB/m-p/590897#M22133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jcunha on Wed Jan 27 08:39:34 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your input.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to stream data to a PC. Processing will be done at PC side.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can tolerate some latency because I only need to acquire 10 ms at 40 MSPS. Because I can't store all those samples locally I need to stream it while acquiring.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was trying to use the libusb examples from LPCOpen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:15:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-HSADC-data-stream-through-USB/m-p/590897#M22133</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:15:33Z</dc:date>
    </item>
  </channel>
</rss>

