<?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: KW45 noinit ram section in MCUXpresso SDK</title>
    <link>https://community.nxp.com/t5/MCUXpresso-SDK/KW45-noinit-ram-section/m-p/2251114#M5404</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/241854"&gt;@jiajun_cheng&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The last 8 KB RAM (0x2001_A000) is from independent power switch domain which can keep data retention in all power modes.&lt;/P&gt;
&lt;P&gt;For details, please refer to&amp;nbsp;&lt;A id="relatedDocsClickPDF_1" class="dtmcustomrulelink" href="https://www.nxp.com/webapp/Download?colCode=KW45RM" target="_blank" rel="noopener" data-dtmaction="Documentation Section - Results Link Click" data-dtmsearchresulttitle="KW45 Reference Manual" data-dtmsubaction="KW45 Reference Manual - NXP - Reference Manual - English" data-cl-id="1853962181"&gt;&lt;SPAN&gt;KW45 Reference Manual&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Please let me know whether have any other concerns on this case.&lt;/P&gt;
&lt;P&gt;Otherwise, please do not hesitate to mark my answer as a solution, so that we can close this case.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;</description>
    <pubDate>Fri, 28 Nov 2025 09:54:59 GMT</pubDate>
    <dc:creator>Christine_Li</dc:creator>
    <dc:date>2025-11-28T09:54:59Z</dc:date>
    <item>
      <title>KW45 noinit ram section</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/KW45-noinit-ram-section/m-p/2250923#M5403</link>
      <description>&lt;P&gt;Hi,nxp Expert：&lt;BR /&gt;I want to isolate a portion of RAM in kw45 for storing some flags. However, currently when I try to write 0xa5a5a5a5 to address 0x02000000 and then perform a soft reset, the value read from address 0x02000000 after the reset is 0. Could you please help me figure out how to ensure that the value read after the soft reset remains the same as before the reset?&lt;/P&gt;&lt;P&gt;&lt;LI-PRODUCT title="KW45" id="KW45"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2025 07:38:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/KW45-noinit-ram-section/m-p/2250923#M5403</guid>
      <dc:creator>jiajun_cheng</dc:creator>
      <dc:date>2025-11-28T07:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: KW45 noinit ram section</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/KW45-noinit-ram-section/m-p/2251114#M5404</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/241854"&gt;@jiajun_cheng&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The last 8 KB RAM (0x2001_A000) is from independent power switch domain which can keep data retention in all power modes.&lt;/P&gt;
&lt;P&gt;For details, please refer to&amp;nbsp;&lt;A id="relatedDocsClickPDF_1" class="dtmcustomrulelink" href="https://www.nxp.com/webapp/Download?colCode=KW45RM" target="_blank" rel="noopener" data-dtmaction="Documentation Section - Results Link Click" data-dtmsearchresulttitle="KW45 Reference Manual" data-dtmsubaction="KW45 Reference Manual - NXP - Reference Manual - English" data-cl-id="1853962181"&gt;&lt;SPAN&gt;KW45 Reference Manual&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Please let me know whether have any other concerns on this case.&lt;/P&gt;
&lt;P&gt;Otherwise, please do not hesitate to mark my answer as a solution, so that we can close this case.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2025 09:54:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/KW45-noinit-ram-section/m-p/2251114#M5404</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2025-11-28T09:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: KW45 noinit ram section</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/KW45-noinit-ram-section/m-p/2251531#M5405</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/205377"&gt;@Christine_Li&lt;/a&gt;&amp;nbsp;:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However, I noticed this section of code again in the startup file&amp;nbsp;&lt;/SPAN&gt;startup_KW45B41Z83.S&lt;SPAN&gt;—doesn’t it clear the memory range from&amp;nbsp;&lt;/SPAN&gt;0x2001_A000&lt;SPAN&gt;&amp;nbsp;to&amp;nbsp;&lt;/SPAN&gt;0x2001_C000&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;.ram_init_stcm5:
    ldr     r0, =0x2001a000
    ldr     r1, =0x2001c000
.loop5:                         /* Initialize stcm5 */
    stmia   r0!, {r2 - r5}
    cmp     r0, r1
    bcc.n   .loop5&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Nov 2025 13:06:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/KW45-noinit-ram-section/m-p/2251531#M5405</guid>
      <dc:creator>jiajun_cheng</dc:creator>
      <dc:date>2025-11-30T13:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: KW45 noinit ram section</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/KW45-noinit-ram-section/m-p/2251740#M5406</link>
      <description>&lt;P&gt;Hi，&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/241854"&gt;@jiajun_cheng&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the code side, you are right, it will clear this area.&lt;/P&gt;
&lt;P&gt;You need to modify, and not perform any write operations to this region during startup.&lt;/P&gt;
&lt;P&gt;Below is my suggestions:&lt;/P&gt;
&lt;P&gt;1.remove this initialization for the retention RAM section.&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;2. You can keep those loops but skip the retention RAM range.&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;3. Ensure the initialization table does not include the retention RAM region at all.&lt;/P&gt;
&lt;P&gt;Please let me know whether have any other concerns on this case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Dec 2025 06:15:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/KW45-noinit-ram-section/m-p/2251740#M5406</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2025-12-01T06:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: KW45 noinit ram section</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/KW45-noinit-ram-section/m-p/2253620#M5409</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/241854"&gt;@jiajun_cheng&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anything else I can do for you on this case?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Dec 2025 02:38:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/KW45-noinit-ram-section/m-p/2253620#M5409</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2025-12-03T02:38:18Z</dc:date>
    </item>
  </channel>
</rss>

