<?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: problem with LPC111x in HVQFN33 package in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/problem-with-LPC111x-in-HVQFN33-package/m-p/534000#M3863</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by micrio on Thu Jul 08 06:58:21 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I had similar problems with my design using a LPC1113 but with the LQFP-48 package. It turned out to be solder flux! I had a number of units that all acted in an erratic manner when debugging. I cleaned them very carefully and they all worked.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This leads me to conclude that the SWD lines must be very high impendence. The solder flux is not conductive and the boards programmed properly but debugging was erratic. I assume that the solder flux must have increased the capacitance on the lines and degraded the signals.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems likely that the HVQFN33 package is much harder to clean than the LQFP-48.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 21:46:48 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T21:46:48Z</dc:date>
    <item>
      <title>problem with LPC111x in HVQFN33 package</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/problem-with-LPC111x-in-HVQFN33-package/m-p/533998#M3861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by klatecki on Mon Jul 05 01:29:58 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I wrote a program and ran it on a LPCXpresso board with lpc1114 processor. Everything worked without any problems. So I designed the board, however, the target processor in the HVQFN33 package. Then I began to have problems. After programming by LCPLink program does not stop at the main (). When I press the&amp;nbsp; pause, debugger shows that the program is somewhere in the hardware bootloader, the exception HardFalut or sometimes in a random place in the program written by me (of course the peripherals are not initialized and the variables take random values). I tried with a processor LCP1114 and LPC1113. The effect is exactly the same. It is interesting that if at the time when the processor is paused, using tweezers to reset the processor and then press the play, a program starts to perform properly. I tried to add a simple external reset circuit (resistor and capacitor) but unfortunately it does not help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems that the system reset in the processor in some way damaged.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Temporarily solved so that the main loop of the program check in the LPC_SYSCON-&amp;gt; SYSRESSTAT registry if bit Power-On Reste set. If so, doing software reset.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone already met this problem? How does it solve?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:46:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/problem-with-LPC111x-in-HVQFN33-package/m-p/533998#M3861</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: problem with LPC111x in HVQFN33 package</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/problem-with-LPC111x-in-HVQFN33-package/m-p/533999#M3862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by eltom2 on Thu Jul 08 01:51:37 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I have&amp;nbsp; the exact same problem. Debugger does not stop&amp;nbsp; after programming in the main. When I&amp;nbsp; stop the program, the processor stops in strange places. However, on the same board LPC1343 is working&amp;nbsp; properly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone use these&amp;nbsp; processors in HVQFN package?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:46:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/problem-with-LPC111x-in-HVQFN33-package/m-p/533999#M3862</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: problem with LPC111x in HVQFN33 package</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/problem-with-LPC111x-in-HVQFN33-package/m-p/534000#M3863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by micrio on Thu Jul 08 06:58:21 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I had similar problems with my design using a LPC1113 but with the LQFP-48 package. It turned out to be solder flux! I had a number of units that all acted in an erratic manner when debugging. I cleaned them very carefully and they all worked.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This leads me to conclude that the SWD lines must be very high impendence. The solder flux is not conductive and the boards programmed properly but debugging was erratic. I assume that the solder flux must have increased the capacitance on the lines and degraded the signals.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems likely that the HVQFN33 package is much harder to clean than the LQFP-48.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:46:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/problem-with-LPC111x-in-HVQFN33-package/m-p/534000#M3863</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: problem with LPC111x in HVQFN33 package</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/problem-with-LPC111x-in-HVQFN33-package/m-p/534001#M3864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by eltom2 on Fri Jul 09 12:11:00 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I use a paste which is used for soldering BGA, I never had a problem with it. How I solder LPC1343 processor on the PCB it all works properly. This indicated that the problem is with an LPC1113, but not PCBs.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:46:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/problem-with-LPC111x-in-HVQFN33-package/m-p/534001#M3864</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: problem with LPC111x in HVQFN33 package</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/problem-with-LPC111x-in-HVQFN33-package/m-p/534002#M3865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by NXP_Europe on Mon Jul 12 00:12:30 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The HVQFN33 based LPC11/1300 devices are tested on various setups, including e.g. various boards, socketed boards. Must say we haven't seen these kind of problems on any of these setups.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From experience of other devices, JTAG/SWD speed can cause this phenomena. These threads might give you a bit more insight:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://knowledgebase.nxp.com/showthread.php?t=326&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://knowledgebase.nxp.trimm.net/showthread.php?p=342&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://http://knowledgebase.nxp.com/member.php?u=93"&gt;http://http://knowledgebase.nxp.com/member.php?u=93&lt;/A&gt;&lt;SPAN&gt;Oww BTW: There is a search button for searching the forum ;):D&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:46:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/problem-with-LPC111x-in-HVQFN33-package/m-p/534002#M3865</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: problem with LPC111x in HVQFN33 package</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/problem-with-LPC111x-in-HVQFN33-package/m-p/534003#M3866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by domen on Mon Jul 12 23:37:59 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: NXP_Europe&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;BTW: There is a search button for searching the forum ;):D&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which is rather sucky, BTW.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Search for swd, no hits, no errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Search for swd speed, 42 hits.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Search for speed, 42 hits.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You get the idea about its usefulness.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:46:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/problem-with-LPC111x-in-HVQFN33-package/m-p/534003#M3866</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: problem with LPC111x in HVQFN33 package</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/problem-with-LPC111x-in-HVQFN33-package/m-p/534004#M3867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Mon Jul 12 23:43:29 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;You might find the google site-specific search more useful. e.g.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;swd site:knowledgebase.nxp.com&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;produces (currently) 152 results.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:46:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/problem-with-LPC111x-in-HVQFN33-package/m-p/534004#M3867</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:46:51Z</dc:date>
    </item>
  </channel>
</rss>

