<?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: S32K344- Interrupt based PWM generation in Model-Based Design Toolbox (MBDT)</title>
    <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S32K344-Interrupt-based-PWM-generation/m-p/1894368#M9255</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/199423"&gt;@dragostoma&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for the reply. Went through the example. My understanding from the example is that we have to feed one PWM as input and the second one generate based on the input PWM.&lt;/P&gt;&lt;P&gt;But here, both PWM has to genrate,v ie, no input signal.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, 10KHz PWM signal will generate and feed this to external circuit. The second PWM is 1KHz and the PWM will generate when 10KHz PWM rising edge and will stop on falling edge.&lt;/P&gt;&lt;P&gt;Is the given method will work for the same?&lt;/P&gt;&lt;P&gt;How the edges will detect internally?&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jun 2024 11:06:38 GMT</pubDate>
    <dc:creator>Er_AK</dc:creator>
    <dc:date>2024-06-26T11:06:38Z</dc:date>
    <item>
      <title>S32K344- Interrupt based PWM generation</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S32K344-Interrupt-based-PWM-generation/m-p/1893359#M9247</link>
      <description>&lt;P&gt;Requirement is like, want to generate two PWM signals and one PWM signal should start to generate other signal rising edge and stop at falling edge. To achieve this, Is any library or supported document available?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 06:30:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S32K344-Interrupt-based-PWM-generation/m-p/1893359#M9247</guid>
      <dc:creator>Er_AK</dc:creator>
      <dc:date>2024-06-25T06:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344- Interrupt based PWM generation</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S32K344-Interrupt-based-PWM-generation/m-p/1893574#M9250</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/228836"&gt;@Er_AK&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We appreciate your interest in the S32K3 Model-Based Design Toolbox.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I understand that you are trying to generate 2 PWM signals, where the first PWM signal starts at the rising edge and stops at the falling edge of the second PWM signal.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The latest version of toolbox (&lt;A href="https://community.nxp.com/t5/NXP-Model-Based-Design-Tools/NXP-Model-Based-Design-Toolbox-for-S32K3xx-version-1-5-0-Product/ta-p/1884943" target="_self"&gt;1.5.0&lt;/A&gt;) introduced support for the &lt;STRONG&gt;ICU&lt;/STRONG&gt; (Input Capture Unit) component,&amp;nbsp;and also a model example that you can use as a reference in your application -&amp;nbsp;&lt;STRONG&gt;s32k3xx_icu_signal_edge_detect_ebt&lt;/STRONG&gt;.&amp;nbsp;This model uses the &lt;STRONG&gt;Signal Edge Detect&lt;/STRONG&gt; operating mode and uses the SIUL2 module to detect edges of an input signal.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Now, to achieve your goal in your application, you should use &lt;STRONG&gt;eMIOS &lt;/STRONG&gt;(Enhanced Modular Input Output Subsystem) module which is highly suitable for generating PWM signals due to its flexibility and functionality designed specifically for such tasks. You can configure eMIOS to generate both of your required PWM signals with precise control over their parameters like frequency and duty cycle.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Moreover, &lt;STRONG&gt;SIUL2&lt;/STRONG&gt; (System Integration Unit Lite 2) can be used effectively for detecting edges (rising and falling) on the second PWM signal. Since SIUL2 is capable of configuring external interrupt lines based on specific edge detection, it can be set up to monitor the second PWM signal and generate interrupts when a rising or falling edge occurs.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I hope this will help you and be a starting point in reaching the goal of your application.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Dragos&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 10:23:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S32K344-Interrupt-based-PWM-generation/m-p/1893574#M9250</guid>
      <dc:creator>dragostoma</dc:creator>
      <dc:date>2024-06-25T10:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344- Interrupt based PWM generation</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S32K344-Interrupt-based-PWM-generation/m-p/1894368#M9255</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/199423"&gt;@dragostoma&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for the reply. Went through the example. My understanding from the example is that we have to feed one PWM as input and the second one generate based on the input PWM.&lt;/P&gt;&lt;P&gt;But here, both PWM has to genrate,v ie, no input signal.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, 10KHz PWM signal will generate and feed this to external circuit. The second PWM is 1KHz and the PWM will generate when 10KHz PWM rising edge and will stop on falling edge.&lt;/P&gt;&lt;P&gt;Is the given method will work for the same?&lt;/P&gt;&lt;P&gt;How the edges will detect internally?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 11:06:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S32K344-Interrupt-based-PWM-generation/m-p/1894368#M9255</guid>
      <dc:creator>Er_AK</dc:creator>
      <dc:date>2024-06-26T11:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344- Interrupt based PWM generation</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S32K344-Interrupt-based-PWM-generation/m-p/1914155#M9314</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/228836"&gt;@Er_AK&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;First of all, I apologize for the delayed response. You could find attached a possible solution for your application, which I will describe below:&lt;/P&gt;
