<?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: LPC55S16 RAM entries after software reset</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S16-RAM-entries-after-software-reset/m-p/1319676#M46089</link>
    <description>&lt;P&gt;Thank you very much. My question was related a specific memory location. Now I learnd, that the Boot Rom use a lot. This memory is not suitable to save values during a software reset,&lt;/P&gt;&lt;P&gt;I think the MCUXpresso autogenerated linker scripts should prevent this location to use for the noinit sections.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently I use a different way.&lt;BR /&gt;I set a offset for the Stack location and create a section at the end using&lt;/P&gt;&lt;P&gt;--section-start=command=0x2000FFF0&lt;/P&gt;&lt;P&gt;Thats why I want, that our end customer can use the Managed linker scripts for different derivates.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unattractive is, that objcopy use it for ihex and binary generation like the text section.&lt;/P&gt;&lt;LI-CODE lang="c"&gt;Sections:
Idx Name          Size      VMA       LMA       File off  Algn
  0 .sec1         00008000  00008000  00008000  00000000  2**0
                  CONTENTS, ALLOC, LOAD
  1 .sec2         00007770  00010000  00010000  00016811  2**0
                  CONTENTS, ALLOC, LOAD
  2 .sec3         00000010  2000fff0  2000fff0  0002b82b  2**0
                  CONTENTS, ALLOC, LOAD&lt;/LI-CODE&gt;</description>
    <pubDate>Fri, 06 Aug 2021 10:51:04 GMT</pubDate>
    <dc:creator>steffenrose</dc:creator>
    <dc:date>2021-08-06T10:51:04Z</dc:date>
    <item>
      <title>LPC55S16 RAM entries after software reset</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S16-RAM-entries-after-software-reset/m-p/1318304#M46058</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I want to create a unsecure secondary bootloader and want to save some byte between software reset. It seams that the location 0x20000000..0x20010000 is changed during this reset. I stoped in ResetISR() and the Debugger show different values. So it is not the clib, that initialize the data. It seams the LPC internal bootloader.&lt;/P&gt;&lt;P&gt;The reset is NVIC_SystemReset().&lt;/P&gt;&lt;P&gt;Is there a location, where I can use some Bytes that do note change? At the best a location for the hole LPC55xx family.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use the MCU xpresso IDE and the LPC55S16-EVK at the moment. I checked the memory using the Memory window of the IDE.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 16:34:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S16-RAM-entries-after-software-reset/m-p/1318304#M46058</guid>
      <dc:creator>steffenrose</dc:creator>
      <dc:date>2021-08-04T16:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S16 RAM entries after software reset</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S16-RAM-entries-after-software-reset/m-p/1318617#M46061</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;steffenrose,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;How about save your data in Flash memory?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Alice&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 02:40:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S16-RAM-entries-after-software-reset/m-p/1318617#M46061</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-08-05T02:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S16 RAM entries after software reset</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S16-RAM-entries-after-software-reset/m-p/1318789#M46067</link>
      <description>&lt;P&gt;It's short time data, that I want to use to configure the restarted device.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 07:26:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S16-RAM-entries-after-software-reset/m-p/1318789#M46067</guid>
      <dc:creator>steffenrose</dc:creator>
      <dc:date>2021-08-05T07:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S16 RAM entries after software reset</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S16-RAM-entries-after-software-reset/m-p/1319385#M46081</link>
      <description>&lt;P&gt;Hello &lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II lia-component-message-view-widget-author-username"&gt;&lt;A id="link_22" class="lia-link-navigation lia-page-link lia-user-name-link" style="color: #333f48;" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/31241" target="_self" aria-label="View Profile of steffenrose"&gt;&lt;SPAN class=""&gt;steffenrose&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;How about place the data in specific memory region, refer to MCUXpesso IDE User Guide:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1628217031645.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/152067iADD93C7A796BAF00/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1628217031645.png" alt="Alice_Yang_0-1628217031645.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Aug 2021 02:30:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S16-RAM-entries-after-software-reset/m-p/1319385#M46081</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-08-06T02:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S16 RAM entries after software reset</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S16-RAM-entries-after-software-reset/m-p/1319676#M46089</link>
      <description>&lt;P&gt;Thank you very much. My question was related a specific memory location. Now I learnd, that the Boot Rom use a lot. This memory is not suitable to save values during a software reset,&lt;/P&gt;&lt;P&gt;I think the MCUXpresso autogenerated linker scripts should prevent this location to use for the noinit sections.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently I use a different way.&lt;BR /&gt;I set a offset for the Stack location and create a section at the end using&lt;/P&gt;&lt;P&gt;--section-start=command=0x2000FFF0&lt;/P&gt;&lt;P&gt;Thats why I want, that our end customer can use the Managed linker scripts for different derivates.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unattractive is, that objcopy use it for ihex and binary generation like the text section.&lt;/P&gt;&lt;LI-CODE lang="c"&gt;Sections:
Idx Name          Size      VMA       LMA       File off  Algn
  0 .sec1         00008000  00008000  00008000  00000000  2**0
                  CONTENTS, ALLOC, LOAD
  1 .sec2         00007770  00010000  00010000  00016811  2**0
                  CONTENTS, ALLOC, LOAD
  2 .sec3         00000010  2000fff0  2000fff0  0002b82b  2**0
                  CONTENTS, ALLOC, LOAD&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 06 Aug 2021 10:51:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S16-RAM-entries-after-software-reset/m-p/1319676#M46089</guid>
      <dc:creator>steffenrose</dc:creator>
      <dc:date>2021-08-06T10:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S16 RAM entries after software reset</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S16-RAM-entries-after-software-reset/m-p/1320735#M46111</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;steffenrose,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks for your sharing, I will take a ticket to MCUXpresso development team about your this suggestion:"&amp;nbsp;&lt;/SPAN&gt;I think the MCUXpresso autogenerated linker scripts should prevent this location to use for the noinit sections."&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>Tue, 10 Aug 2021 03:27:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S16-RAM-entries-after-software-reset/m-p/1320735#M46111</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-08-10T03:27:41Z</dc:date>
    </item>
  </channel>
</rss>

