<?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: About eTPU Resolver Extrapolated Channel Trigger on S32K396 in S32K</title>
    <link>https://community.nxp.com/t5/S32K/About-eTPU-Resolver-Extrapolated-Channel-Trigger-on-S32K396/m-p/2376499#M59009</link>
    <description>&lt;P&gt;Hello Li Zhe,&lt;/P&gt;
&lt;P&gt;It depends on your application. I believe that you will control the motor. So you need to trigger the extrapolation in the same time as you are measuring the motor current to have all data necessary for motor control algorithm in the same time (phase currents, Udcbus, position and speed of the motor).&lt;/P&gt;
&lt;P&gt;We are using the same trigger as we are using for the BCTU/SARADC phase current measurement for the extrapolation in our motor control. It is generated by the FlexPWM. And routed through LCU and TRGMUX to the eTPU. The LCU is there to do the trigger pulse longer to be visible by the eTPU logic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can check the configuration in the S32K396 Single motor control kit SW.&lt;A href="https://www.nxp.com/design/design-center/development-boards-and-designs/MCSPTR2AK396" target="_blank"&gt;S32K396 BLDC/PMSM Motor Control Development Kit | NXP Semiconductors&lt;/A&gt;. The code is using the RTD low level driver but the eTPU configuration is closly the same.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Tomas.&lt;/P&gt;</description>
    <pubDate>Thu, 04 Jun 2026 06:58:34 GMT</pubDate>
    <dc:creator>TomasKulig</dc:creator>
    <dc:date>2026-06-04T06:58:34Z</dc:date>
    <item>
      <title>About eTPU Resolver Extrapolated Channel Trigger on S32K396</title>
      <link>https://community.nxp.com/t5/S32K/About-eTPU-Resolver-Extrapolated-Channel-Trigger-on-S32K396/m-p/2375731#M58991</link>
      <description>&lt;P&gt;Hi.I am using EB to configure the eTPU Resolver on the S32K396.&lt;BR /&gt;Currently, I encounter an issue when calling Etpu_Resolver_Ip_GetExtrapolatedOutputs(&amp;amp;Etpu_Resolver_Ip_Instance_I0, &amp;amp;pResolverOutputsExtrapolated);—the extrapolated output values are always zero.&lt;/P&gt;&lt;P&gt;From the code, I noticed that the Extrapolated channel is configured as &lt;STRONG&gt;rising-edge triggered&lt;/STRONG&gt;, but in the demo project I cannot find where or how this trigger actually occurs, nor which configuration enables it.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="li_0-1780480443788.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/387681i7C978D3A3080A305/image-size/medium?v=v2&amp;amp;px=400" role="button" title="li_0-1780480443788.png" alt="li_0-1780480443788.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Additionally, the manual states that the Extrapolated thread can be triggered in three ways.&lt;BR /&gt;I tried the first method (Host Service Request) by calling Etpu_Resolver_Ip_Sample(&amp;amp;Etpu_Resolver_Ip_Instance_I0);&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;inside the &lt;STRONG&gt;ATO Notification (on ATO Update 2nd)&lt;/STRONG&gt; callback. This indeed triggers the Extrapolated channel, and I can then read valid data using the function above. However, I am not sure if this is the correct or intended approach.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For reference, I configured the project based on &lt;STRONG&gt;S32K3_ETPU_SW_4.7_2.0.0_CD04_D2502_MotorControlExample&lt;/STRONG&gt; in EB. My environment details are:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;RTD version: &lt;STRONG&gt;SW32K3_S32M27x_RTD_R21-11_5.0.0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;eTPU version: &lt;STRONG&gt;S32K3_ETPU_SW_4.7_2.0.0_CD04&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Compiler: &lt;STRONG&gt;GHS&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;Could you please help clarify how the Extrapolated channel is supposed to be triggered in this configuration, and whether my current method aligns with the intended design,Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2026 10:01:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/About-eTPU-Resolver-Extrapolated-Channel-Trigger-on-S32K396/m-p/2375731#M58991</guid>
      <dc:creator>小小灬li</dc:creator>
      <dc:date>2026-06-03T10:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: About eTPU Resolver Extrapolated Channel Trigger on S32K396</title>
      <link>https://community.nxp.com/t5/S32K/About-eTPU-Resolver-Extrapolated-Channel-Trigger-on-S32K396/m-p/2376499#M59009</link>
      <description>&lt;P&gt;Hello Li Zhe,&lt;/P&gt;
