<?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: LPC11C24 with bootloader - How execute the code ?</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11C24-with-bootloader-How-execute-the-code/m-p/1240129#M44139</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thanks for your reply. However, I already tried this and the subindex 0 (with address 0) returns a SDO CanOpen error. Only the subindex 1 is authorized.&lt;/P&gt;&lt;P&gt;I presume you looked into the user manual, but I think this user manual has a bug because you can also see in chapter 26.6.2 (C_CAN ISP Object directory) that the subindex 0 is not assigned.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried many address, 0x00, 0x200, 0x10a, 0x4 (those values were found in different code examples, or supposed to match with the ResetISR for example). None works, and all adresses not aligned on 4 bytes return an error CanOpen.&lt;/P&gt;&lt;P&gt;Any other idea or code example ?&lt;/P&gt;</description>
    <pubDate>Thu, 04 Mar 2021 09:14:26 GMT</pubDate>
    <dc:creator>p0ulp3</dc:creator>
    <dc:date>2021-03-04T09:14:26Z</dc:date>
    <item>
      <title>LPC11C24 with bootloader - How execute the code ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11C24-with-bootloader-How-execute-the-code/m-p/1239534#M44124</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am using the bootloader included in the LPC11C24 but I cannot get the code executed once flashed.&lt;/P&gt;&lt;P&gt;Here is the current scenario:&lt;/P&gt;&lt;P&gt;- Boot in bootloader mode&lt;/P&gt;&lt;P&gt;- Send binary via CAN bus&lt;/P&gt;&lt;P&gt;- set the execution address to 0 (index 0x5070, subindex 1)&lt;/P&gt;&lt;P&gt;- ask for execution (index&amp;nbsp;0x1F51, subindex 1) with value 1&lt;/P&gt;&lt;P&gt;Replies are fine, but no execution of the program.&lt;/P&gt;&lt;P&gt;If I reboot the board, or power off / power on, then the program is correctly executed so the flashing seems fine, only the GO seems unworking.&lt;/P&gt;&lt;P&gt;What is wrong ? the address ? which one should I use ?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 17:50:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11C24-with-bootloader-How-execute-the-code/m-p/1239534#M44124</guid>
      <dc:creator>p0ulp3</dc:creator>
      <dc:date>2021-03-03T17:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11C24 with bootloader - How execute the code ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11C24-with-bootloader-How-execute-the-code/m-p/1239896#M44129</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;
&lt;P&gt;The start address index seems is&amp;nbsp;[0x5070,&lt;FONT color="#FF0000"&gt; 0&lt;/FONT&gt;]&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Go (C_CAN ISP)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Write the start address into [0x5070, 0]. Then trigger the “start application” command by&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;writing the value 0x1 to [0x1F51, 1].&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 03:42:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11C24-with-bootloader-How-execute-the-code/m-p/1239896#M44129</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-03-04T03:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11C24 with bootloader - How execute the code ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11C24-with-bootloader-How-execute-the-code/m-p/1240129#M44139</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thanks for your reply. However, I already tried this and the subindex 0 (with address 0) returns a SDO CanOpen error. Only the subindex 1 is authorized.&lt;/P&gt;&lt;P&gt;I presume you looked into the user manual, but I think this user manual has a bug because you can also see in chapter 26.6.2 (C_CAN ISP Object directory) that the subindex 0 is not assigned.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried many address, 0x00, 0x200, 0x10a, 0x4 (those values were found in different code examples, or supposed to match with the ResetISR for example). None works, and all adresses not aligned on 4 bytes return an error CanOpen.&lt;/P&gt;&lt;P&gt;Any other idea or code example ?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 09:14:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11C24-with-bootloader-How-execute-the-code/m-p/1240129#M44139</guid>
      <dc:creator>p0ulp3</dc:creator>
      <dc:date>2021-03-04T09:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11C24 with bootloader - How execute the code ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11C24-with-bootloader-How-execute-the-code/m-p/1242114#M44187</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;OK, could you please tell me the detail about reproduce this issue ,for example, you use which software on PC, and the steps, thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Tue, 09 Mar 2021 03:08:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11C24-with-bootloader-How-execute-the-code/m-p/1242114#M44187</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-03-09T03:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11C24 with bootloader - How execute the code ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11C24-with-bootloader-How-execute-the-code/m-p/1242619#M44199</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use mcu expresso, to code and flash the firmware.&lt;/P&gt;&lt;P&gt;The steps are the ones described in my first message:&lt;/P&gt;&lt;P&gt;- Boot in bootloader mode&lt;/P&gt;&lt;P&gt;- Send binary via CAN bus&lt;/P&gt;&lt;P&gt;- set the execution address to 0 (index 0x5070, subindex 1)&lt;/P&gt;&lt;P&gt;- ask for execution (index&amp;nbsp;0x1F51, subindex 1) with value 1&lt;/P&gt;&lt;P&gt;Replies are fine, but no execution of the program.&lt;/P&gt;&lt;P&gt;If I reboot the board, or power off / power on, then the program is correctly executed so the flashing seems fine, only the GO seems unworking.&lt;/P&gt;&lt;P&gt;Do you have some code example, I cannot find anything on my side. Or maybe there are some limitations of this NXP device I am not aware of ?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 09 Mar 2021 16:06:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11C24-with-bootloader-How-execute-the-code/m-p/1242619#M44199</guid>
      <dc:creator>p0ulp3</dc:creator>
      <dc:date>2021-03-09T16:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11C24 with bootloader - How execute the code ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11C24-with-bootloader-How-execute-the-code/m-p/1244044#M44246</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;" Send binary via CAN bus"&lt;/P&gt;
&lt;P&gt;-&amp;gt; Use which software tool send ? Flash Magic?&lt;/P&gt;
&lt;P&gt;If yes, checked "&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Address is start of vector table&lt;/SPAN&gt;".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How about program a simple LED demo?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 09:05:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11C24-with-bootloader-How-execute-the-code/m-p/1244044#M44246</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-03-11T09:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11C24 with bootloader - How execute the code ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11C24-with-bootloader-How-execute-the-code/m-p/1247068#M44310</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I don't use flash magic but Python (with module python can), and I consider the python script is working (at least the part doing the flashing) because if I do a hard reset of the board, the CRC of the flash is correct and the execution is correct.&lt;/P&gt;&lt;P&gt;The only missing point is how to execute the code (go from the bootloader to the application). I can go from the application to the bootloader (using the IAP reinvoke function), but I cannot do the reverse and the command used in my messages above doesn't seem to work.&lt;/P&gt;&lt;P&gt;In flash magic, if you check "Address is start of vector table", which address is used ?&lt;/P&gt;&lt;P&gt;In the doc of flash magic, I see this: "If the code to be executed starts with an interrupt vector table then check the option. Flash Magic will extract the stack pointer and execution address and use them, if supported by the device."&lt;/P&gt;&lt;P&gt;Could I be concerned by this and how do this stack pointer and execution address extraction through the CAN ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 09:28:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11C24-with-bootloader-How-execute-the-code/m-p/1247068#M44310</guid>
      <dc:creator>p0ulp3</dc:creator>
      <dc:date>2021-03-17T09:28:57Z</dc:date>
    </item>
  </channel>
</rss>

