<?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 LPC812 SW in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC812-SW/m-p/559614#M15877</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by trimarco232 on Tue Apr 28 05:11:19 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have 2 question about the LPC812, but they probably general for the LPC world&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to program and debug it with my segger debugger (cheap educational) and coocox IDE, I think It will be possible ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have red that, in this case, the reset an the Isp pins have to be pulled up. Ok, but I want to use the ISP pin in order to drive a led in running mode : is this possible, without the risk of entering accidentally the bootloader mode when the pin is configured as output and driven low ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 20:03:10 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T20:03:10Z</dc:date>
    <item>
      <title>LPC812 SW</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC812-SW/m-p/559614#M15877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by trimarco232 on Tue Apr 28 05:11:19 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have 2 question about the LPC812, but they probably general for the LPC world&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to program and debug it with my segger debugger (cheap educational) and coocox IDE, I think It will be possible ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have red that, in this case, the reset an the Isp pins have to be pulled up. Ok, but I want to use the ISP pin in order to drive a led in running mode : is this possible, without the risk of entering accidentally the bootloader mode when the pin is configured as output and driven low ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:03:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC812-SW/m-p/559614#M15877</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: LPC812 SW</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC812-SW/m-p/559615#M15878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by nerd herd on Tue Apr 28 07:51:47 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi trimarco232,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Having the software select the ISP pin as a GPIO outputting low, and then asserting a reset should not cause the MCU to enter ISP mode since the IO states are not retained when a reset is asserted. Is it absolutely necessary for you to add circuitry around the ISP pin?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:03:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC812-SW/m-p/559615#M15878</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: LPC812 SW</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC812-SW/m-p/559616#M15879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by trimarco232 on Tue Apr 28 13:02:34 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi nerd herd !&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;Is it absolutely necessary for you to add circuitry around the ISP pin?&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt;of course : I have no more room on my pcb and no more pins to source the 20mA for a big LED.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;my idea is to connect the anode to VDD and cathode to the pin. The LED is switched on by driving the pin low. So, if a reset occurs by a power-up, the GPIO/ISP pin stays pulled up through the LED, and the chip doesn't enter in running mode. Is this the solution ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:03:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC812-SW/m-p/559616#M15879</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:03:12Z</dc:date>
    </item>
  </channel>
</rss>