&lt;P&gt;It depends on your application. I believe that you will control the motor. So you need to trigger the extrapolation in the same time as you are measuring the motor current to have all data necessary for motor control algorithm in the same time (phase currents, Udcbus, position and speed of the motor).&lt;/P&gt;
&lt;P&gt;We are using the same trigger as we are using for the BCTU/SARADC phase current measurement for the extrapolation in our motor control. It is generated by the FlexPWM. And routed through LCU and TRGMUX to the eTPU. The LCU is there to do the trigger pulse longer to be visible by the eTPU logic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can check the configuration in the S32K396 Single motor control kit SW.&lt;A href="https://www.nxp.com/design/design-center/development-boards-and-designs/MCSPTR2AK396" target="_blank"&gt;S32K396 BLDC/PMSM Motor Control Development Kit | NXP Semiconductors&lt;/A&gt;. The code is using the RTD low level driver but the eTPU configuration is closly the same.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Tomas.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2026 06:58:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/About-eTPU-Resolver-Extrapolated-Channel-Trigger-on-S32K396/m-p/2376499#M59009</guid>
      <dc:creator>TomasKulig</dc:creator>
      <dc:date>2026-06-04T06:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: About eTPU Resolver Extrapolated Channel Trigger on S32K396</title>
      <link>https://community.nxp.com/t5/S32K/About-eTPU-Resolver-Extrapolated-Channel-Trigger-on-S32K396/m-p/2376503#M59010</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TomasKulig_0-1780556414839.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/387825iA5829843519F2B40/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TomasKulig_0-1780556414839.png" alt="TomasKulig_0-1780556414839.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TomasKulig_1-1780556469542.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/387827i17103390F81BDB8D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TomasKulig_1-1780556469542.png" alt="TomasKulig_1-1780556469542.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2026 07:01:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/About-eTPU-Resolver-Extrapolated-Channel-Trigger-on-S32K396/m-p/2376503#M59010</guid>
      <dc:creator>TomasKulig</dc:creator>
      <dc:date>2026-06-04T07:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: About eTPU Resolver Extrapolated Channel Trigger on S32K396</title>
      <link>https://community.nxp.com/t5/S32K/About-eTPU-Resolver-Extrapolated-Channel-Trigger-on-S32K396/m-p/2376583#M59012</link>
      <description>&lt;P&gt;Thank you for your previous response. I would like to follow up with an additional question regarding the triggering of the eTPU Resolver Extrapolated.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In my current setup, the PWM trigger signal is first routed to the LCU through TRGMUX. The LCU applies the required delay, and then its output is routed—again through TRGMUX—to both an external IO pin and the eTPU Extrapolated channel.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;On the oscilloscope, I can clearly observe the expected signal on the IO pin. However, the eTPU Extrapolated channel still does &lt;STRONG&gt;not&lt;/STRONG&gt; get triggered.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Could you please advise what might cause this issue. Is there any additional configuration required for the Extrapolated channel to accept trigger signals from the LCU via TRGMUX.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The two images below show the Resolver channel configuration in EB and the corresponding peripheral initialization code in my project.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="li_0-1780559921816.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/387865iE098F80F82107CC7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="li_0-1780559921816.png" alt="li_0-1780559921816.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="li_1-1780560009010.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/387867i662A55F8C792C4F0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="li_1-1780560009010.png" alt="li_1-1780560009010.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2026 08:05:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/About-eTPU-Resolver-Extrapolated-Channel-Trigger-on-S32K396/m-p/2376583#M59012</guid>
      <dc:creator>小小灬li</dc:creator>
      <dc:date>2026-06-04T08:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: About eTPU Resolver Extrapolated Channel Trigger on S32K396</title>
      <link>https://community.nxp.com/t5/S32K/About-eTPU-Resolver-Extrapolated-Channel-Trigger-on-S32K396/m-p/2376594#M59014</link>
      <description>&lt;P&gt;i believe that you are properly routing the LCU output to the eTPU channel A7 in the TRGMUX_APP. I think you are missed the IMCR configuration for the eTPU channel A7&lt;/P&gt;
