<?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 Re: MPC5777M: bootloader can't program for address in same partition. in MPC5xxx</title>
    <link>https://community.nxp.com/t5/MPC5xxx/MPC5777M-bootloader-can-t-program-for-address-in-same-partition/m-p/979044#M14745</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi lucas:&lt;/P&gt;&lt;P&gt;my mistake.&amp;nbsp; this partition is locked in example, I transplant example to my project. I have changed it as follow:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/92473iBC60D4BF16A83E3D/image-size/large?v=v2&amp;amp;px=999" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Dec 2019 07:09:01 GMT</pubDate>
    <dc:creator>bwp530</dc:creator>
    <dc:date>2019-12-03T07:09:01Z</dc:date>
    <item>
      <title>MPC5777M: bootloader can't program for address in same partition.</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5777M-bootloader-can-t-program-for-address-in-same-partition/m-p/979038#M14739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MPC5777M S32DS-2017v1&lt;/P&gt;&lt;P&gt;bootloader link file:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/94130iD72065F29AE2C374/image-size/large?v=v2&amp;amp;px=999" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;app link file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/94176i63F2EC7FAC8C80EA/image-size/large?v=v2&amp;amp;px=999" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bootloader code addr is 0x1000000, which is in the same partition for 0x1080000.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This bootloader can erase 0x1080000, but can't program data into 0x1080000, why?&lt;/P&gt;&lt;P&gt;and where I should put bootloader in?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/94266i66939171C2E1B93A/image-size/large?v=v2&amp;amp;px=999" title="3.png" alt="3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2019 09:08:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5777M-bootloader-can-t-program-for-address-in-same-partition/m-p/979038#M14739</guid>
      <dc:creator>bwp530</dc:creator>
      <dc:date>2019-11-27T09:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5777M: bootloader can't program for address in same partition.</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5777M-bootloader-can-t-program-for-address-in-same-partition/m-p/979039#M14740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read-While-Write is supported only between partitions, so the code must be executed from another partition or from RAM memory. If interrupts are not disabled, make sure that interrupt vector table and ISR handlers (+ other resources accessed by the handlers) are also in different partition / RAM.&lt;/P&gt;&lt;P&gt;You can use low and mid blocks for the bootloader:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/92654i000F8F7826F891A8/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lukas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2019 08:23:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5777M-bootloader-can-t-program-for-address-in-same-partition/m-p/979039#M14740</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2019-11-28T08:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5777M: bootloader can't program for address in same partition.</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5777M-bootloader-can-t-program-for-address-in-same-partition/m-p/979040#M14741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lukas:&lt;/P&gt;&lt;P&gt;thank you very much, I wiil follow your&amp;nbsp;suggestion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2019 08:40:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5777M-bootloader-can-t-program-for-address-in-same-partition/m-p/979040#M14741</guid>
      <dc:creator>bwp530</dc:creator>
      <dc:date>2019-11-28T08:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5777M: bootloader can't program for address in same partition.</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5777M-bootloader-can-t-program-for-address-in-same-partition/m-p/979041#M14742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi lukas:&lt;/P&gt;&lt;P&gt;I followed your suggestion.&lt;/P&gt;&lt;P&gt;My bootloader link file:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/94871iB4EA17A200A00646/image-size/large?v=v2&amp;amp;px=999" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my app link file:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/94906i8775C1BF576268A4/image-size/large?v=v2&amp;amp;px=999" title="3.png" alt="3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it still can't program into 0x100000&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/94958i450B1A97526E7AEA/image-size/large?v=v2&amp;amp;px=999" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is strange, program is successful, but "verify" failed.&lt;/P&gt;&lt;P&gt;I double check the bootloader hex file, there is no any code in sixth partition of flash.&lt;/P&gt;&lt;P&gt;can you help me?&lt;/P&gt;&lt;P&gt;@&lt;A _jive_internal="true" class="" data-avatarid="-1" data-content-finding="Community" data-userid="206568" data-username="lukaszadrapa" href="https://community.nxp.com/people/lukaszadrapa"&gt;Lukas Zadrapa&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2019 10:39:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5777M-bootloader-can-t-program-for-address-in-same-partition/m-p/979041#M14742</guid>
      <dc:creator>bwp530</dc:creator>
      <dc:date>2019-11-28T10:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5777M: bootloader can't program for address in same partition.</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5777M-bootloader-can-t-program-for-address-in-same-partition/m-p/979042#M14743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let's start with some basic debugging. You have 'failed address' - what can you see in the memory? And what are expected data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lukas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2019 05:34:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5777M-bootloader-can-t-program-for-address-in-same-partition/m-p/979042#M14743</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2019-11-29T05:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5777M: bootloader can't program for address in same partition.</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5777M-bootloader-can-t-program-for-address-in-same-partition/m-p/979043#M14744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I add a test example as attachment, you can download it.&lt;/P&gt;&lt;P&gt;the pic. you want as follow:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/95249iAD90AF3E55023434/image-size/large?v=v2&amp;amp;px=999" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/95288i86FEB0197B8F910B/image-size/large?v=v2&amp;amp;px=999" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="" data-avatarid="-1" data-content-finding="Community" data-userid="206568" data-username="lukaszadrapa" href="https://community.nxp.com/people/lukaszadrapa"&gt;Lukas Zadrapa&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2019 05:58:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5777M-bootloader-can-t-program-for-address-in-same-partition/m-p/979043#M14744</guid>
      <dc:creator>bwp530</dc:creator>
      <dc:date>2019-11-29T05:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5777M: bootloader can't program for address in same partition.</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5777M-bootloader-can-t-program-for-address-in-same-partition/m-p/979044#M14745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi lucas:&lt;/P&gt;&lt;P&gt;my mistake.&amp;nbsp; this partition is locked in example, I transplant example to my project. I have changed it as follow:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/92473iBC60D4BF16A83E3D/image-size/large?v=v2&amp;amp;px=999" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2019 07:09:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5777M-bootloader-can-t-program-for-address-in-same-partition/m-p/979044#M14745</guid>
      <dc:creator>bwp530</dc:creator>
      <dc:date>2019-12-03T07:09:01Z</dc:date>
    </item>
  </channel>
</rss>

