<?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: complementary pwm with dead-time in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/complementary-pwm-with-dead-time/m-p/1660426#M52802</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Dear Alice,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Thanks for your response please find the attachment for&amp;nbsp;&lt;SPAN&gt;MCUXpresso peripheral tool settings and also find my complete project file and confirm what is issue exactly to getting complementary PWM in my case.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 31 May 2023 05:48:04 GMT</pubDate>
    <dc:creator>mohit2904</dc:creator>
    <dc:date>2023-05-31T05:48:04Z</dc:date>
    <item>
      <title>complementary pwm with dead-time</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/complementary-pwm-with-dead-time/m-p/1658944#M52769</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to implement&amp;nbsp;complementary PWM with dead-time for UPS application.&lt;/P&gt;&lt;P&gt;But as you can find in attached image dead time is working but not getting complementary PWM with this.&lt;/P&gt;&lt;P&gt;I am attaching Source code Please check and support me to solve this issue.&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2023 06:56:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/complementary-pwm-with-dead-time/m-p/1658944#M52769</guid>
      <dc:creator>mohit2904</dc:creator>
      <dc:date>2023-05-29T06:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: complementary pwm with dead-time</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/complementary-pwm-with-dead-time/m-p/1659417#M52783</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/199298"&gt;@mohit2904&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How about use MCUXpresso peripheral tool to config&amp;nbsp;complementary PWM signals,&lt;/P&gt;
&lt;P&gt;then generate code, refer to the code:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1685415134080.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/225280iFC7DEEBE5F89A78F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1685415134080.png" alt="Alice_Yang_0-1685415134080.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If still can't work, how about send your whole project to me , I help to check on my side.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 05:33:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/complementary-pwm-with-dead-time/m-p/1659417#M52783</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2023-06-01T05:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: complementary pwm with dead-time</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/complementary-pwm-with-dead-time/m-p/1660426#M52802</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Dear Alice,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Thanks for your response please find the attachment for&amp;nbsp;&lt;SPAN&gt;MCUXpresso peripheral tool settings and also find my complete project file and confirm what is issue exactly to getting complementary PWM in my case.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 05:48:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/complementary-pwm-with-dead-time/m-p/1660426#M52802</guid>
      <dc:creator>mohit2904</dc:creator>
      <dc:date>2023-05-31T05:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: complementary pwm with dead-time</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/complementary-pwm-with-dead-time/m-p/1661683#M52824</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/199298"&gt;@mohit2904&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tested your project on my side, find the issue,&lt;/P&gt;
&lt;P&gt;Please change&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;/* SCTimer output 1 mask */&lt;BR /&gt;#define SCT0_OUTPUT_1 (1 &amp;lt;&amp;lt; kSCTIMER_Out_1)&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;to&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;/* SCTimer output 1 mask */&lt;BR /&gt;#define SCT0_OUTPUT_1 (&lt;FONT color="#FF0000"&gt;0&lt;/FONT&gt; &amp;lt;&amp;lt; kSCTIMER_Out_1)&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then it can work well, below is my test result:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1685609902561.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/225816iED1D4257E4CAE7ED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1685609902561.png" alt="Alice_Yang_0-1685609902561.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 08:58:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/complementary-pwm-with-dead-time/m-p/1661683#M52824</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2023-06-01T08:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: complementary pwm with dead-time</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/complementary-pwm-with-dead-time/m-p/1661724#M52827</link>
      <description>&lt;P&gt;Thank you @ Alice_Yang !!!&lt;/P&gt;&lt;P&gt;For your support it is working now after doing changes suggested by you...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 09:30:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/complementary-pwm-with-dead-time/m-p/1661724#M52827</guid>
      <dc:creator>mohit2904</dc:creator>
      <dc:date>2023-06-01T09:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: complementary pwm Rise time</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/complementary-pwm-with-dead-time/m-p/1675622#M53226</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/27788"&gt;@Alice_Yang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello Alice,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;We are using SCT0 to generate complementary PWM that we have done but we need to adjust rise time around 2 nsec in our case so please help us how we can change it.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 05:48:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/complementary-pwm-with-dead-time/m-p/1675622#M53226</guid>
      <dc:creator>mohit2904</dc:creator>
      <dc:date>2023-06-26T05:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: complementary pwm Rise time</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/complementary-pwm-with-dead-time/m-p/1675986#M53234</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/199298"&gt;@mohit2904&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This thread is too long, about your new question, please create a new case with more detail description,&lt;/P&gt;
&lt;P&gt;thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 11:24:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/complementary-pwm-with-dead-time/m-p/1675986#M53234</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2023-06-26T11:24:13Z</dc:date>
    </item>
  </channel>
</rss>