&lt;DIV style="background-color: #ffffff; padding: 0px 0px 0px 2px;"&gt;
&lt;DIV style="color: #000000; background-color: #ffffff; font-family: 'Courier New'; font-size: 10pt; white-space: pre;"&gt;
&lt;P style="margin: 0;"&gt;&lt;SPAN&gt;/* Assign eTPU input from TRGMUX */&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;SPAN&gt; Siul2_Port_Ip_SetInputBuffer(NULL_PTR, 0U, 1, 458, 4U);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TomasKulig_0-1780560858123.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/387870i35354AE832133F1C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TomasKulig_0-1780560858123.png" alt="TomasKulig_0-1780560858123.png" /&gt;&lt;/span&gt;
&lt;P&gt;This configuration is mentioned in the TRGMUX spreadsheet by note for the orange labeled cells:&lt;/P&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TomasKulig_1-1780560947594.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/387871i640C8A2EB98B2FE8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TomasKulig_1-1780560947594.png" alt="TomasKulig_1-1780560947594.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 04 Jun 2026 08:15:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/About-eTPU-Resolver-Extrapolated-Channel-Trigger-on-S32K396/m-p/2376594#M59014</guid>
      <dc:creator>TomasKulig</dc:creator>
      <dc:date>2026-06-04T08:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: About eTPU Resolver Extrapolated Channel Trigger on S32K396</title>
      <link>https://community.nxp.com/t5/S32K/About-eTPU-Resolver-Extrapolated-Channel-Trigger-on-S32K396/m-p/2376657#M59021</link>
      <description>&lt;P&gt;I previously configured this register, and after replacing my earlier configuration with the function you provided, the eTPU is still not being triggered.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="li_0-1780564484839.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/387886i13B3A688E6216278/image-size/medium?v=v2&amp;amp;px=400" role="button" title="li_0-1780564484839.png" alt="li_0-1780564484839.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;As shown in the figure below, the trigger signal has a pulse width of 8.4 µs.&lt;/SPAN&gt;&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="li_1-1780564504314.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/387887iBF34071407DE9493/image-size/medium?v=v2&amp;amp;px=400" role="button" title="li_1-1780564504314.png" alt="li_1-1780564504314.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is my EB configuration where LCU0_LC0_OUT1 is routed to eTPU A7 channel.&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="li_2-1780564560083.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/387888iF8DA28EF3A9197ED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="li_2-1780564560083.png" alt="li_2-1780564560083.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is the TRGMUX configuration I observed in the debugger.&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="li_3-1780564572233.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/387889iFDA7EED14BE7E385/image-size/medium?v=v2&amp;amp;px=400" role="button" title="li_3-1780564572233.png" alt="li_3-1780564572233.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2026 09:17:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/About-eTPU-Resolver-Extrapolated-Channel-Trigger-on-S32K396/m-p/2376657#M59021</guid>
      <dc:creator>小小灬li</dc:creator>
      <dc:date>2026-06-04T09:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: About eTPU Resolver Extrapolated Channel Trigger on S32K396</title>
      <link>https://community.nxp.com/t5/S32K/About-eTPU-Resolver-Extrapolated-Channel-Trigger-on-S32K396/m-p/2376756#M59023</link>
      <description>&lt;P&gt;In addition, based on the same project setup, I added a test in the ATO Notification (on ATO Update 2nd) function to manually write the HSR of the Extrapolated channel. This works correctly. The following image shows the function I added in the interrupt callback.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="li_0-1780566232449.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/387898i48C9C4CED4FFED31/image-size/medium?v=v2&amp;amp;px=400" role="button" title="li_0-1780566232449.png" alt="li_0-1780566232449.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The following image shows the Extrapolated data that I can observe in the debugger.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="li_1-1780566260318.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/387899iEE13BFDC2C903B4C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="li_1-1780566260318.png" alt="li_1-1780566260318.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If I comment out the call to &lt;FONT color="#FF0000"&gt;Etpu_Resolver_Ip_Sample(&amp;amp;Etpu_Resolver_Ip_Instance_I0)&lt;/FONT&gt;;, I observe the following state in the debugger, where all Extrapolated values &lt;FONT color="#FF0000"&gt;remain zero&lt;/FONT&gt;.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="li_2-1780566331333.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/387900iA06061E57E335815/image-size/medium?v=v2&amp;amp;px=400" role="button" title="li_2-1780566331333.png" alt="li_2-1780566331333.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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2026 09:46:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/About-eTPU-Resolver-Extrapolated-Channel-Trigger-on-S32K396/m-p/2376756#M59023</guid>
      <dc:creator>小小灬li</dc:creator>
      <dc:date>2026-06-04T09:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: About eTPU Resolver Extrapolated Channel Trigger on S32K396</title>
      <link>https://community.nxp.com/t5/S32K/About-eTPU-Resolver-Extrapolated-Channel-Trigger-on-S32K396/m-p/2376759#M59024</link>
      <description>&lt;P&gt;can you share with me the elf file, please?&lt;/P&gt;
