<?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>S32K中的主题 Re: S32K146 Flash</title>
    <link>https://community.nxp.com/t5/S32K/S32K146-Flash/m-p/1949270#M40650</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/224509"&gt;@shiqi_seventeen&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;You can refer to table&amp;nbsp;36.5.9.4 from the S32K1XX RM for allowed simultaneous flash operations:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Julin_AragnM_0-1725649584256.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/297665iFAAF5A5F9C2EDD29/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Julin_AragnM_0-1725649584256.png" alt="Julin_AragnM_0-1725649584256.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián&lt;/P&gt;</description>
    <pubDate>Fri, 06 Sep 2024 19:06:31 GMT</pubDate>
    <dc:creator>Julián_AragónM</dc:creator>
    <dc:date>2024-09-06T19:06:31Z</dc:date>
    <item>
      <title>S32K146 Flash</title>
      <link>https://community.nxp.com/t5/S32K/S32K146-Flash/m-p/1946991#M40537</link>
      <description>&lt;P&gt;Hello team,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;I am currently developing with Flash memory using the FS32K146. According to the manual, the Pflash is divided into two blocks. When the Flash erase function exists in block 0, it can erase block 1 but not block 0. I am considering placing the erase function in SRAM to run. My questions are:&lt;/P&gt;&lt;P&gt;1.Is it possible to place the function in RAM to run? If so, how can I do it? Can you provide me with a sample code or example?Or teach me how to run the function in RAM, I have no experience about this.&lt;BR /&gt;2.If I place the Flash erase function in RAM, will I then be able to erase block 0?&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 07:56:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K146-Flash/m-p/1946991#M40537</guid>
      <dc:creator>shiqi_seventeen</dc:creator>
      <dc:date>2024-09-04T07:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: S32K146 Flash</title>
      <link>https://community.nxp.com/t5/S32K/S32K146-Flash/m-p/1947469#M40566</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/224509"&gt;@shiqi_seventeen&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;1. Yes, please look at the following community posts:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://community.nxp.com/t5/S32K/PROGRAMMING-THE-S32K-FLASH/m-p/665549" target="_blank"&gt;Solved: PROGRAMMING THE S32K FLASH - NXP Community&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/S32K-How-to-make-Flash-Driver-image/ta-p/1630873" target="_blank"&gt;S32K-How to make Flash Driver image. - NXP Community&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;2. Yes&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 17:33:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K146-Flash/m-p/1947469#M40566</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2024-09-04T17:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: S32K146 Flash</title>
      <link>https://community.nxp.com/t5/S32K/S32K146-Flash/m-p/1947643#M40577</link>
      <description>Thanks Julián！ I am following the second Web page，but when I build my project,it say "linker_flash_s32k146.ld:50: syntax errorr",because I follow the steps to change some code:&lt;BR /&gt;MEMORY&lt;BR /&gt;{&lt;BR /&gt;int_flash_interrupts : ORIGIN = 0x00000000, LENGTH = 0x00000400 /* 1K */ /* Do not change this section */&lt;BR /&gt;int_flash_config : ORIGIN = 0x00000400, LENGTH = 0x00000010 /* 16bytes */ /* Do not change this section */&lt;BR /&gt;int_flash : ORIGIN = 0x00000410, LENGTH = 0x000FFBF0 /* ~1.0MB */&lt;BR /&gt;&lt;BR /&gt;int_sram_results : ORIGIN = 0x1FFF0000, LENGTH = 0x00000100 /* 256bytes */&lt;BR /&gt;/*int_sram : ORIGIN = 0x1FFF0100, LENGTH = 0x0001DF00 /* ~120K */&lt;BR /&gt;int_sram : ORIGIN = 0x1FFF0100, LENGTH = 0x0001BF00 /* ~120K */&lt;BR /&gt;&lt;BR /&gt;/* "test" Ram is used to erase flash*/&lt;BR /&gt;test : ORIGIN = 0x2000C000, LENGTH = 0x00002000&lt;BR /&gt;&lt;BR /&gt;int_sram_stack_c0 : ORIGIN = 0x2000E000, LENGTH = 0x00001000 /* 4K */&lt;BR /&gt;ram_rsvd2 : ORIGIN = 0x2000F000, LENGTH = 0 /* End of SRAM */&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;.test :&lt;BR /&gt;{&lt;BR /&gt;KEEP(*(.test))&lt;BR /&gt;} &amp;gt; test&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;so can you tell me how to fix it? thank you!&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Sep 2024 01:38:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K146-Flash/m-p/1947643#M40577</guid>
      <dc:creator>shiqi_seventeen</dc:creator>
      <dc:date>2024-09-05T01:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: S32K146 Flash</title>
      <link>https://community.nxp.com/t5/S32K/S32K146-Flash/m-p/1948546#M40612</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/224509"&gt;@shiqi_seventeen&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;You can just copy over the configuration from the community example, the error is mentioning syntax error:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;/* Specify the memory areas */
MEMORY
{
  /* Flash */
  m_interrupts          (RX)  : ORIGIN = 0x00000000, LENGTH = 0x00000400
  m_flash_config        (RX)  : ORIGIN = 0x00000400, LENGTH = 0x00000010
  m_text                (RX)  : ORIGIN = 0x00000410, LENGTH = 0x0003FBF0

  /* SRAM_L */
  m_data                (RW)  : ORIGIN = 0x1FFFC000, LENGTH = 0x00002000
  
  test           	    (RX)  : ORIGIN = 0x1FFFE000, LENGTH = 0x00002000

  /* SRAM_U */
  m_data_2              (RW)  : ORIGIN = 0x20000000, LENGTH = 0x00003000
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2024 21:21:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K146-Flash/m-p/1948546#M40612</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2024-09-05T21:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: S32K146 Flash</title>
      <link>https://community.nxp.com/t5/S32K/S32K146-Flash/m-p/1948591#M40615</link>
      <description>Thanks Julián.Besides,I ask a question:Can I place the "erase function "and "Write function" in the DFlash?&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Sep 2024 01:00:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K146-Flash/m-p/1948591#M40615</guid>
      <dc:creator>shiqi_seventeen</dc:creator>
      <dc:date>2024-09-06T01:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: S32K146 Flash</title>
      <link>https://community.nxp.com/t5/S32K/S32K146-Flash/m-p/1949270#M40650</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/224509"&gt;@shiqi_seventeen&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;You can refer to table&amp;nbsp;36.5.9.4 from the S32K1XX RM for allowed simultaneous flash operations:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Julin_AragnM_0-1725649584256.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/297665iFAAF5A5F9C2EDD29/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Julin_AragnM_0-1725649584256.png" alt="Julin_AragnM_0-1725649584256.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 19:06:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K146-Flash/m-p/1949270#M40650</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2024-09-06T19:06:31Z</dc:date>
    </item>
  </channel>
</rss>

