<?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>LPCXpresso IDEのトピックProblem at power up</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-at-power-up/m-p/596417#M31771</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by emimad on Fri Dec 25 16:26:59 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi all!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm having a problem with power on LPCXpresso board.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I flash the code for and LCD and it runs OK but if remove USB cable, the LCD doesn't works again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After flashing, I can reset with P0_0 and LCD works fine. The problem is when remove USB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using next pins for LCD communication:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;P0_6, P0_10, P1_13, P1_14, P1_15 and control LCD power with P0_20.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think is better view that with a video:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://https://youtu.be/GXMBkYlaYGc"&gt;https://youtu.be/GXMBkYlaYGc&lt;/A&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 22:58:53 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T22:58:53Z</dc:date>
    <item>
      <title>Problem at power up</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-at-power-up/m-p/596417#M31771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by emimad on Fri Dec 25 16:26:59 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi all!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm having a problem with power on LPCXpresso board.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I flash the code for and LCD and it runs OK but if remove USB cable, the LCD doesn't works again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After flashing, I can reset with P0_0 and LCD works fine. The problem is when remove USB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using next pins for LCD communication:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;P0_6, P0_10, P1_13, P1_14, P1_15 and control LCD power with P0_20.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think is better view that with a video:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://https://youtu.be/GXMBkYlaYGc"&gt;https://youtu.be/GXMBkYlaYGc&lt;/A&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:58:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-at-power-up/m-p/596417#M31771</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem at power up</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-at-power-up/m-p/596418#M31772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Powerfreak on Sat Dec 26 06:29:46 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;please do recheck the complete power supply for your project, and ensure that your PCB is completely supplied by an indepenent power supply and not influenced by a powerloss at USB. Maybe some 100 µF as supply-buffer would help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:58:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-at-power-up/m-p/596418#M31772</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem at power up</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-at-power-up/m-p/596419#M31773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by serge on Mon Jan 04 03:24:34 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Could it be that your display is still doing its internal reset while your board is already sending commands? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you respect power up sequence for your display?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does your display has a busy bit? do you read it in your code? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Because the difference between first flashing (display has more time to startup) and immediatly starting with a power up can almost only be a timing issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know if this is realy the case. To be sure i need to see the datasheet of the display.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:58:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-at-power-up/m-p/596419#M31773</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem at power up</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-at-power-up/m-p/596420#M31774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by emimad on Thu Jan 07 02:41:00 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi all!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd tried with 470uF capacitor but the problem persist.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;The LCD is a ST7565 chip based: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lcd-module.de%2Feng%2Fpdf%2Fzubehoer%2Fst7565r.pdf" rel="nofollow" target="_blank"&gt;http://www.lcd-module.de/eng/pdf/zubehoer/st7565r.pdf&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I configure pins as OUTPUT, then put them LOW and then enable LCD power. What datasheet says.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:58:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-at-power-up/m-p/596420#M31774</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem at power up</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-at-power-up/m-p/596421#M31775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Thu Jan 07 03:36:28 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: emimad&lt;/STRONG&gt;&lt;BR /&gt;Hi all!&lt;BR /&gt;I'd tried with 470uF capacitor but the problem persist.&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That's usually a software problem, as Serge already told you&amp;nbsp; ;-) &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So check your Initialization code (especially /RES timing)...&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:58:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-at-power-up/m-p/596421#M31775</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem at power up</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-at-power-up/m-p/596422#M31776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by serge on Thu Jan 07 05:50:12 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;In the datasheet is mentioned that after releasing the reset state you should wait till the reset circuit finished (&amp;lt;1ms). So after releasing the reset line of the display you should wait 1ms before sending commands to the display. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Furthermore the display provides also a busy bit&amp;nbsp; (The busyflag is outputted to D7 pin with the read instruction) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This flag should be checked while initialising the lcd. Some commands need time to complete.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please confirm that you complied with these timings.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:58:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-at-power-up/m-p/596422#M31776</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem at power up</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-at-power-up/m-p/596423#M31777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by emimad on Thu Jan 28 07:47:37 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your answers, guys!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think isn't a configuration problem because I just make this test:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Program the LPC -&amp;gt; LCD works&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Disconnect all pins of the LCD, including VCC. Then connect them again. After that, do a reset -&amp;gt; LCD works&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Program the LPC -&amp;gt; LCD is working&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Disconnect USB cable from debugger side. Then connect it again -&amp;gt; LCD doens't works. Do a reset, LCD still not working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, what's the difference between start the program with USB power from debugger side and power it from external power supply?&amp;nbsp; :~ &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:58:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-at-power-up/m-p/596423#M31777</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem at power up</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-at-power-up/m-p/596424#M31778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by drobe011 on Thu Jan 28 19:31:24 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Try adding this preprocessor definition if you don't already have it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;STARTUP_FROM_RESET&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:58:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-at-power-up/m-p/596424#M31778</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem at power up</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-at-power-up/m-p/596425#M31779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Thu Jan 28 22:56:57 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: drobe011&lt;/STRONG&gt;&lt;BR /&gt;Try adding this preprocessor definition if you don't already have it.&lt;BR /&gt;STARTUP_FROM_RESET&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; :quest: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are we talking about Crossworks ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:58:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-at-power-up/m-p/596425#M31779</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem at power up</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-at-power-up/m-p/596426#M31780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by emimad on Fri Jan 29 00:43:31 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;No, I'm using a LPCXpresso 1347 board: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fyoutu.be%2FGXMBkYlaYGc" rel="nofollow" target="_blank"&gt;https://youtu.be/GXMBkYlaYGc&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:58:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-at-power-up/m-p/596426#M31780</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem at power up</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-at-power-up/m-p/596427#M31781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by drobe011 on Fri Jan 29 06:05:05 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;My bad.&amp;nbsp; Did sound similar to many crossworks' users issues with start up without the debugger.&amp;nbsp; (I use standalone LPCs and LPCXpresso boards with CW).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only power on issue I have had using lpcxpresso and the LPCXresso1347 was (i think) accidentally holding PIO0_1 low during reset.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Some displays are finicky about timing during the start up sequence.&amp;nbsp; Maybe the debugger adds some inadvertent delay that works to your benefit and then is not there without the debugger.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Probably best advice I can give you is not to listen to my advice...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:59:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-at-power-up/m-p/596427#M31781</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem at power up</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-at-power-up/m-p/596428#M31782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by emimad on Wed Feb 17 07:48:32 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;IT WORKS!!!&amp;nbsp; :O &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've been using some pins with SWD functions... the problems was not to inicialize them correctly. Just add this lines at the start of the program:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Chip_IOCON_PinMux(LPC_IOCON, 0, 20,&amp;nbsp; IOCON_MODE_INACT, FUNC0 );&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Chip_IOCON_PinMux(LPC_IOCON, 0, 6,&amp;nbsp; IOCON_MODE_INACT, FUNC0 );&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Chip_IOCON_PinMux(LPC_IOCON, 0, 10,&amp;nbsp; IOCON_MODE_INACT, FUNC1 );&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Chip_IOCON_PinMux(LPC_IOCON, 1, 13,&amp;nbsp; IOCON_MODE_INACT, FUNC0 );&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Chip_IOCON_PinMux(LPC_IOCON, 1, 14,&amp;nbsp; IOCON_MODE_INACT, FUNC0 );&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Chip_IOCON_PinMux(LPC_IOCON, 1, 15,&amp;nbsp; IOCON_MODE_INACT, FUNC0 );&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A simply rookie mistake&amp;nbsp; 8-) &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:59:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-at-power-up/m-p/596428#M31782</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:59:00Z</dc:date>
    </item>
  </channel>
</rss>

