<?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>LPC MicrocontrollersのトピックRe: 6 PWM Output</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/6-PWM-Output/m-p/1810574#M55451</link>
    <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/126459"&gt;@riteshpanchal00&lt;/a&gt;&amp;nbsp;I'm way late to this conversation, but I just solved this - without the Peripherals configuration tool, unfortunately - and in case anyone else runs across this thread, here's where I provided a working project for this same problem. &amp;nbsp;It's on an LPC832, but the code should work pretty similarly.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/LPC-Microcontrollers/6-max-PWMs-on-LPC832-working-project/m-p/1810562#M55450" target="_blank"&gt;https://community.nxp.com/t5/LPC-Microcontrollers/6-max-PWMs-on-LPC832-working-project/m-p/1810562#M55450&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Feb 2024 05:45:11 GMT</pubDate>
    <dc:creator>aaronm</dc:creator>
    <dc:date>2024-02-19T05:45:11Z</dc:date>
    <item>
      <title>6 PWM Output</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/6-PWM-Output/m-p/1002375#M39374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using LPCXpresso845MAX board for testing my application.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I required 6 PWM outputs (3 complimentary pairs of PWM).&amp;nbsp;&lt;/P&gt;&lt;P&gt;I refereed 'AN11538_SCTimer_PWM_Cookbook v5.0.pdf' and i came to know that i can use SCTimer to generate complementary PWM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using MCUXpresso IDE and Peripheral Config Tool to init SCTimer. I can able to generate 4 PWM outputs (2 complementary) using SCTimer. But when i tried to add another PWM output tool show me error. &lt;STRONG&gt;'&lt;SPAN style="font-size: 11.0pt;"&gt;Each PWM output internally allocate 2 events. And Max Number of events supported by SCT0 is 8&lt;/SPAN&gt;'&lt;/STRONG&gt; See attached image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how can i generate 6 PWM outputs at a time?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2020 06:47:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/6-PWM-Output/m-p/1002375#M39374</guid>
      <dc:creator>riteshpanchal00</dc:creator>
      <dc:date>2020-03-23T06:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: 6 PWM Output</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/6-PWM-Output/m-p/1002376#M39375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Ritesh,&lt;/P&gt;&lt;P&gt;The generic SCTimer/PWM module supports 16 events and 16 states, but the LPC804 is a scaled SCTimer/PWM module, it only supports 8 events and 8 states. The AN11538 focuses on generic SCTimer/PWM module, so if you use the code directly, maybe there is issue.&lt;/P&gt;&lt;P&gt;Hope it can help you&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/104238i4E1F7C427821D3CB/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2020 09:34:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/6-PWM-Output/m-p/1002376#M39375</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2020-04-01T09:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: 6 PWM Output</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/6-PWM-Output/m-p/1002377#M39376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;XiangJun Rong,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thanks for the Reply.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;I’m using LPC845. And as per its data sheet it only supports 8 events and 8 states.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;I'm using MCUXpresso Config Tool for SCTimer Initialisation. The tool don’t allow me to enable more than 4 PWM outputs. I had attached error snapshot in my first post. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;So can you confirm that In LPC845, is it possible to use 6 PWM output using SCTimer?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;If yes could you guide me how can I initialise using MCUXPRESSO config tool or manually register config !??&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2020 13:52:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/6-PWM-Output/m-p/1002377#M39376</guid>
      <dc:creator>riteshpanchal00</dc:creator>
      <dc:date>2020-04-01T13:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: 6 PWM Output</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/6-PWM-Output/m-p/1810574#M55451</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/126459"&gt;@riteshpanchal00&lt;/a&gt;&amp;nbsp;I'm way late to this conversation, but I just solved this - without the Peripherals configuration tool, unfortunately - and in case anyone else runs across this thread, here's where I provided a working project for this same problem. &amp;nbsp;It's on an LPC832, but the code should work pretty similarly.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/LPC-Microcontrollers/6-max-PWMs-on-LPC832-working-project/m-p/1810562#M55450" target="_blank"&gt;https://community.nxp.com/t5/LPC-Microcontrollers/6-max-PWMs-on-LPC832-working-project/m-p/1810562#M55450&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 05:45:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/6-PWM-Output/m-p/1810574#M55451</guid>
      <dc:creator>aaronm</dc:creator>
      <dc:date>2024-02-19T05:45:11Z</dc:date>
    </item>
  </channel>
</rss>

