<?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: How to use Modified Combine PWM Mode in S32K</title>
    <link>https://community.nxp.com/t5/S32K/How-to-use-Modified-Combine-PWM-Mode/m-p/1439465#M14804</link>
    <description>&lt;P&gt;&lt;A href="mailto:Hi@zliu25" target="_blank"&gt;Hi@zliu25&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I don't know how you measure the CPU load, and secondly I don't know how to reduce the CPU load in your question.&lt;BR /&gt;I once used six PWM output channels and four input capture channels in a project, and I did not find the problem of high CPU load.&lt;/P&gt;
&lt;P&gt;BR!&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Jim,&lt;/P&gt;</description>
    <pubDate>Wed, 06 Apr 2022 07:02:39 GMT</pubDate>
    <dc:creator>Senlent</dc:creator>
    <dc:date>2022-04-06T07:02:39Z</dc:date>
    <item>
      <title>How to use Modified Combine PWM Mode</title>
      <link>https://community.nxp.com/t5/S32K/How-to-use-Modified-Combine-PWM-Mode/m-p/1437504#M14725</link>
      <description>&lt;P&gt;I have a requirement that need to generate PWM consecutively with varied duty and fixed period.&lt;/P&gt;&lt;P&gt;The "Modified Combine PWM Mode" referred in chapter 45.5.10 of datasheet as follows match my requirement exactly.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image (3).png" style="width: 835px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/175607iE21C93C3861210BB/image-size/large?v=v2&amp;amp;px=999" role="button" title="image (3).png" alt="image (3).png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV&gt;I have configurated the Modified Combine PWM Mode and generated codes in the S32 Design Studio, and called the function "FTM_DRV_UpdatePwmChannel()" to generate PWM with fixed duty in the oscilloscope.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;But I think there is no difference of PWM generation between use of&amp;nbsp; Modified Combine PWM Mode&amp;nbsp;and common-used Edge-Aligned PWM (EPWM) mode.&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Could you give me some tips or references about how to use&amp;nbsp;Modified Combine PWM Mode&amp;nbsp;to fill my requirement of PWM generation?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2022 07:44:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-use-Modified-Combine-PWM-Mode/m-p/1437504#M14725</guid>
      <dc:creator>zliu25</dc:creator>
      <dc:date>2022-04-01T07:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Modified Combine PWM Mode</title>
      <link>https://community.nxp.com/t5/S32K/How-to-use-Modified-Combine-PWM-Mode/m-p/1437913#M14739</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@zliu25" target="_blank"&gt;Hi@zliu25&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;please read the AN5303:&lt;A href="https://www.nxp.com/search?keyword=AN5303&amp;amp;start=0" target="_self"&gt;https://www.nxp.com/search?keyword=AN5303&amp;amp;start=0&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_0-1648872032665.png" style="width: 604px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/175692i05D6749767324A8D/image-dimensions/604x147?v=v2" width="604" height="147" role="button" title="Senlent_0-1648872032665.png" alt="Senlent_0-1648872032665.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and take a look at the Phase-shifted PWM,the chapter 3.4 Combine mode.&lt;/P&gt;
&lt;P&gt;BR!&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Jim,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Apr 2022 04:03:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-use-Modified-Combine-PWM-Mode/m-p/1437913#M14739</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2022-04-02T04:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Modified Combine PWM Mode</title>
      <link>https://community.nxp.com/t5/S32K/How-to-use-Modified-Combine-PWM-Mode/m-p/1439440#M14803</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for you reply.&lt;/P&gt;&lt;P&gt;I have perused the chapter 3.4 of reference: AN 5303 and related codes in the package.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In the chapter of Combine Mode, it use the combine mode to generate two channels PWM output with complementary mode. And I have followed the example to configurate the Combine Mode and generate PWM output successfully.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;(My purpose is to use "Modified Combine PWM Mode" to generated one channel PWM output with varied duty&amp;nbsp;consecutively.)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The frequency of PWM is 20KHz（20000Hz）in my project, this high frequency leads to high CPU load in the software.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you give me some ideas about the suitable method of generating PWM with lower&amp;nbsp;CPU load ？&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 06:39:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-use-Modified-Combine-PWM-Mode/m-p/1439440#M14803</guid>
      <dc:creator>zliu25</dc:creator>
      <dc:date>2022-04-06T06:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Modified Combine PWM Mode</title>
      <link>https://community.nxp.com/t5/S32K/How-to-use-Modified-Combine-PWM-Mode/m-p/1439465#M14804</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@zliu25" target="_blank"&gt;Hi@zliu25&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I don't know how you measure the CPU load, and secondly I don't know how to reduce the CPU load in your question.&lt;BR /&gt;I once used six PWM output channels and four input capture channels in a project, and I did not find the problem of high CPU load.&lt;/P&gt;
&lt;P&gt;BR!&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Jim,&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 07:02:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-use-Modified-Combine-PWM-Mode/m-p/1439465#M14804</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2022-04-06T07:02:39Z</dc:date>
    </item>
  </channel>
</rss>

