<?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: Flash Partition in S32K144 - FLASH_DRV_CommandSequence() function call issue in S32 SDK</title>
    <link>https://community.nxp.com/t5/S32-SDK/Flash-Partition-in-S32K144-FLASH-DRV-CommandSequence-function/m-p/1880496#M3786</link>
    <description>&lt;P&gt;Hi&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/188029"&gt;@Senlent&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What do you mean by the new version? SDK or S32DS?&lt;/P&gt;&lt;P&gt;And where can find the table in picture.&lt;/P&gt;&lt;P&gt;tku&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jun 2024 09:20:34 GMT</pubDate>
    <dc:creator>346500452</dc:creator>
    <dc:date>2024-06-04T09:20:34Z</dc:date>
    <item>
      <title>Flash Partition in S32K144 - FLASH_DRV_CommandSequence() function call issue</title>
      <link>https://community.nxp.com/t5/S32-SDK/Flash-Partition-in-S32K144-FLASH-DRV-CommandSequence-function/m-p/1863293#M3747</link>
      <description>&lt;P&gt;Hi, I am trying to run the Flash Partition Example code from S32DS on S32K144EVB.&amp;nbsp; Function FLASH_DRV_CommandSequence() is leading to default ISR when called. Interestingly it works fine when we do STEP IN of each instruction in that function, but if function is run at once, its going to default ISR.&lt;/P&gt;&lt;P&gt;Directive&amp;nbsp;START_FUNCTION_DEFINITION_RAMSECTION is defined above the function definition to load into RAM.&lt;/P&gt;&lt;P&gt;Please let me know what changes/configurations to be done to make it work.&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 08:49:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Flash-Partition-in-S32K144-FLASH-DRV-CommandSequence-function/m-p/1863293#M3747</guid>
      <dc:creator>vishwadn</dc:creator>
      <dc:date>2024-05-10T08:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Flash Partition in S32K144 - FLASH_DRV_CommandSequence() function call issue</title>
      <link>https://community.nxp.com/t5/S32-SDK/Flash-Partition-in-S32K144-FLASH-DRV-CommandSequence-function/m-p/1863771#M3748</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@vishwadn" target="_blank"&gt;Hi@vishwadn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Could you please have a try the below two methods.&lt;/P&gt;
&lt;P&gt;1.Perform a mass erase.&lt;BR /&gt;The FlexNVM memory is partitioned to EEPROM use and is blocked for some erase commands (Erase Sector and Erase Block). As a consequence, loading the program to flash memory may fail on some debuggers. Please perform a mass erase operation on Flash to remove this partitioning after running the example to be able to update your application on target.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;2.Define FLASH_TARGET to disable cache and try again.&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;/* Disable cache to ensure that all flash operations will take effect instantly,
* this is device dependent */
#ifndef FLASH_TARGET
#ifdef S32K144_SERIES
    MSCM-&amp;gt;OCMDR[0u] |= MSCM_OCMDR_OCM1(0x3u);
    MSCM-&amp;gt;OCMDR[1u] |= MSCM_OCMDR_OCM1(0x3u);
