<?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 SENT Protocol Support in S32K3 MBDT in Model-Based Design Toolbox (MBDT)</title>
    <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/SENT-Protocol-Support-in-S32K3-MBDT/m-p/1775025#M8722</link>
    <description>&lt;P&gt;Is there support for decoding SENT protocol within S32K3 MBDT via FlexIO? I know FlexIO on S32K3 supports this, but I didn't see anything in the MBDT library.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Dec 2023 18:40:43 GMT</pubDate>
    <dc:creator>Deskwork4130</dc:creator>
    <dc:date>2023-12-14T18:40:43Z</dc:date>
    <item>
      <title>SENT Protocol Support in S32K3 MBDT</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/SENT-Protocol-Support-in-S32K3-MBDT/m-p/1775025#M8722</link>
      <description>&lt;P&gt;Is there support for decoding SENT protocol within S32K3 MBDT via FlexIO? I know FlexIO on S32K3 supports this, but I didn't see anything in the MBDT library.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 18:40:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/SENT-Protocol-Support-in-S32K3-MBDT/m-p/1775025#M8722</guid>
      <dc:creator>Deskwork4130</dc:creator>
      <dc:date>2023-12-14T18:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: SENT Protocol Support in S32K3 MBDT</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/SENT-Protocol-Support-in-S32K3-MBDT/m-p/1783542#M8737</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/227073"&gt;@Deskwork4130&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Currently, the &lt;SPAN&gt;Model-Based Design Toolbox (MBDT)&amp;nbsp;&lt;/SPAN&gt;for S32K3xx does not include support for the Sent&amp;nbsp; component but we will take it into consideration for our future planning, however, taking into consideration that we include the entire RTD drivers package, you can still use the component in our toolbox:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;You first need to add and configure the &lt;STRONG&gt;Sent&lt;/STRONG&gt; component in the external configuration tool.&lt;/LI&gt;
&lt;LI&gt;Now that the configuration of the component is completed, call its API functions for implementing your application, you could start by using the&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;C&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;ustom Code&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;blocks provided by Simulink:&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="georgevictor_3-1704444767749.png" style="width: 420px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/256846i81773FDBC99D4AA8/image-dimensions/420x277?v=v2" width="420" height="277" role="button" title="georgevictor_3-1704444767749.png" alt="georgevictor_3-1704444767749.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;UL&gt;
&lt;LI&gt;Please note that you will also need to include the header files for the component to be able to use specific functions, for this, use the &lt;STRONG&gt;Model Header&lt;/STRONG&gt; block.&lt;/LI&gt;
&lt;LI&gt;The &lt;STRONG&gt;System Outputs&lt;/STRONG&gt; block is used to insert C code in a specific section or subsystem of the application. The&amp;nbsp;&lt;STRONG&gt;System Initialize&lt;/STRONG&gt; adds the code inside the Initialization section of the model step, as the blocks used inside the Initialization subsystem, which are executed only one at startup.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Also, you will need to call the component initialization API. For this use our &lt;STRONG&gt;Board initialization &lt;/STRONG&gt;feature:&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="georgevictor_2-1704444651702.png" style="width: 503px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/256845i294452791C05AB0D/image-dimensions/503x232?v=v2" width="503" height="232" role="button" title="georgevictor_2-1704444651702.png" alt="georgevictor_2-1704444651702.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Moreover, you have a good example for your use in &lt;STRONG&gt;s32k3xx_isr_custom_code_ebt&lt;/STRONG&gt;, where the ICU component is used with custom code.&lt;/P&gt;
&lt;P data-unlink="true"&gt;You can also check the following topic&amp;nbsp;&lt;A href="https://community.nxp.com/t5/NXP-Model-Based-Design-Tools/How-to-use-your-own-C-code-in-our-Toolbox-Battery-Management/ta-p/1119004" target="_self"&gt;How to use your own C code in our Toolbox (Battery Management System example)&lt;/A&gt;.&amp;nbsp;Here you will find an additional method of using custom code inside our toolbox.&lt;/P&gt;
&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;Best regards,&lt;/P&gt;
&lt;P data-unlink="true"&gt;Victor&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 08:57:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/SENT-Protocol-Support-in-S32K3-MBDT/m-p/1783542#M8737</guid>
      <dc:creator>georgevictor</dc:creator>
      <dc:date>2024-01-05T08:57:32Z</dc:date>
    </item>
  </channel>
</rss>

