<?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: LPC1114Xpresso board confirm adc burst mode speed</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1114Xpresso-board-confirm-adc-burst-mode-speed/m-p/544538#M12905</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tha on Fri Mar 01 16:04:40 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;The simplest way would be to use the ADC sample code from the code bundle, &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fnxpfile%2Fsample-code-bundle-lpc11xx-peripherals-using-keils-mdk-arm" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/nxpfile/sample-code-bundle-lpc11xx-peripherals-using-keils-mdk-arm&lt;/A&gt;&lt;SPAN&gt;, and set the example to use burst mode with interrupt driven.&amp;nbsp; Then in the ISR handler, toggle a GPIO pin.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 19:44:04 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T19:44:04Z</dc:date>
    <item>
      <title>LPC1114Xpresso board confirm adc burst mode speed</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1114Xpresso-board-confirm-adc-burst-mode-speed/m-p/544537#M12904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by corwinb on Fri Mar 01 14:52:28 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Anybody know how to confirm the adc speed in burst mode?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried polling a done bit in the control register.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If done == 1 read corresponding data register and toggle a pin.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The results are not cyclic.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Doesn't look like the done bits are used in burst mode.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anybody know anything about this?&lt;/SPAN&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:44:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1114Xpresso-board-confirm-adc-burst-mode-speed/m-p/544537#M12904</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1114Xpresso board confirm adc burst mode speed</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1114Xpresso-board-confirm-adc-burst-mode-speed/m-p/544538#M12905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tha on Fri Mar 01 16:04:40 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;The simplest way would be to use the ADC sample code from the code bundle, &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fnxpfile%2Fsample-code-bundle-lpc11xx-peripherals-using-keils-mdk-arm" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/nxpfile/sample-code-bundle-lpc11xx-peripherals-using-keils-mdk-arm&lt;/A&gt;&lt;SPAN&gt;, and set the example to use burst mode with interrupt driven.&amp;nbsp; Then in the ISR handler, toggle a GPIO pin.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:44:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1114Xpresso-board-confirm-adc-burst-mode-speed/m-p/544538#M12905</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1114Xpresso board confirm adc burst mode speed</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1114Xpresso-board-confirm-adc-burst-mode-speed/m-p/544539#M12906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by corwinb on Mon Mar 04 09:22:28 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply tha.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your suggestion worked.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For some reason I didn't think interrupts could be used with burst.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:44:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1114Xpresso-board-confirm-adc-burst-mode-speed/m-p/544539#M12906</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:44:04Z</dc:date>
    </item>
  </channel>
</rss>

