<?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: LPC1768 Flashing from another UART port</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1768-Flashing-from-another-UART-port/m-p/517191#M2060</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jeshwanth on Thu Mar 05 22:45:10 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Mike, got it. Secondary bootloader is way to got for 1768.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeshwanth&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 17:28:00 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T17:28:00Z</dc:date>
    <item>
      <title>LPC1768 Flashing from another UART port</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1768-Flashing-from-another-UART-port/m-p/517188#M2057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jeshwanth on Tue Mar 03 23:12:06 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am flashing my code through Flash Magic over UART0, just wanted to know whether I can Flash it over other UART ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I understood correctly, the boot ROM is configured to receive data from UART0. How can we configure to receive data from other UARTs ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in Advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeshwanth&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:27:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1768-Flashing-from-another-UART-port/m-p/517188#M2057</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1768 Flashing from another UART port</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1768-Flashing-from-another-UART-port/m-p/517189#M2058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by MikeSimmonds on Wed Mar 04 10:55:21 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically, using the ISP commands in the Boot ROM (which is what FlashMagic uses) ONLY accepts&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;input on UART 0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So you are stuck.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[Note: some 1700 have the possibilty of routing UART 0 tx and rx&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to different physical pins e.g. the 1778/1788; The Boot ROM configures SPECIFIC pins. See the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;appropriate user manual; Just a gotcha&amp;nbsp; warning.]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, if you write &lt;/SPAN&gt;&lt;I&gt;your own&lt;/I&gt;&lt;SPAN&gt; boot block you can, of course, select any UART, CAN etc. you want.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But you will have to write the complete code for that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Search the forum with terms such as "secondary boot loader" or "bootloader" Etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers, Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:27:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1768-Flashing-from-another-UART-port/m-p/517189#M2058</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1768 Flashing from another UART port</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1768-Flashing-from-another-UART-port/m-p/517190#M2059</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 Thu Mar 05 10:27:00 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi jeshwanth&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As mentioned by Mike you will need a secondary bootloader. I think below application notes may be helpful&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fnxpfile%2Fan11258-i2c-secondary-boot-loader" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/nxpfile/an11258-i2c-secondary-boot-loader&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fnxpfile%2Fan11257-spi-secondary-boot-loader" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/nxpfile/an11257-spi-secondary-boot-loader&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fnxpfile%2Fan10866-lpc1700-secondary-usb-bootloader" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/nxpfile/an10866-lpc1700-secondary-usb-bootloader&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:28:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1768-Flashing-from-another-UART-port/m-p/517190#M2059</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1768 Flashing from another UART port</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1768-Flashing-from-another-UART-port/m-p/517191#M2060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jeshwanth on Thu Mar 05 22:45:10 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Mike, got it. Secondary bootloader is way to got for 1768.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeshwanth&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:28:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1768-Flashing-from-another-UART-port/m-p/517191#M2060</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1768 Flashing from another UART port</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1768-Flashing-from-another-UART-port/m-p/517192#M2061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jeshwanth on Thu Mar 05 22:45:36 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the links mc :)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:28:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1768-Flashing-from-another-UART-port/m-p/517192#M2061</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:28:01Z</dc:date>
    </item>
  </channel>
</rss>

