<?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: lpc2388 sometimes not starting my code in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/lpc2388-sometimes-not-starting-my-code/m-p/551597#M14224</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by m2babaey on Tue Jul 02 00:40:51 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;I have 100nF caps on VCC pins but not NC pins( 21 ,81,98 in 2388) &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Really they should have 100nF capacitors?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 19:51:06 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T19:51:06Z</dc:date>
    <item>
      <title>lpc2388 sometimes not starting my code</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/lpc2388-sometimes-not-starting-my-code/m-p/551592#M14219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by m2babaey on Tue Jun 18 22:04:45 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;Hi&lt;BR /&gt; I am testing an LED blink program on LPC2388&lt;BR /&gt; The problem is that sometimes that I connect the power it works, and sometimes it doesn't work, why?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I have a pull up resistor on P2.10&lt;BR /&gt;&lt;SPAN&gt; I also searched the net and found a similar problem here (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Frowley.zendesk.com%2Fentries%2F61610-Application-not-starting-up-from-reset-LPC2000-" rel="nofollow" target="_blank"&gt;https://rowley.zendesk.com/entries/61610-Application-not-starting-up-from-reset-LPC2000-&lt;/A&gt;&lt;SPAN&gt;) but I am using Keil and I don't know how to define startup_from _reset in keil&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Any help would be extremely appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:51:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/lpc2388-sometimes-not-starting-my-code/m-p/551592#M14219</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: lpc2388 sometimes not starting my code</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/lpc2388-sometimes-not-starting-my-code/m-p/551593#M14220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mburton on Wed Jun 19 00:00:33 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I don't know what hardware you are using or anything about your program but I have found that a common cause for MCUs not starting correctly on power up is because the MCU doesn't come out of reset correctly. I now use a supervisor chip (MCP130) to drive the reset signal and no longer have any problems with MCUs not starting on power up.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:51:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/lpc2388-sometimes-not-starting-my-code/m-p/551593#M14220</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: lpc2388 sometimes not starting my code</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/lpc2388-sometimes-not-starting-my-code/m-p/551594#M14221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by m2babaey on Wed Jun 19 01:12:20 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;Yes,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;This is a reset related problem&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I used a lower resistor for reset pin and The application starts working almost each time I connect the power&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;But when I apply a low to the reset pin, it stops working and after I remove the low state, it doesn't start up again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:51:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/lpc2388-sometimes-not-starting-my-code/m-p/551594#M14221</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: lpc2388 sometimes not starting my code</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/lpc2388-sometimes-not-starting-my-code/m-p/551595#M14222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by farid69 on Tue Jul 02 00:21:47 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;HI&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;INDISPUTABLE you have not any problem in software .your PCB is very&amp;nbsp;elementary and you have a big noise on cpu. place 100n multilayer cap &amp;nbsp;front of each vcc_3.3v pins &amp;nbsp;and&amp;nbsp;premier &amp;nbsp;fron of 1.8v cpu vcc (NC pins) .Also your PCB is very important and you cannot take answer from lpc on Air and breadboard and etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:51:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/lpc2388-sometimes-not-starting-my-code/m-p/551595#M14222</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: lpc2388 sometimes not starting my code</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/lpc2388-sometimes-not-starting-my-code/m-p/551596#M14223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by m2babaey on Tue Jul 02 00:34:52 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;yes, I looked at my VCC on oscilloscope and there was a big ripple on 3.3V (over 500mV)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I added a 330uF capacitor at output of LF33 and my circuit now works fine with 39K and 100nF on reset pin when power is connected&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;But when I apply a low to the reset pin to reset the chip, it dosn't restart&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Maybe it's entering ISP mode, but I have a 10K pull up on P2.10 and I don't know what else I should do for the chip to restart after hardware reset&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;This is interesting that if JTAG connected is connected, hardware reset works fine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:51:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/lpc2388-sometimes-not-starting-my-code/m-p/551596#M14223</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: lpc2388 sometimes not starting my code</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/lpc2388-sometimes-not-starting-my-code/m-p/551597#M14224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by m2babaey on Tue Jul 02 00:40:51 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;I have 100nF caps on VCC pins but not NC pins( 21 ,81,98 in 2388) &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Really they should have 100nF capacitors?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:51:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/lpc2388-sometimes-not-starting-my-code/m-p/551597#M14224</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: lpc2388 sometimes not starting my code</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/lpc2388-sometimes-not-starting-my-code/m-p/551598#M14225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by farid69 on Tue Jul 02 01:45:39 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;NC pins have a little riple that directely connected to cpu . for usb safe interface and other high speed application 3 cap low cost guarnaty your work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:51:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/lpc2388-sometimes-not-starting-my-code/m-p/551598#M14225</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: lpc2388 sometimes not starting my code</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/lpc2388-sometimes-not-starting-my-code/m-p/551599#M14226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by farid69 on Tue Jul 02 22:05:26 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;10k pull up on p2.10 &amp;nbsp;is true but if lpc entering ISP mode , your program don't working because the ISP mode programing flash and lpc in this time stoped.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;search RSTOUT voltage pin . if it's about (3v) lpc is working but if therewith reset lpc , this pin yet is 3v you have a problem in reset circuit.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;what is your JTAG circuit? I take a high speed and true circuit for JTAG and lpc connect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:51:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/lpc2388-sometimes-not-starting-my-code/m-p/551599#M14226</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:51:07Z</dc:date>
    </item>
  </channel>
</rss>

