<?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: FLS write code flash fail in S32K</title>
    <link>https://community.nxp.com/t5/S32K/FLS-write-code-flash-fail/m-p/1653091#M23048</link>
    <description>&lt;P&gt;But there is no 0.9.0 version&lt;/P&gt;</description>
    <pubDate>Thu, 18 May 2023 11:27:40 GMT</pubDate>
    <dc:creator>Rudresh</dc:creator>
    <dc:date>2023-05-18T11:27:40Z</dc:date>
    <item>
      <title>FLS write code flash fail</title>
      <link>https://community.nxp.com/t5/S32K/FLS-write-code-flash-fail/m-p/1386878#M13242</link>
      <description>&lt;P&gt;I use the RTD package to erase write and read the internal flash.It is success on data flash but when I change the address to code flash write and read are all failed .&lt;/P&gt;&lt;P&gt;And I debug and found the Register MCR-&amp;gt;PGM has been changed to 1 after erase .But I cannot find where it was changed.Please refer to attach file for my source code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 03:44:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/FLS-write-code-flash-fail/m-p/1386878#M13242</guid>
      <dc:creator>tianxing</dc:creator>
      <dc:date>2021-12-15T03:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: FLS write code flash fail</title>
      <link>https://community.nxp.com/t5/S32K/FLS-write-code-flash-fail/m-p/1387208#M13252</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@tianxing" target="_blank"&gt;Hi@tianxing&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I spent some time testing your code,but I did not find the problem/&lt;/P&gt;
&lt;P&gt;I have a successful example, as you can see it works well.&lt;/P&gt;
&lt;P&gt;I will send it to you privately,please check it.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_0-1639560394452.png" style="width: 646px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/165292i8934976C60598701/image-dimensions/646x153?v=v2" width="646" height="153" role="button" title="Senlent_0-1639560394452.png" alt="Senlent_0-1639560394452.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;BR!&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Jim,&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 09:37:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/FLS-write-code-flash-fail/m-p/1387208#M13252</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2021-12-15T09:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: FLS write code flash fail</title>
      <link>https://community.nxp.com/t5/S32K/FLS-write-code-flash-fail/m-p/1387808#M13265</link>
      <description>&lt;P&gt;Hi Jim&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;Do you mean my code works well?&lt;/P&gt;&lt;P&gt;I use the&amp;nbsp; JLink V9 to debug ,Is it because this device mismatch S32K344?&lt;/P&gt;&lt;P&gt;And I cannot open you mex file&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is an error message&amp;nbsp;&lt;/P&gt;&lt;P&gt;This version tool cannot support processor Platform_SDK_S32K3_2021_03&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tianxing_0-1639631813286.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/165382i2B54CB6794164D3F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tianxing_0-1639631813286.png" alt="tianxing_0-1639631813286.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 05:17:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/FLS-write-code-flash-fail/m-p/1387808#M13265</guid>
      <dc:creator>tianxing</dc:creator>
      <dc:date>2021-12-16T05:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: FLS write code flash fail</title>
      <link>https://community.nxp.com/t5/S32K/FLS-write-code-flash-fail/m-p/1387820#M13266</link>
      <description>&lt;P&gt;And I found our source code is different,your source code cannot compile OK on my S32DS3.4.&lt;/P&gt;&lt;P&gt;The error message are as below:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;D:/S32DS_WORKSPACE/S32K344_FLS/generate/include/Dma_Ip_Cfg_Defines.h:29:10: fatal error: StandardTypes.h: No such file or directory&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;29 | #include "StandardTypes.h"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;| ^~~~~~~~~~~~~~~~~&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;compilation terminated.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;In file included from D:/S32DS_WORKSPACE/S32K344_FLS/generate/include/CDD_Mcl_Cfg_Defines.h:34,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;from ../RTD/include/Mcl_Types.h:54,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;from D:/S32DS_WORKSPACE/S32K344_FLS/generate/include/CDD_Mcl_BOARD_InitPeripherals_PBcfg.h:63,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;from D:/S32DS_WORKSPACE/S32K344_FLS/generate/include/CDD_Mcl_Cfg.h:42,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;from ../generate/src/CDD_Mcl_Cfg.c:40:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;D:/S32DS_WORKSPACE/S32K344_FLS/generate/include/Dma_Ip_Cfg_Defines.h:29:10: fatal error: StandardTypes.h: No such file or directory&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;29 | #include "StandardTypes.h"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;| ^~~~~~~~~~~~~~~~~&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;compilation terminated.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;make: *** [generate/src/subdir.mk:60: generate/src/C40_Ip_BOARD_InitPeripherals_PBcfg.o] Error 1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;make: *** Waiting for unfinished jobs....&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;make: *** [src/subdir.mk:20: src/main.o] Error 1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;make: *** [generate/src/subdir.mk:60: generate/src/CDD_Mcl_BOARD_InitPeripherals_PBcfg.o] Error 1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;make: *** [generate/src/subdir.mk:60: generate/src/CDD_Mcl_Cfg.o] Error 1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;"make -j4 all" terminated with exit code 2. Build might be incomplete.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Do I need to update S32DS?&lt;/P&gt;&lt;P&gt;And source code difference is as below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tianxing_1-1639632808985.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/165385iA5BCAA022777EE16/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tianxing_1-1639632808985.png" alt="tianxing_1-1639632808985.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 05:33:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/FLS-write-code-flash-fail/m-p/1387820#M13266</guid>
      <dc:creator>tianxing</dc:creator>
      <dc:date>2021-12-16T05:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: FLS write code flash fail</title>
      <link>https://community.nxp.com/t5/S32K/FLS-write-code-flash-fail/m-p/1387832#M13267</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@tianxing" target="_blank"&gt;Hi@tianxing&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Sorry,forgot to tell you,this example is works on&amp;nbsp;S32 RTD AUTOSAR 4,4 Version 0.9.0(old version).&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; you can download the old version, or I may need to take some time to port this example to 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-1639634003379.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/165386iA1B3CF8895916AD8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Senlent_0-1639634003379.png" alt="Senlent_0-1639634003379.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;BR!&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Jim,&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 05:53:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/FLS-write-code-flash-fail/m-p/1387832#M13267</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2021-12-16T05:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: FLS write code flash fail</title>
      <link>https://community.nxp.com/t5/S32K/FLS-write-code-flash-fail/m-p/1509667#M17249</link>
      <description>&lt;P&gt;Hi, I am having a similar problem. Are the SD32SD Extensions and Updates for these older versions available still? I am trying to use the S32 RTD AUTOSAR 4.4 Version 3.0.2 and it is not compiling as the "Standard Types.h" is not avialble.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 17:49:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/FLS-write-code-flash-fail/m-p/1509667#M17249</guid>
      <dc:creator>Marty_T</dc:creator>
      <dc:date>2022-08-22T17:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: FLS write code flash fail</title>
      <link>https://community.nxp.com/t5/S32K/FLS-write-code-flash-fail/m-p/1653091#M23048</link>
      <description>&lt;P&gt;But there is no 0.9.0 version&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 11:27:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/FLS-write-code-flash-fail/m-p/1653091#M23048</guid>
      <dc:creator>Rudresh</dc:creator>
      <dc:date>2023-05-18T11:27:40Z</dc:date>
    </item>
  </channel>
</rss>

