<?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: Implementing PWM on LPC18xx in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Implementing-PWM-on-LPC18xx/m-p/525542#M8178</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Sarvani A on Wed Apr 08 23:16:09 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;No, i dont want that..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need separate frequencies.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In LPC1857, PWM has three channels. Iam using one channel for Buzzer with a frequency of 1.4KHz and other channel for LCD with a frequency of 300Hz. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please do see the attached files&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Configurations&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Example code periph_sct_pwm with i took as reference (this is a rar file..please download and check)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Mcu_PWMControl.c - code where iam using the api's of the example code. In this code iam facing issue&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 18:13:50 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T18:13:50Z</dc:date>
    <item>
      <title>Implementing PWM on LPC18xx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Implementing-PWM-on-LPC18xx/m-p/525536#M8172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Sarvani A on Tue Apr 07 09:56:59 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Iam working on LPC18xx.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC1857 has one PWM with three channels.Iam implementing three different operations on three different channels with different frequencies. Iam using the api's of the example code periph_sct_pwm which is attached below. I can able to program the PWM and generate a square wave but the problem is that all the channels are resulting in a common output frequency irrespective of their individual frequency.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone help me in solving this&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looking forward for the reply&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sarvani&lt;/SPAN&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-338024"&gt;periph_sct_pwm.rar&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:13:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Implementing-PWM-on-LPC18xx/m-p/525536#M8172</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing PWM on LPC18xx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Implementing-PWM-on-LPC18xx/m-p/525537#M8173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mc on Tue Apr 07 17:22:00 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi sarvani,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I do not see any source files in your project. Did you use example from LPCOpen?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you modify it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:13:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Implementing-PWM-on-LPC18xx/m-p/525537#M8173</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing PWM on LPC18xx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Implementing-PWM-on-LPC18xx/m-p/525538#M8174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Sarvani A on Tue Apr 07 23:23:47 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, iam using the example code from LPCOpen.This example, uses the SCT PWM driver to create 2 independent PWMs (running at&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the same frequency) but iam trying to create 2 independent PWMs running at different frequencies.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you suggest me how to modify the example code to make it run with different frequencies.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Below attached is the Source code file&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looking forward &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:13:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Implementing-PWM-on-LPC18xx/m-p/525538#M8174</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing PWM on LPC18xx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Implementing-PWM-on-LPC18xx/m-p/525539#M8175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by wmues on Tue Apr 07 23:53:30 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
Chip_SCTPWM_SetRate(SCT_PWM, SCT_PWM_RATE);&amp;nbsp;&amp;nbsp; //PWM1 with 10KHz
Chip_SCTPWM_SetRate(SCT_PWM, SCT_PWM2_RATE); //PWM2 with 20KHz
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please explain why you assume that the first call is for PWM1 and the second for PWM2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Wolfgang&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:13:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Implementing-PWM-on-LPC18xx/m-p/525539#M8175</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing PWM on LPC18xx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Implementing-PWM-on-LPC18xx/m-p/525540#M8176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Sarvani A on Wed Apr 08 02:20:21 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to program two operations in that code. one is for buzzer and second is for LCD. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Each of the operations has it's own frequency( not a common frequency rate)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So i have defined two frequency rates PWM_RATE and PWM2_RATE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PWM_RATE is for buzzer&amp;nbsp; with a frequency of 10KHz&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PWM2_RATE is for LCD with a frequency of 20KHz&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:13:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Implementing-PWM-on-LPC18xx/m-p/525540#M8176</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing PWM on LPC18xx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Implementing-PWM-on-LPC18xx/m-p/525541#M8177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by capiman on Wed Apr 08 02:26:46 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;You call the first one, it is set.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then you call the second one, and replaces the first.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this really what you want?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have two different PWMs, so you assign one frequency to peripheral 1 and the other to peripheral2?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:13:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Implementing-PWM-on-LPC18xx/m-p/525541#M8177</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing PWM on LPC18xx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Implementing-PWM-on-LPC18xx/m-p/525542#M8178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Sarvani A on Wed Apr 08 23:16:09 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;No, i dont want that..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need separate frequencies.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In LPC1857, PWM has three channels. Iam using one channel for Buzzer with a frequency of 1.4KHz and other channel for LCD with a frequency of 300Hz. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please do see the attached files&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Configurations&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Example code periph_sct_pwm with i took as reference (this is a rar file..please download and check)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Mcu_PWMControl.c - code where iam using the api's of the example code. In this code iam facing issue&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:13:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Implementing-PWM-on-LPC18xx/m-p/525542#M8178</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing PWM on LPC18xx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Implementing-PWM-on-LPC18xx/m-p/525543#M8179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by wmues on Thu Apr 09 00:42:24 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Sarvani,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;we all know that you need separate frequencies for your PWM.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But the hardware in the LPC18xx does not work this way: you can only set ONE frequency for the PWM.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I suggest you to use a timer output to generate the second PWM.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Wolfgang&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:13:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Implementing-PWM-on-LPC18xx/m-p/525543#M8179</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing PWM on LPC18xx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Implementing-PWM-on-LPC18xx/m-p/525544#M8180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Sarvani A on Fri Apr 10 01:01:13 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok, i will try with timer output.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you soo much for the response&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:13:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Implementing-PWM-on-LPC18xx/m-p/525544#M8180</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing PWM on LPC18xx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Implementing-PWM-on-LPC18xx/m-p/525545#M8181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mc on Fri Apr 10 06:09:43 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Sarvani A,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can also use same SCTimer/PWM block in split mode( Two 16 bit counters) to generate 2 independent PWM frequencies.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:13:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Implementing-PWM-on-LPC18xx/m-p/525545#M8181</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing PWM on LPC18xx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Implementing-PWM-on-LPC18xx/m-p/525546#M8182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Sarvani A on Mon Apr 13 04:34:58 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you just tell me how to use SCTimer/PWM block in split mode.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any register's have to be taken care and modified?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please give me some idea or sample code regarding SCTimer/PWM block in split mode.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:13:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Implementing-PWM-on-LPC18xx/m-p/525546#M8182</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing PWM on LPC18xx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Implementing-PWM-on-LPC18xx/m-p/525547#M8183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mc on Mon Apr 13 06:44:35 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello Sarvani,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please read Coockbook examples at&lt;/SPAN&gt;&lt;BR /&gt;&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%2Fdocuments%2Fapplication_note%2FAN11538.zip" rel="nofollow" target="_blank"&gt;http://www.nxp.com/documents/application_note/AN11538.zip&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is linked at below SCTimer/PWM page&lt;/SPAN&gt;&lt;BR /&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%2Fproject%2FSCTimer-PWM" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/project/SCTimer-PWM&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:13:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Implementing-PWM-on-LPC18xx/m-p/525547#M8183</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing PWM on LPC18xx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Implementing-PWM-on-LPC18xx/m-p/525548#M8184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Sarvani A on Tue Apr 14 08:50:50 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Based on the above links information i have programed the SCTimer in&amp;nbsp; split mode. But still iam getting common frequecy irrespective of individual frequencies.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it really possible to generate two independent frequencies using SCTimer in Split mode?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please post some sample codes of SCTimer in split mode&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:13:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Implementing-PWM-on-LPC18xx/m-p/525548#M8184</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:13:54Z</dc:date>
    </item>
  </channel>
</rss>

