<?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: Code not running after reset , but works well when debugging!!</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Code-not-running-after-reset-but-works-well-when-debugging/m-p/573622#M18860</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Algorithm on Wed Aug 12 15:03:32 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;It worked !! &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Everything was ok, except for a stupid missing pre-processing line to be written in the debugger menu. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using Open43xx board from waveshare. :) :) &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 18:58:45 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T18:58:45Z</dc:date>
    <item>
      <title>Code not running after reset , but works well when debugging!!</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Code-not-running-after-reset-but-works-well-when-debugging/m-p/573618#M18856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Algorithm on Wed Aug 12 06:08:19 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hullo guys, I'm new to the LPC4357 , I'm using JLINK and KEIL . &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Im just trying to turn on an LED with the following code : &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;void main () &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;scu_pinmux(9,3,MD_PDN,FUNC0); &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GPIO_SetDir(4,(1&amp;lt;&amp;lt;15),1); &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GPIO_SetValue(4,(1&amp;lt;&amp;lt;15)); &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;while(1);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;} &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the problem is that after programming the flash, the code does not work and all LEDs are turned on but very dimmed . When I enter debugging mode , everything works fine . All LEDs are turned off and only the LED i chose is on . &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What could the problem be ??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:58:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Code-not-running-after-reset-but-works-well-when-debugging/m-p/573618#M18856</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Code not running after reset , but works well when debugging!!</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Code-not-running-after-reset-but-works-well-when-debugging/m-p/573619#M18857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mc on Wed Aug 12 08:20:45 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Algorithm,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could&amp;nbsp; you please check port P2_7. Can you pull it up if it is not pulled up? &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:58:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Code-not-running-after-reset-but-works-well-when-debugging/m-p/573619#M18857</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Code not running after reset , but works well when debugging!!</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Code-not-running-after-reset-but-works-well-when-debugging/m-p/573620#M18858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Algorithm on Wed Aug 12 08:26:13 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thx a lot mc for ur reply . &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;P2_7 is already pulled-up , which means it must boot from the internal flash . &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I do not think its hardware issue now , when I turned on the board for the first time , it executed the demo code, which means that hardware is set properly. Im using JLINK , and i guess its software issue. When i start debugging then stop it , it keeps working fine . But still can not reset it on HW. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:58:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Code-not-running-after-reset-but-works-well-when-debugging/m-p/573620#M18858</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Code not running after reset , but works well when debugging!!</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Code-not-running-after-reset-but-works-well-when-debugging/m-p/573621#M18859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mc on Wed Aug 12 12:26:23 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Algorithm,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Are you using your own board? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Check reset pin&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) If frequency of operation is more than 90MHz please look into section 13.2.1 of UM. See below link&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.nxp.com%2Fdocuments%2Fuser_manual%2FUM10503.pdf" rel="nofollow" target="_blank"&gt;http://www.nxp.com/documents/user_manual/UM10503.pdf&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) Are you using LPCopen?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5) Can you also check TRST pin during boot?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:58:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Code-not-running-after-reset-but-works-well-when-debugging/m-p/573621#M18859</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Code not running after reset , but works well when debugging!!</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Code-not-running-after-reset-but-works-well-when-debugging/m-p/573622#M18860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Algorithm on Wed Aug 12 15:03:32 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;It worked !! &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Everything was ok, except for a stupid missing pre-processing line to be written in the debugger menu. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using Open43xx board from waveshare. :) :) &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:58:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Code-not-running-after-reset-but-works-well-when-debugging/m-p/573622#M18860</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:58:45Z</dc:date>
    </item>
  </channel>
</rss>

