<?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 S32K3xx Fls configuration example in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32K3xx-Fls-configuration-example/m-p/1665517#M23726</link>
    <description>&lt;P&gt;The C40_Ip_Example included in my NXP MCAL package is using some post-build configuration that isn't included in the package. I tried generating them myself using Tresos, but I've countered many issues. So, could someone provide me with an example configuration so I can use it as a base for my configuration?&lt;/P&gt;</description>
    <pubDate>Wed, 07 Jun 2023 22:13:03 GMT</pubDate>
    <dc:creator>mostafa_amgad</dc:creator>
    <dc:date>2023-06-07T22:13:03Z</dc:date>
    <item>
      <title>S32K3xx Fls configuration example</title>
      <link>https://community.nxp.com/t5/S32K/S32K3xx-Fls-configuration-example/m-p/1665517#M23726</link>
      <description>&lt;P&gt;The C40_Ip_Example included in my NXP MCAL package is using some post-build configuration that isn't included in the package. I tried generating them myself using Tresos, but I've countered many issues. So, could someone provide me with an example configuration so I can use it as a base for my configuration?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2023 22:13:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3xx-Fls-configuration-example/m-p/1665517#M23726</guid>
      <dc:creator>mostafa_amgad</dc:creator>
      <dc:date>2023-06-07T22:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3xx Fls configuration example</title>
      <link>https://community.nxp.com/t5/S32K/S32K3xx-Fls-configuration-example/m-p/1665668#M23727</link>
      <description>&lt;P&gt;I understand that you are facing issues with the C40_Ip_Example configuration in the NXP MCAL package. To help you with this, I will provide you with an example configuration that you can use as a base for your own configuration.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First, you need to ensure that you have the correct version of the MCAL package and Tresos Studio. The S32K3xx series MCAL package can be found in the following link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/S32K3xx-MCAL-package/ta-p/1220199" target="_blank"&gt;S32K3xx MCAL package&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Once you have the correct MCAL package, you can follow these steps to create a basic configuration:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Open Tresos Studio and create a new project.&lt;/LI&gt;&lt;LI&gt;Select the S32K3xx MCAL package as the base for your project.&lt;/LI&gt;&lt;LI&gt;Configure the modules according to your requirements. For example, enable the FLS module and configure the memory settings.&lt;/LI&gt;&lt;LI&gt;Generate the code and build the project.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a code snippet for the FLS module configuration:&lt;/P&gt;&lt;PRE&gt; &amp;lt;FLS&amp;gt;   &amp;lt;FLS_CONFIG&amp;gt;     &amp;lt;FLS_AC_LOAD_ON_JOB_START&amp;gt;STD_OFF&amp;lt;/FLS_AC_LOAD_ON_JOB_START&amp;gt;     &amp;lt;FLS_BASE_ADDRESS&amp;gt;0x00000000&amp;lt;/FLS_BASE_ADDRESS&amp;gt;     &amp;lt;FLS_DEV_ERROR_DETECT&amp;gt;STD_ON&amp;lt;/FLS_DEV_ERROR_DETECT&amp;gt;     &amp;lt;FLS_DRIVER_INDEX&amp;gt;0&amp;lt;/FLS_DRIVER_INDEX&amp;gt;     &amp;lt;FLS_ERASE_RAM_BUFFER_SIZE&amp;gt;8&amp;lt;/FLS_ERASE_RAM_BUFFER_SIZE&amp;gt;     &amp;lt;FLS_FLASH_BANK_CNT&amp;gt;1&amp;lt;/FLS_FLASH_BANK_CNT&amp;gt;     &amp;lt;FLS_FLASH_BANK0_BASE_ADDR&amp;gt;0x00000000&amp;lt;/FLS_FLASH_BANK0_BASE_ADDR&amp;gt;     &amp;lt;FLS_FLASH_BANK0_SECTOR_CNT&amp;gt;64&amp;lt;/FLS_FLASH_BANK0_SECTOR_CNT&amp;gt;     &amp;lt;FLS_FLASH_BANK0_SECTOR_SIZE&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 08 Jun 2023 00:43:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3xx-Fls-configuration-example/m-p/1665668#M23727</guid>
      <dc:creator>giraffe508</dc:creator>
      <dc:date>2023-06-08T00:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3xx Fls configuration example</title>
      <link>https://community.nxp.com/t5/S32K/S32K3xx-Fls-configuration-example/m-p/1668200#M23877</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;mostafa_amgad,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The C40_Ip_Example included in my NXP MCAL package is using some post-build configuration that isn't included in the package&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt; I don't think the post-build configuration will affect to any issue that related to the package, as an example. You can tell me the details of your settings and tools/enviroment you're using right now so i can reproduce it and i can help you more. Personally i think just because you install the wrong version of tools/enviroment.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I tried generating them myself using Tresos, but I've countered many issues. So, could someone provide me with an example configuration so I can use it as a base for my configuration?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt; There're examples for EB Tresos also, you can refer to it as a reference.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Sorry for this lately reply, please let me know if you have any further information.&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Nam.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 08:46:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3xx-Fls-configuration-example/m-p/1668200#M23877</guid>
      <dc:creator>NamLee</dc:creator>
      <dc:date>2023-06-13T08:46:35Z</dc:date>
    </item>
  </channel>
</rss>

