<?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>S32KのトピックRe: eFlexPWM waveform generation issue</title>
    <link>https://community.nxp.com/t5/S32K/eFlexPWM-waveform-generation-issue/m-p/2324894#M57055</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I can recommend to start with available "FlexPWM_Pwm_Ip_Example_S32K396" RTD demo example. It show FlexPWM independent configuration on single submodule, but you can easily modify it to complementary functionality on several submodules. This is a setting I used to modify add submodules 0 and 1 to generate complimentary signals on its PWMA/PWMB outputs.&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 940px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/378085iBD4031C3D1CA6B8B/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 892px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/378086i3E764DA257282B7A/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.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="image.png" style="width: 957px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/378087i73F385A43324D6B6/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Below is respective output signals after&amp;nbsp;&lt;SPAN&gt;FlexPwm_Ip_Init is called&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 982px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/378088iBF262D074BFFB548/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.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="image.png" style="width: 941px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/378089i4C825D252503F020/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can add another pins and submodule and set it accordingly to submodule 1&lt;/P&gt;
&lt;P&gt;Hope it helps.&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
    <pubDate>Mon, 02 Mar 2026 08:51:16 GMT</pubDate>
    <dc:creator>PetrS</dc:creator>
    <dc:date>2026-03-02T08:51:16Z</dc:date>
    <item>
      <title>eFlexPWM waveform generation issue</title>
      <link>https://community.nxp.com/t5/S32K/eFlexPWM-waveform-generation-issue/m-p/2324574#M57041</link>
      <description>&lt;P&gt;I want to achieve 6-channel PWM complementary wave generation, but with the following configuration, even though all 6 pins on the chip are connected, there is no waveform output.&lt;BR /&gt;After enabling PWM, the output on the board is completely noise-free. Could you please help me identify where my problem lies? Thank you all very much.&lt;/P&gt;&lt;P&gt;I don't know why the images won't display. Let me first describe my configuration.&lt;/P&gt;&lt;P&gt;The PwmChannel has 3 sub-channels (0/1/2). The Clock Source Selection in the FlexPwmSubModules is all set to FLEXPWM_IP_CLKSOURCE_PERIPHERAL_CLK. Initialization Control Selection are MASTER_RELOAD, MASTER_SYNC, and MASTER_SYNC respectively. Reload Source Selection and Force Source Selection are both set to MASTER.&lt;/P&gt;&lt;P&gt;In each Sub, there is only the PWMA (Phase-Weighted Magnitude) and the edge-symmetric mode.&lt;/P&gt;&lt;P&gt;In each Sub, there is only PWMA (Phase-Weighted Magnitude) and the edge-symmetric mode. Channel Output in fault, stop, and debug modes is LOGIC_0. In the "FaultSettings", select all options from 0 to 3. The Fault Level of Fault0 to Fault3 is all at LOW.&lt;/P&gt;&lt;P&gt;Please help me figure out why no waves are generated at the chip area.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Feb 2026 02:59:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/eFlexPWM-waveform-generation-issue/m-p/2324574#M57041</guid>
      <dc:creator>xingyun</dc:creator>
      <dc:date>2026-02-28T02:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: eFlexPWM waveform generation issue</title>
      <link>https://community.nxp.com/t5/S32K/eFlexPWM-waveform-generation-issue/m-p/2324894#M57055</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I can recommend to start with available "FlexPWM_Pwm_Ip_Example_S32K396" RTD demo example. It show FlexPWM independent configuration on single submodule, but you can easily modify it to complementary functionality on several submodules. This is a setting I used to modify add submodules 0 and 1 to generate complimentary signals on its PWMA/PWMB outputs.&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 940px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/378085iBD4031C3D1CA6B8B/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 892px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/378086i3E764DA257282B7A/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.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="image.png" style="width: 957px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/378087i73F385A43324D6B6/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Below is respective output signals after&amp;nbsp;&lt;SPAN&gt;FlexPwm_Ip_Init is called&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 982px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/378088iBF262D074BFFB548/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.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="image.png" style="width: 941px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/378089i4C825D252503F020/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can add another pins and submodule and set it accordingly to submodule 1&lt;/P&gt;
&lt;P&gt;Hope it helps.&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2026 08:51:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/eFlexPWM-waveform-generation-issue/m-p/2324894#M57055</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2026-03-02T08:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: eFlexPWM waveform generation issue</title>
      <link>https://community.nxp.com/t5/S32K/eFlexPWM-waveform-generation-issue/m-p/2324916#M57056</link>
      <description>&lt;P&gt;Thank you very much for your reply. I am now able to send waves. However, there is still one issue at present. My Default Period is 16000, the clock CORE_CLK is 160 MHz, and it is in the edge-triggered mode. I wanted to obtain a PWM with a frequency of 10K, but what I actually got was 2.4KHz.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2026 09:25:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/eFlexPWM-waveform-generation-issue/m-p/2324916#M57056</guid>
      <dc:creator>xingyun</dc:creator>
      <dc:date>2026-03-02T09:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: eFlexPWM waveform generation issue</title>
      <link>https://community.nxp.com/t5/S32K/eFlexPWM-waveform-generation-issue/m-p/2324935#M57057</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I do not see issue here. With setting&amp;nbsp;&lt;/P&gt;
&lt;DIV id="tinyMceEditor_b4e9b901561a5PetrS_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="tinyMceEditorPetrS_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 02 Mar 2026 11:13:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/eFlexPWM-waveform-generation-issue/m-p/2324935#M57057</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2026-03-02T11:13:58Z</dc:date>
    </item>
  </channel>
</rss>