&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;1.&lt;/STRONG&gt;&amp;nbsp;&lt;STRONG&gt;PWM channel 0&amp;nbsp;configuration&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;- configured based on&amp;nbsp;instance&amp;nbsp;&lt;STRONG&gt;eMIOS 0 channel 9&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;- has a default period set to&amp;nbsp;&lt;STRONG&gt;64000&amp;nbsp;&lt;/STRONG&gt;ticks;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dragostoma_0-1721649752441.png" style="width: 731px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/289701i0E055B12A344C7B9/image-dimensions/731x700?v=v2" width="731" height="700" role="button" title="dragostoma_0-1721649752441.png" alt="dragostoma_0-1721649752441.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;- based on the eMIOS instance, has assigned&amp;nbsp;&lt;STRONG&gt;PwmEmiosChannels_9&amp;nbsp;&lt;/STRONG&gt;configuration;&lt;/P&gt;
&lt;P&gt;- flag generation is set to&amp;nbsp;&lt;STRONG&gt;Both_Trailing_and_Leading_Edge&lt;/STRONG&gt;, meaning that the Interrupt Callback Notification will be triggered at each edge (rising and falling edge);&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dragostoma_1-1721649880882.png" style="width: 739px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/289703i1B44246607BEEEE2/image-dimensions/739x854?v=v2" width="739" height="854" role="button" title="dragostoma_1-1721649880882.png" alt="dragostoma_1-1721649880882.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;- configured based on&amp;nbsp;&lt;STRONG&gt;EmiosCommon_0&lt;/STRONG&gt;, which uses a clock divider value of &lt;STRONG&gt;125&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;- uses&amp;nbsp;&lt;STRONG&gt;EmiosMclMasterBus_0&lt;/STRONG&gt; (EMIOS_CH_23)&lt;STRONG&gt;,&amp;nbsp;&lt;/STRONG&gt;with a default period of&amp;nbsp;&lt;STRONG&gt;64000&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dragostoma_2-1721649948542.png" style="width: 744px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/289705i9B2DFF913D0947B0/image-dimensions/744x643?v=v2" width="744" height="643" role="button" title="dragostoma_2-1721649948542.png" alt="dragostoma_2-1721649948542.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;2.&lt;/STRONG&gt;&amp;nbsp;&lt;STRONG&gt;PWM channel 8&amp;nbsp;configuration&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;- configured based on&amp;nbsp;instance&amp;nbsp;&lt;STRONG&gt;eMIOS 2 channel 7&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;- has a default period set to&amp;nbsp;&lt;STRONG&gt;640&amp;nbsp;&lt;/STRONG&gt;ticks;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dragostoma_4-1721650133980.png" style="width: 740px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/289709i4837A919EBE91C69/image-dimensions/740x705?v=v2" width="740" height="705" role="button" title="dragostoma_4-1721650133980.png" alt="dragostoma_4-1721650133980.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;- based on the eMIOS instance, has assigned &lt;STRONG&gt;PwmEmiosChannels_7&lt;/STRONG&gt; configuration;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dragostoma_5-1721650298132.png" style="width: 745px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/289711i297383640B31B1D6/image-dimensions/745x851?v=v2" width="745" height="851" role="button" title="dragostoma_5-1721650298132.png" alt="dragostoma_5-1721650298132.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;- configured based on&amp;nbsp;&lt;STRONG&gt;EmiosCommon_2&lt;/STRONG&gt;, which uses a clock divider value of &lt;STRONG&gt;125&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;- uses&amp;nbsp;&lt;STRONG&gt;EmiosMclMasterBus_0&lt;/STRONG&gt; (EMIOS_CH_23)&lt;STRONG&gt;,&amp;nbsp;&lt;/STRONG&gt;with a default period of&amp;nbsp;&lt;STRONG&gt;640&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dragostoma_3-1721650000679.png" style="width: 746px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/289706i25867E951D3037FA/image-dimensions/746x636?v=v2" width="746" height="636" role="button" title="dragostoma_3-1721650000679.png" alt="dragostoma_3-1721650000679.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;3. Simulink application&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dragostoma_6-1721650550576.png" style="width: 747px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/289712i8D67C817B821D495/image-dimensions/747x267?v=v2" width="747" height="267" role="button" title="dragostoma_6-1721650550576.png" alt="dragostoma_6-1721650550576.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The Simulink application consists of:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;3.1.&lt;/STRONG&gt;&amp;nbsp;&lt;STRONG&gt;Initialize subsystem&lt;/STRONG&gt;&amp;nbsp;where the notifications are enabled for the PWM channels:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dragostoma_7-1721650609864.png" style="width: 636px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/289713iC29294336C1383EF/image-dimensions/636x283?v=v2" width="636" height="283" role="button" title="dragostoma_7-1721650609864.png" alt="dragostoma_7-1721650609864.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;3.2.&lt;/STRONG&gt;&amp;nbsp;&lt;STRONG&gt;Main application:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;- the &lt;STRONG&gt;PWM Channel 0&lt;/STRONG&gt; generates the signal based on the above configuration;&lt;/P&gt;
&lt;P&gt;- the &lt;STRONG&gt;edgeFlag&lt;/STRONG&gt; variable is initially set to &lt;STRONG&gt;0&lt;/STRONG&gt;, and its purpose is to detect the edge of the generated PWM;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;3.3. Hardware Interrupt Callback:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dragostoma_8-1721650873171.png" style="width: 680px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/289716iFC06F150C0BEC12B/image-dimensions/680x551?v=v2" width="680" height="551" role="button" title="dragostoma_8-1721650873171.png" alt="dragostoma_8-1721650873171.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;- the&amp;nbsp;&lt;STRONG&gt;RGBLED0_BLUE&amp;nbsp;&lt;/STRONG&gt;is toggling at each interrupt callback trigger, and its purpose is to follow the PWM signal;&lt;/P&gt;
&lt;P&gt;- when the&amp;nbsp;&lt;STRONG&gt;edgeFlag&amp;nbsp;&lt;/STRONG&gt;is set to&amp;nbsp;&lt;STRONG&gt;1&lt;/STRONG&gt;, a &lt;STRONG&gt;Rising Edge&lt;/STRONG&gt; is detected on the &lt;STRONG&gt;PWM Channel 0,&amp;nbsp;&lt;/STRONG&gt;and the &lt;STRONG&gt;PWM Channel 8&amp;nbsp;&lt;/STRONG&gt;starts to generate the signal based on the above configuration; the&amp;nbsp;&lt;STRONG&gt;edgeFlag&lt;/STRONG&gt; is set to &lt;STRONG&gt;0&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dragostoma_9-1721651100011.png" style="width: 751px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/289717i8C4D3A1C1CCE0CFE/image-dimensions/751x544?v=v2" width="751" height="544" role="button" title="dragostoma_9-1721651100011.png" alt="dragostoma_9-1721651100011.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;-&amp;nbsp;when the&amp;nbsp;&lt;STRONG&gt;edgeFlag&amp;nbsp;&lt;/STRONG&gt;is &lt;STRONG&gt;0&lt;/STRONG&gt;, a &lt;STRONG&gt;FallingEdge&lt;/STRONG&gt; was detected on the &lt;STRONG&gt;PWM Channel 0&amp;nbsp;&lt;/STRONG&gt;and the &lt;STRONG&gt;PWM Channel 8 &lt;/STRONG&gt;stops&amp;nbsp;the generation of the signal; the&amp;nbsp;&lt;STRONG&gt;edgeFlag&lt;/STRONG&gt;&amp;nbsp;is set to &lt;STRONG&gt;1&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dragostoma_10-1721651220169.png" style="width: 742px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/289718i98A5395500117A0A/image-dimensions/742x571?v=v2" width="742" height="571" role="button" title="dragostoma_10-1721651220169.png" alt="dragostoma_10-1721651220169.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;4. Connections&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;To be able to validate the results, you should connect the Logic Analyzer to the following pins:&lt;/P&gt;
&lt;P&gt;- &lt;STRONG&gt;PTA1&lt;/STRONG&gt;: PWM0 set to emios_0_ch_9_ch&lt;/P&gt;
&lt;P&gt;- &lt;STRONG&gt;PTD26&lt;/STRONG&gt;: PWM8 set to emios_2_ch_7_ch&lt;/P&gt;
&lt;P&gt;- &lt;STRONG&gt;PTA31&lt;/STRONG&gt;: RGBLED0_BLUE&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dragostoma_13-1721652016705.png" style="width: 748px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/289724iAF51DF3C4F379B2A/image-dimensions/748x893?v=v2" width="748" height="893" role="button" title="dragostoma_13-1721652016705.png" alt="dragostoma_13-1721652016705.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;5. Results&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Based on the above configuration, the PWM signals will be defined as follows:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dragostoma_12-1721651816784.png" style="width: 716px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/289723i2F6D2851A2004E03/image-dimensions/716x228?v=v2" width="716" height="228" role="button" title="dragostoma_12-1721651816784.png" alt="dragostoma_12-1721651816784.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="dragostoma_14-1721652147087.png" style="width: 932px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/289726iA9ECE4FD562DCF5F/image-dimensions/932x167?v=v2" width="932" height="167" role="button" title="dragostoma_14-1721652147087.png" alt="dragostoma_14-1721652147087.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="dragostoma_15-1721652162086.png" style="width: 944px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/289727iB9691AE035BDEADB/image-dimensions/944x169?v=v2" width="944" height="169" role="button" title="dragostoma_15-1721652162086.png" alt="dragostoma_15-1721652162086.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;6. Conclusion&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;The PWM Channel 0 will generate a PWM signal with a 20 Hz frequency. At each PWM Channel 0 edge change, the RGBLED0_BLUE is toggling, and based on a flag initially set to 0, the PWM edge that triggered the interrupt callback is determined. When a rising edge is detected, PWM Channel 8 starts to generate a PWM signal with a 2 kHz frequency. When a falling edge is detected, PWM Channel 8 stops to generate the PWM signal.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this application helps you achieve your goal.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Dragos&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 12:58:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S32K344-Interrupt-based-PWM-generation/m-p/1914155#M9314</guid>
      <dc:creator>dragostoma</dc:creator>
      <dc:date>2024-07-22T12:58:05Z</dc:date>
    </item>
  </channel>
</rss>