#endif /* S32K144_SERIES */
#endif /* FLASH_TARGET */&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 May 2024 03:01:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Flash-Partition-in-S32K144-FLASH-DRV-CommandSequence-function/m-p/1863771#M3748</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2024-05-11T03:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Flash Partition in S32K144 - FLASH_DRV_CommandSequence() function call issue</title>
      <link>https://community.nxp.com/t5/S32-SDK/Flash-Partition-in-S32K144-FLASH-DRV-CommandSequence-function/m-p/1864136#M3753</link>
      <description>&lt;P&gt;Hi Senlent,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;I tried with both methods you mentioned above but issue is still there. Below are observations with and without methods you mentioned above:&lt;/P&gt;&lt;P&gt;1) Without above methods - No Mass erase and no cache disable:&lt;/P&gt;&lt;P&gt;Control is jumping to default ISR at&amp;nbsp;FLASH_DRV_CommandSequence() and this function is called from&amp;nbsp;FLASH_DRV_SetFlexRamFunction()&lt;/P&gt;&lt;P&gt;2)&amp;nbsp;Without above methods - Mass erase and&amp;nbsp; cache disable,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;FLASH_TARGET defined&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;Control is jumping to default ISR at&amp;nbsp;FLASH_DRV_CommandSequence() and this function is called from FLASH_DRV_DEFlashPartition()&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 07:21:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Flash-Partition-in-S32K144-FLASH-DRV-CommandSequence-function/m-p/1864136#M3753</guid>
      <dc:creator>vishwadn</dc:creator>
      <dc:date>2024-05-13T07:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Flash Partition in S32K144 - FLASH_DRV_CommandSequence() function call issue</title>
      <link>https://community.nxp.com/t5/S32-SDK/Flash-Partition-in-S32K144-FLASH-DRV-CommandSequence-function/m-p/1864164#M3754</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@vishwadn" target="_blank" rel="noopener"&gt;Hi@vishwadn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thank you for the information you provided, I will confirm with you again:&lt;BR /&gt;1. You have not made any modifications to the routine&lt;BR /&gt;2. Can you tell me the part number of your MCU?&lt;BR /&gt;3. What IDE and RTM version are you using?&lt;BR /&gt;4. Tell me which debugger you use&lt;BR /&gt;I will try to reproduce your problem. If I cannot reproduce it, I can't give you a reasonable explanation.&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 07:42:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Flash-Partition-in-S32K144-FLASH-DRV-CommandSequence-function/m-p/1864164#M3754</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2024-05-13T07:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Flash Partition in S32K144 - FLASH_DRV_CommandSequence() function call issue</title>
      <link>https://community.nxp.com/t5/S32-SDK/Flash-Partition-in-S32K144-FLASH-DRV-CommandSequence-function/m-p/1864191#M3756</link>
      <description>&lt;P&gt;Hi Senlent,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Below are details you asked for:&lt;/P&gt;&lt;P&gt;1. You have not made any modifications to the routine - No&lt;BR /&gt;2. Can you tell me the part number of your MCU - S32K144 EVM -&amp;nbsp;SCH-29248 REV C1&lt;BR /&gt;3. What IDE and RTM version are you using - S32DS 3.5 and&amp;nbsp;S32SDK_S32K1XX_RTM_4.0.1&lt;BR /&gt;4. Tell me which debugger you use - PE Open SDA&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 08:09:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Flash-Partition-in-S32K144-FLASH-DRV-CommandSequence-function/m-p/1864191#M3756</guid>
      <dc:creator>vishwadn</dc:creator>
      <dc:date>2024-05-13T08:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Flash Partition in S32K144 - FLASH_DRV_CommandSequence() function call issue</title>
      <link>https://community.nxp.com/t5/S32-SDK/Flash-Partition-in-S32K144-FLASH-DRV-CommandSequence-function/m-p/1864923#M3759</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@vishwadn" target="_blank"&gt;Hi@vishwadn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This is a known bug and has been fixed in the new version.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_0-1715660665437.png" style="width: 526px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/278562iAFC5078E64B03FEF/image-dimensions/526x236?v=v2" width="526" height="236" role="button" title="Senlent_0-1715660665437.png" alt="Senlent_0-1715660665437.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can modify it like this:&lt;/P&gt;
&lt;P&gt;"peripherals_flash_FTFC.c"&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_1-1715660682012.png" style="width: 509px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/278563iD5F90A6C4F569F9F/image-dimensions/509x182?v=v2" width="509" height="182" role="button" title="Senlent_1-1715660682012.png" alt="Senlent_1-1715660682012.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 04:27:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Flash-Partition-in-S32K144-FLASH-DRV-CommandSequence-function/m-p/1864923#M3759</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2024-05-14T04:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Flash Partition in S32K144 - FLASH_DRV_CommandSequence() function call issue</title>
      <link>https://community.nxp.com/t5/S32-SDK/Flash-Partition-in-S32K144-FLASH-DRV-CommandSequence-function/m-p/1880496#M3786</link>
      <description>&lt;P&gt;Hi&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/188029"&gt;@Senlent&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What do you mean by the new version? SDK or S32DS?&lt;/P&gt;&lt;P&gt;And where can find the table in picture.&lt;/P&gt;&lt;P&gt;tku&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 09:20:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Flash-Partition-in-S32K144-FLASH-DRV-CommandSequence-function/m-p/1880496#M3786</guid>
      <dc:creator>346500452</dc:creator>
      <dc:date>2024-06-04T09:20:34Z</dc:date>
    </item>
  </channel>
</rss>

