<?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: integrating FEE in Simulink in Model-Based Design Toolbox (MBDT)</title>
    <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/integrating-FEE-in-Simulink/m-p/2152338#M10393</link>
    <description>&lt;P&gt;Hello NXP MBDT Team,&lt;/P&gt;&lt;P&gt;Now i am able to build the model after integrating the FEE, but now the code execution is get stuck in do .... while loop because of the status return from&amp;nbsp;Fee_GetStatus is&amp;nbsp;MEMIF_UNINIT.&lt;/P&gt;&lt;P&gt;do&lt;BR /&gt;{&lt;BR /&gt;Fee_MainFunction();&lt;BR /&gt;MemAcc_MainFunction();&lt;BR /&gt;status = Fee_GetStatus();&lt;BR /&gt;} while (status != MEMIF_IDLE);&lt;/P&gt;&lt;P&gt;here is my config .mex file with model. can you please help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Aug 2025 11:37:01 GMT</pubDate>
    <dc:creator>KaleRushikesh</dc:creator>
    <dc:date>2025-08-14T11:37:01Z</dc:date>
    <item>
      <title>integrating FEE in Simulink</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/integrating-FEE-in-Simulink/m-p/2148772#M10383</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Hello NXP MBDT team,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I want to use FEE in Simulink with MBDT 1.5, but there are no FEE-related library blocks available in MBDT 1.5.&lt;BR /&gt;Therefore, I plan to call the FEE APIs from a MATLAB Function block.&lt;/P&gt;&lt;P&gt;After configuring &lt;STRONG&gt;FEE&lt;/STRONG&gt;, &lt;STRONG&gt;Mem_43_INFLS&lt;/STRONG&gt;, and &lt;STRONG&gt;MemAcc&lt;/STRONG&gt;, I tried to build a model with just one Digital Input read block. However, I encountered the following error:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;"MemIf_Types.h" is missing&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;If I manually create a new folder in my project, place MemIf_Types.h inside it, and then add the folder path in &lt;STRONG&gt;Model Settings → Custom Code → Include Directories&lt;/STRONG&gt;, the error for MemIf_Types.h is resolved.&lt;BR /&gt;But then, new errors appear for other header files which already exist in the &lt;STRONG&gt;RTD&lt;/STRONG&gt; or &lt;STRONG&gt;generated&lt;/STRONG&gt; folders.&lt;/P&gt;&lt;P&gt;Can anyone please help?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2025 01:24:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/integrating-FEE-in-Simulink/m-p/2148772#M10383</guid>
      <dc:creator>KaleRushikesh</dc:creator>
      <dc:date>2025-08-08T01:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: integrating FEE in Simulink</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/integrating-FEE-in-Simulink/m-p/2148969#M10384</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/253372"&gt;@KaleRushikesh&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for your interest into Model-Based Design Toolbox for S32K3.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Support for the FEE, Mem_43_INFLS, and MemAcc components has been introduced in the S32K3 1.6.0 release.&lt;/STRONG&gt; We strongly recommend using this version of the toolbox, as it provides ready-to-use Simulink blocks and simplifies the setup process compared to implementing custom code.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;However, if migrating to the latest version is not feasible at the moment, we suggest reviewing the following thread (&lt;A href="https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/MBDT-flash-nvm-write-freezes-program-S32K3xx/m-p/1773998#M8717" target="_blank" rel="noopener"&gt;&lt;EM&gt;&lt;STRONG&gt;MBDT flash / nvm write freezes program S32K3xx&lt;/STRONG&gt;&lt;/EM&gt;&lt;/A&gt;) for guidance on properly configuring the FEE component. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please keep us informed about your progress.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Dragos&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2025 07:25:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/integrating-FEE-in-Simulink/m-p/2148969#M10384</guid>
      <dc:creator>dragostoma</dc:creator>
      <dc:date>2025-08-08T07:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: integrating FEE in Simulink</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/integrating-FEE-in-Simulink/m-p/2149724#M10388</link>
      <description>Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/199423"&gt;@dragostoma&lt;/a&gt;,&lt;BR /&gt;Thank you for your replay. But i am not able to build the model attached with MBDT flash / nvm write freezes program S32K3xx.&lt;BR /&gt;Also this model is only using Mem_43_INFLS API's(it is dealing with flash), Actual Fee algorithm is not used.&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Aug 2025 05:07:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/integrating-FEE-in-Simulink/m-p/2149724#M10388</guid>
      <dc:creator>KaleRushikesh</dc:creator>
      <dc:date>2025-08-11T05:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: integrating FEE in Simulink</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/integrating-FEE-in-Simulink/m-p/2152338#M10393</link>
      <description>&lt;P&gt;Hello NXP MBDT Team,&lt;/P&gt;&lt;P&gt;Now i am able to build the model after integrating the FEE, but now the code execution is get stuck in do .... while loop because of the status return from&amp;nbsp;Fee_GetStatus is&amp;nbsp;MEMIF_UNINIT.&lt;/P&gt;&lt;P&gt;do&lt;BR /&gt;{&lt;BR /&gt;Fee_MainFunction();&lt;BR /&gt;MemAcc_MainFunction();&lt;BR /&gt;status = Fee_GetStatus();&lt;BR /&gt;} while (status != MEMIF_IDLE);&lt;/P&gt;&lt;P&gt;here is my config .mex file with model. can you please help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2025 11:37:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/integrating-FEE-in-Simulink/m-p/2152338#M10393</guid>
      <dc:creator>KaleRushikesh</dc:creator>
      <dc:date>2025-08-14T11:37:01Z</dc:date>
    </item>
  </channel>
</rss>

