<?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>S32 Design StudioのトピックHow to make debugger only erase the section I want to</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-make-debugger-only-erase-the-section-I-want-to/m-p/642276#M974</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;I'm working on my boot loader based on MPC574x + S32 DS + P&amp;amp;E multilink. My boot loader and main APP have different project and flash section. Below are part of my ld file for main APP and BLD.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/********************* main APP Z4 core code placed here ******************/&lt;BR /&gt;Z4_APP_Header_text : org = 0x1000000, len = 64&lt;BR /&gt; Z4_APP_RAMFunc_text : org = 0x1000040, len = 16k&lt;BR /&gt; Z4_APP_text : org = 0x1004040, len = 1280K-16K-64&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/********************* boot loader code placed here ******************/&lt;BR /&gt; bld_text : org = 0x00F90014, len = 73708&lt;BR /&gt; ramfunc_text : org = 0x00F96000, len = 8K&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;So my question is: how to make multilink only erase &amp;nbsp;these two sections when debug boot loader project?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;bld_text : org = 0x00F90014, len = 73708&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ramfunc_text : org = 0x00F96000, len = 8K&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When I debug my boot loader project, it will erase main APP(cod flash start from 0x1000000 ) automatically. It &amp;nbsp;makes me difficult to debug my boot loader.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Feb 2017 09:45:05 GMT</pubDate>
    <dc:creator>yuehedeng</dc:creator>
    <dc:date>2017-02-16T09:45:05Z</dc:date>
    <item>
      <title>How to make debugger only erase the section I want to</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-make-debugger-only-erase-the-section-I-want-to/m-p/642276#M974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;I'm working on my boot loader based on MPC574x + S32 DS + P&amp;amp;E multilink. My boot loader and main APP have different project and flash section. Below are part of my ld file for main APP and BLD.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/********************* main APP Z4 core code placed here ******************/&lt;BR /&gt;Z4_APP_Header_text : org = 0x1000000, len = 64&lt;BR /&gt; Z4_APP_RAMFunc_text : org = 0x1000040, len = 16k&lt;BR /&gt; Z4_APP_text : org = 0x1004040, len = 1280K-16K-64&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/********************* boot loader code placed here ******************/&lt;BR /&gt; bld_text : org = 0x00F90014, len = 73708&lt;BR /&gt; ramfunc_text : org = 0x00F96000, len = 8K&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;So my question is: how to make multilink only erase &amp;nbsp;these two sections when debug boot loader project?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;bld_text : org = 0x00F90014, len = 73708&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ramfunc_text : org = 0x00F96000, len = 8K&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When I debug my boot loader project, it will erase main APP(cod flash start from 0x1000000 ) automatically. It &amp;nbsp;makes me difficult to debug my boot loader.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 09:45:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-make-debugger-only-erase-the-section-I-want-to/m-p/642276#M974</guid>
      <dc:creator>yuehedeng</dc:creator>
      <dc:date>2017-02-16T09:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to make debugger only erase the section I want to</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-make-debugger-only-erase-the-section-I-want-to/m-p/642277#M975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;open Debug Configuration of your project and click Advance Options.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/13767i4879858242454C7C/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advanced Options window will be opened. There is Non-Volatile Memory Preservation feature which allows you to choose, which memory areas will not be erased during code downloading.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/13829i2B71C3526CDA9635/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 11:42:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-make-debugger-only-erase-the-section-I-want-to/m-p/642277#M975</guid>
      <dc:creator>martin_kovar</dc:creator>
      <dc:date>2017-02-16T11:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to make debugger only erase the section I want to</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-make-debugger-only-erase-the-section-I-want-to/m-p/642278#M976</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;FYI: similar question has been discussed here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/442578"&gt;Debug interface without erasing memory&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 14:49:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-make-debugger-only-erase-the-section-I-want-to/m-p/642278#M976</guid>
      <dc:creator>stanish</dc:creator>
      <dc:date>2017-02-16T14:49:51Z</dc:date>
    </item>
  </channel>
</rss>

