<?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: S32K144 flash</title>
    <link>https://community.nxp.com/t5/S32K/S32K144-flash/m-p/1775429#M29657</link>
    <description>Hi Robin&lt;BR /&gt;I try this demo ,and i only debug flash and start shakedown test.SDK RTM 4.0.1 flash_partitioning_s32k144 S32DS v3.5&lt;BR /&gt;There will be an error as a result, and I am currently investigating the cause of the problem. During my debugging process,i find the function while error&lt;BR /&gt;ret = FLASH_DRV_SetFlexRamFunction(&amp;amp;flashSSDConfig, EEE_ENABLE, 0x00u, NULL);&lt;BR /&gt;internal ：&lt;BR /&gt;/* Calling flash command sequence function to execute the command */&lt;BR /&gt;ret = FLASH_DRV_CommandSequence(pSSDConfig);&lt;BR /&gt;Best Regards,&lt;BR /&gt;cang</description>
    <pubDate>Fri, 15 Dec 2023 08:27:00 GMT</pubDate>
    <dc:creator>fancycang</dc:creator>
    <dc:date>2023-12-15T08:27:00Z</dc:date>
    <item>
      <title>S32K144 flash</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-flash/m-p/1775185#M29639</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;On the S32DS2.2 for ARM platform, the flash module can control the internal flash erasure and writing of the MCU. But in S32DS3.5, the flash module cannot be used for operation. My specific code:&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;/*test flash demo start*/&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; uint8_t bufferii[8] = {1,2,3,4,5,6,7,8};&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; volatile uint8_t readbuoo[8] = {0};&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; /* Declare a FLASH config struct which initialized by FlashInit, and will be used by all flash operations */&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; flash_ssd_config_t flashSSDConfig;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; // /* Disable cache to ensure that all flash operations will take effect instantly, this is device dependent */&lt;/DIV&gt;&lt;DIV&gt;//&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MSCM-&amp;gt;OCMDR[0u] |= MSCM_OCMDR_OCM1(0x3u);&lt;/DIV&gt;&lt;DIV&gt;//&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MSCM-&amp;gt;OCMDR[1u] |= MSCM_OCMDR_OCM1(0x3u);&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; FLASH_DRV_Init(&amp;amp;Flash_InitConfig0,&amp;amp;flashSSDConfig);&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; INT_SYS_DisableIRQGlobal();&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; FLASH_DRV_EraseSector(&amp;amp;flashSSDConfig,0x10000000,4096);&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; INT_SYS_EnableIRQGlobal();&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; INT_SYS_DisableIRQGlobal();&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; FLASH_DRV_Program(&amp;amp;flashSSDConfig, 0x10000000,8,bufferii);&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; INT_SYS_EnableIRQGlobal();&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;uint8_t* readbuff;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;readbuff = 0x10000000;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;for(uint8_t i=0;i&amp;lt;8;i++)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;readbuoo[i] = *(uint32_t*)(readbuff+i) ;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;FLASH_DRV_EraseSector this function is&amp;nbsp;unavailable&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 15 Dec 2023 01:02:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-flash/m-p/1775185#M29639</guid>
      <dc:creator>fancycang</dc:creator>
      <dc:date>2023-12-15T01:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 flash</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-flash/m-p/1775382#M29653</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Have you tested the&amp;nbsp;flash_partitioning_s32k144 of S32K1 SDK RTM 4.0.3 in S32DS v3.4?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flash_partitioning_s32k144 S32SDK_S32K1XX_RTM_4.0.3.png" style="width: 574px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/254607i4C5C8612D4676C87/image-size/large?v=v2&amp;amp;px=999" role="button" title="flash_partitioning_s32k144 S32SDK_S32K1XX_RTM_4.0.3.png" alt="flash_partitioning_s32k144 S32SDK_S32K1XX_RTM_4.0.3.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Robin&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 07:22:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-flash/m-p/1775382#M29653</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2023-12-15T07:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 flash</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-flash/m-p/1775429#M29657</link>
      <description>Hi Robin&lt;BR /&gt;I try this demo ,and i only debug flash and start shakedown test.SDK RTM 4.0.1 flash_partitioning_s32k144 S32DS v3.5&lt;BR /&gt;There will be an error as a result, and I am currently investigating the cause of the problem. During my debugging process,i find the function while error&lt;BR /&gt;ret = FLASH_DRV_SetFlexRamFunction(&amp;amp;flashSSDConfig, EEE_ENABLE, 0x00u, NULL);&lt;BR /&gt;internal ：&lt;BR /&gt;/* Calling flash command sequence function to execute the command */&lt;BR /&gt;ret = FLASH_DRV_CommandSequence(pSSDConfig);&lt;BR /&gt;Best Regards,&lt;BR /&gt;cang</description>
      <pubDate>Fri, 15 Dec 2023 08:27:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-flash/m-p/1775429#M29657</guid>
      <dc:creator>fancycang</dc:creator>
      <dc:date>2023-12-15T08:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 flash</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-flash/m-p/1775446#M29659</link>
      <description>&lt;P&gt;When testing this project, please pay attention to the highlighted Note in my last reply.&lt;BR /&gt;1. There is S32K1 &lt;STRONG&gt;SDK&lt;/STRONG&gt; RTM &lt;STRONG&gt;4.0.3&lt;/STRONG&gt; with S32DS &lt;STRONG&gt;v3.4&lt;/STRONG&gt;. Please do not use &lt;STRONG&gt;SDK&lt;/STRONG&gt; RTM &lt;STRONG&gt;4.0.1&lt;/STRONG&gt; in S32DS &lt;STRONG&gt;v3.5&lt;/STRONG&gt;.&lt;BR /&gt;2. According to the currently available information, we don’t have any plan to integrate S32K1 SDK 4.0.3 into S32DS 3.5 or above version.&lt;BR /&gt;3.In the future, only the S32K1 &lt;STRONG&gt;RTD&lt;/STRONG&gt; version will be updated and the &lt;STRONG&gt;SDK&lt;/STRONG&gt; version will no longer be updated. If you have just started project development, it is recommended to use the latest S32K1 RTD 2.0.0 with S32DS v3.5.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 08:41:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-flash/m-p/1775446#M29659</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2023-12-15T08:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 flash</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-flash/m-p/1778656#M29862</link>
      <description>thanks&lt;BR /&gt;i will try &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":微微一笑:"&gt;&lt;/LI-EMOJI&gt;</description>
      <pubDate>Thu, 21 Dec 2023 09:54:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-flash/m-p/1778656#M29862</guid>
      <dc:creator>fancycang</dc:creator>
      <dc:date>2023-12-21T09:54:15Z</dc:date>
    </item>
  </channel>
</rss>

