<?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: What are the differences between FTFC and FTFM? in S32K</title>
    <link>https://community.nxp.com/t5/S32K/What-are-the-differences-between-FTFC-and-FTFM/m-p/1785503#M30445</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/210672"&gt;@reymor&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I hope you are doing well!&lt;/P&gt;
&lt;P&gt;Designing an application for shared used between different devices is not recommended.&lt;/P&gt;
&lt;P&gt;The flash memory modules are different implementations of the driver for the different&amp;nbsp;devices. The error you are showing is likely due to the differences in the devices. Could you please share some additional information on what packages and versions are being used?&lt;/P&gt;
&lt;P&gt;Just as a note, the SDK 3.x.x does not support S32K14xW MCU and the&amp;nbsp;SDK 4.x.x available in S32DS 3.4 does.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jan 2024 20:23:10 GMT</pubDate>
    <dc:creator>Julián_AragónM</dc:creator>
    <dc:date>2024-01-09T20:23:10Z</dc:date>
    <item>
      <title>What are the differences between FTFC and FTFM?</title>
      <link>https://community.nxp.com/t5/S32K/What-are-the-differences-between-FTFC-and-FTFM/m-p/1783655#M30280</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;We know that:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;FTFC is available for S32K1XX series&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;FTFM is available only for&amp;nbsp;S32K14xW series&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Apart from that, are there any functional differences?&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are using the emulated eeprom in both S32K144 and S32K144W and it seems that the same code &lt;SPAN&gt;snippet&amp;nbsp;&lt;/SPAN&gt;work in S32K144 and not in S32K144W. We use kind of&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;FLASH_DRV_EEEWrite(&amp;amp;flashSSDConfig, (uint32_t)(flashSSDConfig.EERAMBase), size, data)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After that, we saw that&amp;nbsp;&lt;SPAN&gt;&lt;SPAN class=""&gt;EERAMBase address has the right data.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The error occurs at the moment that we are trying to retrive the information from&amp;nbsp;&lt;SPAN&gt;&lt;SPAN class=""&gt;EERAMBase address.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;This code works in S32K144 but not in S32K144W in which it arises an exception.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;uint8_t * src=(uint8_t *) flashSSDConfig.EERAMBase;

for (i = 0; i &amp;lt; n; i++) {
  dst[i] = src[i];
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, if we change `uint8_t` to `uint32_t` it works.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are not sure if we need to read this with aligment to 32bits in FTFM.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 10:55:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/What-are-the-differences-between-FTFC-and-FTFM/m-p/1783655#M30280</guid>
      <dc:creator>reymor</dc:creator>
      <dc:date>2024-01-05T10:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: What are the differences between FTFC and FTFM?</title>
      <link>https://community.nxp.com/t5/S32K/What-are-the-differences-between-FTFC-and-FTFM/m-p/1785503#M30445</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/210672"&gt;@reymor&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I hope you are doing well!&lt;/P&gt;
&lt;P&gt;Designing an application for shared used between different devices is not recommended.&lt;/P&gt;
&lt;P&gt;The flash memory modules are different implementations of the driver for the different&amp;nbsp;devices. The error you are showing is likely due to the differences in the devices. Could you please share some additional information on what packages and versions are being used?&lt;/P&gt;
&lt;P&gt;Just as a note, the SDK 3.x.x does not support S32K14xW MCU and the&amp;nbsp;SDK 4.x.x available in S32DS 3.4 does.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 20:23:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/What-are-the-differences-between-FTFC-and-FTFM/m-p/1785503#M30445</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2024-01-09T20:23:10Z</dc:date>
    </item>
    <item>
      <title>回复： What are the differences between FTFC and FTFM?</title>
      <link>https://community.nxp.com/t5/S32K/What-are-the-differences-between-FTFC-and-FTFM/m-p/1785931#M30473</link>
      <description>&lt;P&gt;W系列，是4字节对齐。&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 09:16:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/What-are-the-differences-between-FTFC-and-FTFM/m-p/1785931#M30473</guid>
      <dc:creator>346500452</dc:creator>
      <dc:date>2024-01-10T09:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: What are the differences between FTFC and FTFM?</title>
      <link>https://community.nxp.com/t5/S32K/What-are-the-differences-between-FTFC-and-FTFM/m-p/1785935#M30474</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200831"&gt;@Julián_AragónM&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for you answer. For&amp;nbsp; S32K144W we are using S32DS3.3 with&amp;nbsp;RTM_4.0.1&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 09:19:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/What-are-the-differences-between-FTFC-and-FTFM/m-p/1785935#M30474</guid>
      <dc:creator>reymor</dc:creator>
      <dc:date>2024-01-10T09:19:57Z</dc:date>
    </item>
  </channel>
</rss>

