<?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中的主题 Re: Calling the bootloader in software</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Calling-the-bootloader-in-software/m-p/533114#M3437</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Mon Oct 11 06:26:15 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;What about AUTOISP sample in LPC11xx Series - Example Projects?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://ics.nxp.com/support/lpcxpresso/#Examples&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 23:08:10 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T23:08:10Z</dc:date>
    <item>
      <title>Calling the bootloader in software</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Calling-the-bootloader-in-software/m-p/533111#M3434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by amrbekhit on Thu Oct 07 15:02:21 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using the LPC11C14. I understand that by setting some of the&amp;nbsp; GPIO pins at reset, the microcontroller will automatically enter into CAN bootloader mode. However, this obviously requires access to the reset and bootloader_en pins. Is there a way of getting the microcontroller to enter into CAN bootloader mode through my application software?&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;--Amr&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:08:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Calling-the-bootloader-in-software/m-p/533111#M3434</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Calling the bootloader in software</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Calling-the-bootloader-in-software/m-p/533112#M3435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by amrbekhit on Mon Oct 11 03:45:27 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I've just figured out a way that this could be possible. As I understand it, on reset, the bootloader is always run first and the first thing it does is calculate the checksum of all the interrupt vectors at the bottom of memory and compare it to a value held in flash somewhere. If the checksums match, then it knows that there is a valid program and runs it, otherwise, it remains in bootloader mode. So, all my software needs to do is to write an invalid checksum value and reset. That should fool the bootloader into thinking that there is no program and staying there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Of course, once the checksum has been modified, the chip will always remain in bootloader mode until new firmware is programmed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:08:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Calling-the-bootloader-in-software/m-p/533112#M3435</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Calling the bootloader in software</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Calling-the-bootloader-in-software/m-p/533113#M3436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by amrbekhit on Mon Oct 11 05:45:25 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I feel like an idiot. NXP support have told me that there is a command to reinvoke the bootloader as part of the IAP API: Reinvoke ISP, Command code 5710. Nice to know that there is a proper way of calling the bootloader.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:08:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Calling-the-bootloader-in-software/m-p/533113#M3436</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Calling the bootloader in software</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Calling-the-bootloader-in-software/m-p/533114#M3437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Mon Oct 11 06:26:15 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;What about AUTOISP sample in LPC11xx Series - Example Projects?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://ics.nxp.com/support/lpcxpresso/#Examples&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:08:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Calling-the-bootloader-in-software/m-p/533114#M3437</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:08:10Z</dc:date>
    </item>
  </channel>
</rss>

