<?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: How to preserve memory for IMXRT1064 processor in MCUXpresso IDE? in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-preserve-memory-for-IMXRT1064-processor-in-MCUXpresso-IDE/m-p/916982#M53622</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-content-finding="Community" data-userid="344556" data-username="vikram.tathe@softdel.com" href="https://community.nxp.com/people/vikram.tathe@softdel.com"&gt;Vikram Tathe&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp; To the RT questions, next time, you can create the question post directly in this area:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/space/11760"&gt;i.MX RT&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Now, talk about your questions:&lt;/P&gt;&lt;P&gt;1. bootloader code&lt;/P&gt;&lt;P&gt;Bootloader @&amp;nbsp;&lt;SPAN&gt;0x70000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Please note, from 0X70000000 to 0X70002000, you need to put the Flash device configuration block, IVT, BD, DCD data,&amp;nbsp; then from 0X70002000, you can put your own bootloader function code.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2.&amp;nbsp; You said your&lt;/SPAN&gt; Application @ 0x70008000, and don't want to erase it before download the code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; In your preserve range, can you try the address with from 0X70008000, to 0X70008000+-0x3fffff?&lt;/P&gt;&lt;P&gt;After you test it, please share your result with me, thank you!&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Aug 2019 05:48:50 GMT</pubDate>
    <dc:creator>kerryzhou</dc:creator>
    <dc:date>2019-08-14T05:48:50Z</dc:date>
    <item>
      <title>How to preserve memory for IMXRT1064 processor in MCUXpresso IDE?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-preserve-memory-for-IMXRT1064-processor-in-MCUXpresso-IDE/m-p/916981#M53621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;BR /&gt;I am using IMX RT1064, MCUXpresso IDE and PE Micro debugger. I am developing a Firmware Update feature into my project. So, I have two application binaries; one is bootloader binary and another is application binary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bootloader @&amp;nbsp;&lt;SPAN&gt;0x70000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Application @ 0x70008000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to flash the application binary at the address and debug the bootloader. &lt;STRONG&gt;While debugging the bootloader, I do not want to mass erase the flash.&lt;/STRONG&gt; To achieve this, I have preserved the application memory in the bootloader debug configuration setting (Shown below) but it gets erased when I debug the bootloader.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any additional configurations that I am missing while debugging the bootloader?&lt;/P&gt;&lt;P&gt;&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/87365i9FFB47BCBABD8FCF/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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2019 14:17:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-preserve-memory-for-IMXRT1064-processor-in-MCUXpresso-IDE/m-p/916981#M53621</guid>
      <dc:creator>vikram_tathe</dc:creator>
      <dc:date>2019-08-13T14:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to preserve memory for IMXRT1064 processor in MCUXpresso IDE?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-preserve-memory-for-IMXRT1064-processor-in-MCUXpresso-IDE/m-p/916982#M53622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-content-finding="Community" data-userid="344556" data-username="vikram.tathe@softdel.com" href="https://community.nxp.com/people/vikram.tathe@softdel.com"&gt;Vikram Tathe&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp; To the RT questions, next time, you can create the question post directly in this area:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/space/11760"&gt;i.MX RT&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Now, talk about your questions:&lt;/P&gt;&lt;P&gt;1. bootloader code&lt;/P&gt;&lt;P&gt;Bootloader @&amp;nbsp;&lt;SPAN&gt;0x70000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Please note, from 0X70000000 to 0X70002000, you need to put the Flash device configuration block, IVT, BD, DCD data,&amp;nbsp; then from 0X70002000, you can put your own bootloader function code.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2.&amp;nbsp; You said your&lt;/SPAN&gt; Application @ 0x70008000, and don't want to erase it before download the code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; In your preserve range, can you try the address with from 0X70008000, to 0X70008000+-0x3fffff?&lt;/P&gt;&lt;P&gt;After you test it, please share your result with me, thank you!&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2019 05:48:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-preserve-memory-for-IMXRT1064-processor-in-MCUXpresso-IDE/m-p/916982#M53622</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2019-08-14T05:48:50Z</dc:date>
    </item>
  </channel>
</rss>

