<?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 S32K148 FlexNVM FTFC RDCOLERR Report in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32K148-FlexNVM-FTFC-RDCOLERR-Report/m-p/1482582#M16144</link>
    <description>&lt;P&gt;Dear Supporters,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I use S32K 148 FlexNVM as a&amp;nbsp; Data flash, the driver (MCAL )is generated by EB.&lt;/P&gt;&lt;P&gt;After severals time earse and write, I get a error(RDCOLERR).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TerryDuPower_0-1656576817206.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/185133i3AC10735505B0FFB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TerryDuPower_0-1656576817206.png" alt="TerryDuPower_0-1656576817206.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Could you give me some help?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jun 2022 08:17:50 GMT</pubDate>
    <dc:creator>TerryDuPower</dc:creator>
    <dc:date>2022-06-30T08:17:50Z</dc:date>
    <item>
      <title>S32K148 FlexNVM FTFC RDCOLERR Report</title>
      <link>https://community.nxp.com/t5/S32K/S32K148-FlexNVM-FTFC-RDCOLERR-Report/m-p/1482582#M16144</link>
      <description>&lt;P&gt;Dear Supporters,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I use S32K 148 FlexNVM as a&amp;nbsp; Data flash, the driver (MCAL )is generated by EB.&lt;/P&gt;&lt;P&gt;After severals time earse and write, I get a error(RDCOLERR).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TerryDuPower_0-1656576817206.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/185133i3AC10735505B0FFB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TerryDuPower_0-1656576817206.png" alt="TerryDuPower_0-1656576817206.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Could you give me some help?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2022 08:17:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K148-FlexNVM-FTFC-RDCOLERR-Report/m-p/1482582#M16144</guid>
      <dc:creator>TerryDuPower</dc:creator>
      <dc:date>2022-06-30T08:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: S32K148 FlexNVM FTFC RDCOLERR Report</title>
      <link>https://community.nxp.com/t5/S32K/S32K148-FlexNVM-FTFC-RDCOLERR-Report/m-p/1483351#M16164</link>
      <description>&lt;P&gt;Hello Jianfeng Liu,&lt;/P&gt;
