<?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 Simple Program Problems</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-HSADC-Simple-Program-Problems/m-p/587826#M21700</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by metraTec on Mon Mar 07 02:17:17 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I just had the same type of problem. The clock init of the lib is rubbish, sorry. Rewrite it matching for your needs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you just want to test a function you can use the debugger to step over this things. The additional time will&amp;nbsp; often work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or does NXP have something else that works?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Btw: To help even better give the value of "clk" so NXP can see what clock it is ( my bet is on SPIFI).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 19:13:08 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T19:13:08Z</dc:date>
    <item>
      <title>LPC4370 HSADC Simple Program Problems</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-HSADC-Simple-Program-Problems/m-p/587825#M21699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by morganbm123 on Wed Mar 02 22:05:47 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I've attempted a rework of the periph_hsadc. It hangs up saying "Stalled on bus operation" at the following line of code in clock_18xx_43xx.c:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC_CCU1-&amp;gt;CLKCCU[clk].CFG |= 1;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any solutions?&lt;/SPAN&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337987"&gt;main_22.c.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:13:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-HSADC-Simple-Program-Problems/m-p/587825#M21699</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4370 HSADC Simple Program Problems</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-HSADC-Simple-Program-Problems/m-p/587826#M21700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by metraTec on Mon Mar 07 02:17:17 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I just had the same type of problem. The clock init of the lib is rubbish, sorry. Rewrite it matching for your needs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you just want to test a function you can use the debugger to step over this things. The additional time will&amp;nbsp; often work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or does NXP have something else that works?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Btw: To help even better give the value of "clk" so NXP can see what clock it is ( my bet is on SPIFI).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:13:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-HSADC-Simple-Program-Problems/m-p/587826#M21700</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4370 HSADC Simple Program Problems</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-HSADC-Simple-Program-Problems/m-p/587827#M21701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by hairy.lee on Wed Mar 30 01:19:13 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Out of curiosity, did you find any resources regarding the HS ADC other than the periph_hsadc example or Chapter 48 in the user manual for the LPC4370 (UM10503)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Given that the HS ADC (along with the multiple cores) is 1 of the 2 main features that differentiate the LPC4370 with the countless other implementations of the Cortex M3/4 core I would have expected an application note at the very least. At this rate it would be easier to use better supported chipset with an external HS ADC.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:13:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-HSADC-Simple-Program-Problems/m-p/587827#M21701</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4370 HSADC Simple Program Problems</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-HSADC-Simple-Program-Problems/m-p/587828#M21702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by vtw.433e on Wed Mar 30 01:44:47 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCOpen has an HSADC example:&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=https%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fnxpfile%2Flpcopen-software-development-platform-lpc43xx-packages" rel="nofollow" target="_blank"&gt;https://www.lpcware.com/content/nxpfile/lpcopen-software-development-platform-lpc43xx-packages&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Whats wrong with that?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:13:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-HSADC-Simple-Program-Problems/m-p/587828#M21702</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4370 HSADC Simple Program Problems</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-HSADC-Simple-Program-Problems/m-p/587829#M21703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by hairy.lee on Wed Mar 30 06:03:13 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I assume you're referring to the periph_hsadc example that I cited? Nothing that more clarity and accuracy wouldn't&amp;nbsp; resolve.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:13:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-HSADC-Simple-Program-Problems/m-p/587829#M21703</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4370 HSADC Simple Program Problems</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-HSADC-Simple-Program-Problems/m-p/587830#M21704</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:03:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-HSADC-Simple-Program-Problems/m-p/587830#M21704</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-19T01:03:41Z</dc:date>
    </item>
  </channel>
</rss>

