<?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のトピックBootloader Problem</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Bootloader-Problem/m-p/1257831#M44545</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello i have a strange problem with my secondary bootloader.&lt;/P&gt;&lt;P&gt;The user app resides from 0x0 - 0x1ffff&lt;/P&gt;&lt;P&gt;The Bootloader from 0x20000 - 0x30000&lt;/P&gt;&lt;P&gt;The user app starts from reset.&lt;/P&gt;&lt;P&gt;The bootloader is called by the user app.&lt;/P&gt;&lt;P&gt;The bootloader erases 0x0 - 0x1ffff and program the sectors with the new data via uart data.&lt;/P&gt;&lt;P&gt;After all data transfered, it makes an reset via wdog.&lt;/P&gt;&lt;P&gt;But the new user app won't start.&lt;/P&gt;&lt;P&gt;To check the data, i read out over swd with an segger j-link.&lt;/P&gt;&lt;P&gt;The data looks okay, and when i erase memory with j-link and program the same&lt;/P&gt;&lt;P&gt;data, that i readout before, it works !!!&lt;/P&gt;&lt;P&gt;So the data programmed through my bootloader are Okay.&lt;/P&gt;&lt;P&gt;Any hints?&lt;/P&gt;&lt;P&gt;Why does a complete chip erase do the job?&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;</description>
    <pubDate>Wed, 07 Apr 2021 09:05:47 GMT</pubDate>
    <dc:creator>andreasruetten</dc:creator>
    <dc:date>2021-04-07T09:05:47Z</dc:date>
    <item>
      <title>Bootloader Problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Bootloader-Problem/m-p/1257831#M44545</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello i have a strange problem with my secondary bootloader.&lt;/P&gt;&lt;P&gt;The user app resides from 0x0 - 0x1ffff&lt;/P&gt;&lt;P&gt;The Bootloader from 0x20000 - 0x30000&lt;/P&gt;&lt;P&gt;The user app starts from reset.&lt;/P&gt;&lt;P&gt;The bootloader is called by the user app.&lt;/P&gt;&lt;P&gt;The bootloader erases 0x0 - 0x1ffff and program the sectors with the new data via uart data.&lt;/P&gt;&lt;P&gt;After all data transfered, it makes an reset via wdog.&lt;/P&gt;&lt;P&gt;But the new user app won't start.&lt;/P&gt;&lt;P&gt;To check the data, i read out over swd with an segger j-link.&lt;/P&gt;&lt;P&gt;The data looks okay, and when i erase memory with j-link and program the same&lt;/P&gt;&lt;P&gt;data, that i readout before, it works !!!&lt;/P&gt;&lt;P&gt;So the data programmed through my bootloader are Okay.&lt;/P&gt;&lt;P&gt;Any hints?&lt;/P&gt;&lt;P&gt;Why does a complete chip erase do the job?&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 09:05:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Bootloader-Problem/m-p/1257831#M44545</guid>
      <dc:creator>andreasruetten</dc:creator>
      <dc:date>2021-04-07T09:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader Problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Bootloader-Problem/m-p/1258129#M44552</link>
      <description>&lt;P&gt;Have you set the vector checksum? Debuggers tend to do this during download, but unless this is done during your build, you will need to set it yourself.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/LPCXpresso-IDE-FAQs/LPC-Image-Checksums/m-p/471035" target="_blank"&gt;https://community.nxp.com/t5/LPCXpresso-IDE-FAQs/LPC-Image-Checksums/m-p/471035&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 15:33:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Bootloader-Problem/m-p/1258129#M44552</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2021-04-07T15:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader Problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Bootloader-Problem/m-p/1258171#M44553</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;strange ...&lt;/P&gt;&lt;P&gt;I use the directive checksum -p ${TargetChip} -d "${BuildArtifactFileBaseName}.bin"&lt;/P&gt;&lt;P&gt;But when i use the binary uitilities create hex,&lt;/P&gt;&lt;P&gt;in the hex file the checksum ist not set.&lt;/P&gt;&lt;P&gt;That is a messy pitfall.&lt;/P&gt;&lt;P&gt;Thank you, that solves my problem.&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 16:19:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Bootloader-Problem/m-p/1258171#M44553</guid>
      <dc:creator>andreasruetten</dc:creator>
      <dc:date>2021-04-07T16:19:50Z</dc:date>
    </item>
  </channel>
</rss>