&lt;P&gt;When using the Design studio for the compilation can you share the whole project please?&lt;/P&gt;
&lt;P&gt;Thnak you,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Tomas.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2026 09:49:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/About-eTPU-Resolver-Extrapolated-Channel-Trigger-on-S32K396/m-p/2376759#M59024</guid>
      <dc:creator>TomasKulig</dc:creator>
      <dc:date>2026-06-04T09:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: About eTPU Resolver Extrapolated Channel Trigger on S32K396</title>
      <link>https://community.nxp.com/t5/S32K/About-eTPU-Resolver-Extrapolated-Channel-Trigger-on-S32K396/m-p/2376761#M59025</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Yes, please give me your email address.&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 04 Jun 2026 09:54:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/About-eTPU-Resolver-Extrapolated-Channel-Trigger-on-S32K396/m-p/2376761#M59025</guid>
      <dc:creator>小小灬li</dc:creator>
      <dc:date>2026-06-04T09:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: About eTPU Resolver Extrapolated Channel Trigger on S32K396</title>
      <link>https://community.nxp.com/t5/S32K/About-eTPU-Resolver-Extrapolated-Channel-Trigger-on-S32K396/m-p/2377357#M59058</link>
      <description>&lt;P&gt;Hello Li Zhe,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have just found the last piece of puzzle. We are missed to configure the input glitch filter for the eTPUA CH 7. i think there is not the RTD/MCAL driver for it so you can use the code below and it will work also on your side.&lt;/P&gt;
&lt;DIV style="background-color: #ffffff; padding: 0px 0px 0px 2px;"&gt;
&lt;DIV style="color: #000000; background-color: #ffffff; font-family: 'Courier New'; font-size: 10pt; white-space: pre;"&gt;
&lt;P style="margin: 0;"&gt;&lt;SPAN&gt;/* Configure the IGF fort the extrapolation trigger signal routed to the eTPU */&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;SPAN&gt;void&lt;/SPAN&gt; &lt;SPAN&gt;IGF_Init&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;void&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;SPAN&gt; IP_IGF-&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;MCR&lt;/SPAN&gt;&lt;SPAN&gt;[8].&lt;/SPAN&gt;&lt;SPAN&gt;MCR&lt;/SPAN&gt;&lt;SPAN&gt; = IP_IGF-&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;MCR&lt;/SPAN&gt;&lt;SPAN&gt;[8].&lt;/SPAN&gt;&lt;SPAN&gt;MCR&lt;/SPAN&gt;&lt;SPAN&gt;|IGF_MCR_FGEN(1); &lt;/SPAN&gt;&lt;SPAN&gt;// Only enable the filter in bypass mode to enable signal pass from the pad to eTPU channel input&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Tomas.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2026 08:57:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/About-eTPU-Resolver-Extrapolated-Channel-Trigger-on-S32K396/m-p/2377357#M59058</guid>
      <dc:creator>TomasKulig</dc:creator>
      <dc:date>2026-06-05T08:57:37Z</dc:date>
    </item>
  </channel>
</rss>