&lt;P&gt;This is explained in the description of this flag.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielmartynek_0-1656666285103.png" style="width: 803px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/185308iD8288C3EB2C87904/image-dimensions/803x155?v=v2" width="803" height="155" role="button" title="danielmartynek_0-1656666285103.png" alt="danielmartynek_0-1656666285103.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;During the programming / erasing FTFC operation on the DFlash block, there must be no other access to the block.&lt;/P&gt;
&lt;P&gt;Please make sure that interrupt routines do not read the block, there is no DMA access to the block, etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 09:09:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K148-FlexNVM-FTFC-RDCOLERR-Report/m-p/1483351#M16164</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2022-07-01T09:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: S32K148 FlexNVM FTFC RDCOLERR Report</title>
      <link>https://community.nxp.com/t5/S32K/S32K148-FlexNVM-FTFC-RDCOLERR-Report/m-p/1483959#M16180</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Daniel,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for your reply.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Before erase and write FlexNVM, I already disable interrupt, and no DMA to this block. But it still get&amp;nbsp;FTFC RDCOLERR.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TerryDuPower_0-1656925943940.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/185457iCE6D92AB7DFFED45/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TerryDuPower_0-1656925943940.png" alt="TerryDuPower_0-1656925943940.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2022 09:15:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K148-FlexNVM-FTFC-RDCOLERR-Report/m-p/1483959#M16180</guid>
      <dc:creator>TerryDuPower</dc:creator>
      <dc:date>2022-07-04T09:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: S32K148 FlexNVM FTFC RDCOLERR Report</title>
      <link>https://community.nxp.com/t5/S32K/S32K148-FlexNVM-FTFC-RDCOLERR-Report/m-p/1486144#M16244</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/196260"&gt;@TerryDuPower&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Seems that you called&amp;nbsp;Fls_MainFunction but not wait until the status back to IDLE before call for next time, could you try this way:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cuongnguyenphu_0-1657187798133.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/185946i8CA6F6A6428A73EA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="cuongnguyenphu_0-1657187798133.png" alt="cuongnguyenphu_0-1657187798133.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;For every step to call command to Erase or Write Fls, you need to wait until the main function has done&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2022 09:57:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K148-FlexNVM-FTFC-RDCOLERR-Report/m-p/1486144#M16244</guid>
      <dc:creator>cuongnguyenphu</dc:creator>
      <dc:date>2022-07-07T09:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: S32K148 FlexNVM FTFC RDCOLERR Report</title>
      <link>https://community.nxp.com/t5/S32K/S32K148-FlexNVM-FTFC-RDCOLERR-Report/m-p/1486788#M16272</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/195919"&gt;@cuongnguyenphu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your support!&lt;/P&gt;&lt;P&gt;I tried wait &lt;EM&gt;MEMIF_IDLE before&amp;nbsp; Fls_MainFunction(),&lt;/EM&gt;&amp;nbsp; but still get&amp;nbsp;FTFC RDCOLERR.&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;EM&gt;while(MEMIF_IDLE != Fls_GetStatus())&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;{&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; Fls_MainFunction();&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;}&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 10:27:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K148-FlexNVM-FTFC-RDCOLERR-Report/m-p/1486788#M16272</guid>
      <dc:creator>TerryDuPower</dc:creator>
      <dc:date>2022-07-08T10:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: S32K148 FlexNVM FTFC RDCOLERR Report</title>
      <link>https://community.nxp.com/t5/S32K/S32K148-FlexNVM-FTFC-RDCOLERR-Report/m-p/1487148#M16289</link>
      <description>&lt;P&gt;SO, how's about Erase function ? It's need to wait for Idle state also&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 02:50:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K148-FlexNVM-FTFC-RDCOLERR-Report/m-p/1487148#M16289</guid>
      <dc:creator>cuongnguyenphu</dc:creator>
      <dc:date>2022-07-11T02:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: S32K148 FlexNVM FTFC RDCOLERR Report</title>
      <link>https://community.nxp.com/t5/S32K/S32K148-FlexNVM-FTFC-RDCOLERR-Report/m-p/1487208#M16292</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TerryDuPower_0-1657518161642.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/186142iFCC7907BC6965142/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TerryDuPower_0-1657518161642.png" alt="TerryDuPower_0-1657518161642.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/195919"&gt;@cuongnguyenphu&lt;/a&gt;&amp;nbsp; Actually, I add both earse and write. It still get&amp;nbsp;FTFC RDCOLERR.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 05:44:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K148-FlexNVM-FTFC-RDCOLERR-Report/m-p/1487208#M16292</guid>
      <dc:creator>TerryDuPower</dc:creator>
      <dc:date>2022-07-11T05:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: S32K148 FlexNVM FTFC RDCOLERR Report</title>
      <link>https://community.nxp.com/t5/S32K/S32K148-FlexNVM-FTFC-RDCOLERR-Report/m-p/1488682#M16336</link>
      <description>&lt;P&gt;Can you remove the line:&amp;nbsp;for (idx =0; idx &amp;lt; (FBL_DATA_SIZE / FLS_WRITE_DOUBLE_WORD); idx++)&lt;BR /&gt;In my view, only 1 while loop is enough to write data to Fls sector, despite the data size of Data to be write into Fls.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cuongnguyenphu_1-1657705727260.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/186443i690B38EA20C3F818/image-size/medium?v=v2&amp;amp;px=400" role="button" title="cuongnguyenphu_1-1657705727260.png" alt="cuongnguyenphu_1-1657705727260.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 09:49:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K148-FlexNVM-FTFC-RDCOLERR-Report/m-p/1488682#M16336</guid>
      <dc:creator>cuongnguyenphu</dc:creator>
      <dc:date>2022-07-13T09:49:01Z</dc:date>
    </item>
  </channel>
</rss>

