<?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中的主题 PWM channels for LPC43xx</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/PWM-channels-for-LPC43xx/m-p/578488#M19835</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tcmelco on Mon Sep 17 05:38:16 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;I am evaluating LPC43xx for my application. I need at least 6 PWM channels on it. NXP parametric search (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.nxp.com%2Fparametrics%2F71562%2F" rel="nofollow" target="_blank"&gt;http://www.nxp.com/parametrics/71562/&lt;/A&gt;&lt;SPAN&gt;) states that there is only one PWM channel (for motor control). But SCT also generates PWM, right? (as described on &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fics.nxp.com%2Fsupport%2Fmicrocontrollers%2Fsct%2F" rel="nofollow" target="_blank"&gt;http://ics.nxp.com/support/microcontrollers/sct/&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So, I would like to know how many PWM channels I can configure on SCT. All the 16 outputs?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;By the way, it is configurable, right? So I don't have to program interruptions on the microcontroller to check/change pin state.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for any support.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 19:04:38 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T19:04:38Z</dc:date>
    <item>
      <title>PWM channels for LPC43xx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/PWM-channels-for-LPC43xx/m-p/578488#M19835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tcmelco on Mon Sep 17 05:38:16 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;I am evaluating LPC43xx for my application. I need at least 6 PWM channels on it. NXP parametric search (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.nxp.com%2Fparametrics%2F71562%2F" rel="nofollow" target="_blank"&gt;http://www.nxp.com/parametrics/71562/&lt;/A&gt;&lt;SPAN&gt;) states that there is only one PWM channel (for motor control). But SCT also generates PWM, right? (as described on &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fics.nxp.com%2Fsupport%2Fmicrocontrollers%2Fsct%2F" rel="nofollow" target="_blank"&gt;http://ics.nxp.com/support/microcontrollers/sct/&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So, I would like to know how many PWM channels I can configure on SCT. All the 16 outputs?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;By the way, it is configurable, right? So I don't have to program interruptions on the microcontroller to check/change pin state.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for any support.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:04:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/PWM-channels-for-LPC43xx/m-p/578488#M19835</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: PWM channels for LPC43xx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/PWM-channels-for-LPC43xx/m-p/578489#M19836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by bavarian on Tue Sep 18 02:57:22 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, the SCT can do PWM. There is an example attached. The SCT-Tools are available on lpcware.com, containing also other examples (which maybe do not perfectly fit to the latest hardware with regards to pin assignments).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In principle you could do PWM on all available outputs. Please check the documentation from the example.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once configured the SCT runs without any processor interaction. So there is NO jitter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NXP Support&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:04:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/PWM-channels-for-LPC43xx/m-p/578489#M19836</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: PWM channels for LPC43xx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/PWM-channels-for-LPC43xx/m-p/578490#M19837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tcmelco on Thu Sep 20 12:34:42 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much, Bavarian. That really answered my question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;tcmelco&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:04:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/PWM-channels-for-LPC43xx/m-p/578490#M19837</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: PWM channels for LPC43xx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/PWM-channels-for-LPC43xx/m-p/578491#M19838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by hlsa on Tue May 21 03:08:26 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;I tried to find the SCT-Tools on Lpcware.com, but I could not find them. Can anybody help me getting them?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:04:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/PWM-channels-for-LPC43xx/m-p/578491#M19838</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: PWM channels for LPC43xx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/PWM-channels-for-LPC43xx/m-p/578492#M19839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by NXP_Paul on Tue May 21 07:32:54 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;We suggest that you use the Red State tool within LPCXpresso.&lt;BR /&gt;&lt;SPAN&gt;If you prefer not to use LPCXpresso, then you can use the&amp;nbsp;Fizzim tool.&amp;nbsp;&amp;nbsp;This tool can be found at&amp;nbsp;&amp;lt;a href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fnxpfile%2Fsct-tools" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/nxpfile/sct-tools&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fnxpfile%2Fsct-tools" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/nxpfile/sct-tools&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/a&amp;gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;-paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:04:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/PWM-channels-for-LPC43xx/m-p/578492#M19839</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:04:41Z</dc:date>
    </item>
  </channel>
</rss>

