<?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: No PWM support in LPCOpen for LPC17xx? in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/No-PWM-support-in-LPCOpen-for-LPC17xx/m-p/768689#M30914</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Danielholala,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Answer your several questions:&lt;/P&gt;&lt;P&gt;a) Why does the code include "&lt;EM&gt;lpc17xx.h&lt;/EM&gt;" when the only available header file is named in upper case. Windows seems to be lenient with respect to case in file names, but at least on Linux, gcc is case sensitive and as such I expect that this code would not compile out of the box.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;Answer: I think it is the code structure question, this header file in the CMSIS driver have no compile problem, so to customer, they can use it directly.&lt;/P&gt;&lt;P&gt;b) Why is the PWM register structure missing from the official LPCOpen bundle for LPC1769 when obviously the definition exists?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;Answer: LPCopen doesn't contain all the code, that's why I recommend you the code bundle project.&lt;/P&gt;&lt;P&gt;c) I downloaded the bundle from&amp;nbsp;&lt;A class="" data-content-finding="Community" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fhost.lpcware.com" rel="nofollow" target="_blank"&gt;http://host.lpcware.com&lt;/A&gt;&amp;nbsp;but apparently that site will be shut down soon. Where will this source code be found when lpcware.com ceases to exist? Maybe this is a good time for NXP engineers to update the LPCOpen bundle for LPC17xx family.&lt;/P&gt;&lt;P&gt;Answer:Yes, lpcware actually already be shut down, but this code bundle still leave there. please don't worry, even the lpcware don't have it, if we have it, we also will share the code with you in the community. If this code bundle works on your side, I suggest you refer to it directly. The lpcopen code for lpc1769 seems won't be updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 24 Feb 2018 08:32:30 GMT</pubDate>
    <dc:creator>kerryzhou</dc:creator>
    <dc:date>2018-02-24T08:32:30Z</dc:date>
    <item>
      <title>No PWM support in LPCOpen for LPC17xx?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/No-PWM-support-in-LPCOpen-for-LPC17xx/m-p/768686#M30911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;I'm developing on a LPC1769 using&amp;nbsp;MCUXpresso IDE v10.1.1 [Build 606] [2018-01-02]&amp;nbsp; on Windows 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My own code should be based on LPCOpen's c&lt;SPAN style="color: #4a4a4d; background-color: #ffffff; font-size: 16px;"&gt;ommon chip-specific drivers.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore, I first imported the LPCOpen drivers "&lt;EM&gt;lpc_chip_175x_6x&lt;/EM&gt;" into my MCUXpresso workspace. For this, I used the import wizard, selected the LPCOpen project archive "&lt;EM&gt;lpcopen_2_10_lpcxpresso_nxp_lpcxpresso_1769.zip&lt;/EM&gt;" which came included with the IDE installation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Skimming through the &lt;EM&gt;*.c&lt;/EM&gt; and &lt;EM&gt;*.h&lt;/EM&gt;&amp;nbsp;LPCOpen driver files (in the imported&amp;nbsp;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;EM&gt;lpc_chip_175x_6x&lt;/EM&gt;&lt;SPAN&gt;" project), the only reference to PWM (except for the motor controller pwm) which I could find was&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;LPC_PWM1_BASE in&amp;nbsp;&lt;EM&gt;chip_lpc177x_8x&lt;/EM&gt;.h.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adhering to the naming convention of the LPCOpen driver files, I expected to find a file, e.g., named &lt;EM&gt;pwm_177x_8x.[ch]&lt;/EM&gt; or at least a&amp;nbsp;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;register structure for the PWM registers.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #000000;"&gt;&lt;STRONG&gt;Any ideas why I'm missing these and where I could find them?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For now, I'm going to resort to the definitions provided in&amp;nbsp;&lt;EM&gt;timer_17xx_40xx.[ch]&lt;/EM&gt; as PWM is based on standard timer blocks and the register layout is very similar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;Daniel&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 10:51:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/No-PWM-support-in-LPCOpen-for-LPC17xx/m-p/768686#M30911</guid>
      <dc:creator>danielholala</dc:creator>
      <dc:date>2018-02-22T10:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: No PWM support in LPCOpen for LPC17xx?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/No-PWM-support-in-LPCOpen-for-LPC17xx/m-p/768687#M30912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi danielholala,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; If you need the PWM driver for LPC17xx, you can download the MCB1700 sample code, there has the according PWM project:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://host.lpcware.com/content/nxpfile/mcb1700-sample-code-bundle-lpc1769-peripherals-using-lpcxpresso" title="http://host.lpcware.com/content/nxpfile/mcb1700-sample-code-bundle-lpc1769-peripherals-using-lpcxpresso"&gt;MCB1700 Sample Code Bundle for LPC1769 Peripherals using LPCXpresso | www.LPCware.com&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Please check the PWM project in the above link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2018 06:54:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/No-PWM-support-in-LPCOpen-for-LPC17xx/m-p/768687#M30912</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2018-02-23T06:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: No PWM support in LPCOpen for LPC17xx?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/No-PWM-support-in-LPCOpen-for-LPC17xx/m-p/768688#M30913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry,&lt;/P&gt;&lt;P&gt;Thanks for getting back to me and providing help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I downloaded "&lt;EM&gt;mcb1700.code_.bundle.lpc1769.lpcxpresso&lt;/EM&gt;" bundle and I skimmed through the sample code. I found the PWM example in the aptly named folder "PWM". :-)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As expected, the code illustrates setting up and changing PWM registers as well as using an PWM interrupt handler.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That code includes "&lt;EM&gt;lpc17xx.h&lt;/EM&gt;" . Indeed, there's a "LPC17xx.h" file in the &lt;EM&gt;CMSISv2_LPC17xx&lt;/EM&gt;&amp;nbsp;folder and it contains the wanted register structure&amp;nbsp;&lt;EM&gt;LPC_PWM_TypeDef&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, this raises questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) Why does the code include "&lt;EM&gt;lpc17xx.h&lt;/EM&gt;" when the only available header file is named in upper case. Windows seems to be lenient with respect to case in file names, but at least on Linux, gcc is case sensitive and as such I expect that this code would not compile out of the box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) Why is the PWM register structure missing from the official LPCOpen bundle for LPC1769 when obviously the definition exists?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c) I downloaded the bundle from&amp;nbsp;&lt;A class="jivelink11" href="http://host.lpcware.com" title="http://host.lpcware.com"&gt;http://host.lpcware.com&lt;/A&gt;&amp;nbsp;but apparently that site will be shut down soon. Where will this source code be found when lpcware.com ceases to exist? Maybe this is a good time for NXP engineers to update the LPCOpen bundle for LPC17xx family.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a good weekend,&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2018 15:44:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/No-PWM-support-in-LPCOpen-for-LPC17xx/m-p/768688#M30913</guid>
      <dc:creator>danielholala</dc:creator>
      <dc:date>2018-02-23T15:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: No PWM support in LPCOpen for LPC17xx?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/No-PWM-support-in-LPCOpen-for-LPC17xx/m-p/768689#M30914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Danielholala,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Answer your several questions:&lt;/P&gt;&lt;P&gt;a) Why does the code include "&lt;EM&gt;lpc17xx.h&lt;/EM&gt;" when the only available header file is named in upper case. Windows seems to be lenient with respect to case in file names, but at least on Linux, gcc is case sensitive and as such I expect that this code would not compile out of the box.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;Answer: I think it is the code structure question, this header file in the CMSIS driver have no compile problem, so to customer, they can use it directly.&lt;/P&gt;&lt;P&gt;b) Why is the PWM register structure missing from the official LPCOpen bundle for LPC1769 when obviously the definition exists?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;Answer: LPCopen doesn't contain all the code, that's why I recommend you the code bundle project.&lt;/P&gt;&lt;P&gt;c) I downloaded the bundle from&amp;nbsp;&lt;A class="" data-content-finding="Community" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fhost.lpcware.com" rel="nofollow" target="_blank"&gt;http://host.lpcware.com&lt;/A&gt;&amp;nbsp;but apparently that site will be shut down soon. Where will this source code be found when lpcware.com ceases to exist? Maybe this is a good time for NXP engineers to update the LPCOpen bundle for LPC17xx family.&lt;/P&gt;&lt;P&gt;Answer:Yes, lpcware actually already be shut down, but this code bundle still leave there. please don't worry, even the lpcware don't have it, if we have it, we also will share the code with you in the community. If this code bundle works on your side, I suggest you refer to it directly. The lpcopen code for lpc1769 seems won't be updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Feb 2018 08:32:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/No-PWM-support-in-LPCOpen-for-LPC17xx/m-p/768689#M30914</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2018-02-24T08:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: No PWM support in LPCOpen for LPC17xx?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/No-PWM-support-in-LPCOpen-for-LPC17xx/m-p/768690#M30915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Kerry,&lt;/P&gt;&lt;P&gt;I'm now using this PWM structure for accessing PWM registers. I derived the structure from the timer structure and cross-checked with the structure provided in the&amp;nbsp;&lt;EM style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;mcb1700&lt;/EM&gt; code bundle.&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;typedef&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;struct&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt; &lt;SPAN class="comment token"&gt;/*!&amp;lt; My PWM Structure */&lt;/SPAN&gt;
 __IO uint32_t IR&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;/*!&amp;lt; Interrupt Register.&amp;nbsp; */&lt;/SPAN&gt;
 __IO uint32_t TCR&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN class="comment token"&gt;/*!&amp;lt; Timer Control Register. */&lt;/SPAN&gt;
 __IO uint32_t TC&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;/*!&amp;lt; Timer Counter. */&lt;/SPAN&gt;
 __IO uint32_t PR&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;/*!&amp;lt; Prescale Register. The TC is incremented every PR+1 cycles of PCLK */&lt;/SPAN&gt;
 __IO uint32_t PC&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;/*!&amp;lt; Prescale Counter. The 32-bit PC is a counter which is incremented to the value stored in PR. */&lt;/SPAN&gt;
 __IO uint32_t MCR&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN class="comment token"&gt;/*!&amp;lt; Match Control Register. The MCR is used to control if an interrupt is generated and if the TC is reset when a Match occurs. */&lt;/SPAN&gt;
 __IO uint32_t MR0&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN class="comment token"&gt;/*!&amp;lt; Match Register 0. MR0 can be enabled in the MCR to reset the TC, stop both the TC and PC, and/or generate an interrupt when it matches the TC. */&lt;/SPAN&gt;
 __IO uint32_t MR1&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN class="comment token"&gt;/*!&amp;lt; Match Register 1.&amp;nbsp; */&lt;/SPAN&gt;
 __IO uint32_t MR2&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN class="comment token"&gt;/*!&amp;lt; Match Register 2.&amp;nbsp; */&lt;/SPAN&gt;
 __IO uint32_t MR3&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN class="comment token"&gt;/*!&amp;lt; Match Register 3.&amp;nbsp; */&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; uint32_t RESERVED0&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
 __IO uint32_t CCR&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN class="comment token"&gt;/*!&amp;lt; Capture Control Register. */&lt;/SPAN&gt;
 __I&amp;nbsp; uint32_t CR&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;4&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="comment token"&gt;/*!&amp;lt; Capture Registers. */&lt;/SPAN&gt;
 __IO uint32_t MR4&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN class="comment token"&gt;/*!&amp;lt; Match Register 4.&amp;nbsp; */&lt;/SPAN&gt;
 __IO uint32_t MR5&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN class="comment token"&gt;/*!&amp;lt; Match Register 5.&amp;nbsp; */&lt;/SPAN&gt;
 __IO uint32_t MR6&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN class="comment token"&gt;/*!&amp;lt; Match Register 6.&amp;nbsp; */&lt;/SPAN&gt;
 __IO uint32_t PCR&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN class="comment token"&gt;/*!&amp;lt; PWM Control Register. Enables PWM outputs and selects PWM channel types as either single edge or double edge controlled. */&lt;/SPAN&gt;
 __IO uint32_t LER&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN class="comment token"&gt;/*!&amp;lt; Load Enable Register. Enables use of new PWM match values. */&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; uint32_t RESERVED1&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;7&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
 __IO uint32_t CTCR&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt; &lt;SPAN class="comment token"&gt;/*!&amp;lt; Count Control Register. The CTCR selects between Timer and Counter mode. */&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt; LPC_PWM_T&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

&lt;SPAN class="property macro token"&gt;#define LPC_PWM1 ((LPC_PWM_T *) LPC_PWM1_BASE)&lt;/SPAN&gt;


‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 08:23:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/No-PWM-support-in-LPCOpen-for-LPC17xx/m-p/768690#M30915</guid>
      <dc:creator>danielholala</dc:creator>
      <dc:date>2018-02-27T08:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: No PWM support in LPCOpen for LPC17xx?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/No-PWM-support-in-LPCOpen-for-LPC17xx/m-p/768691#M30916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Danielholala,&lt;/P&gt;&lt;P&gt;OK, it's good!&lt;/P&gt;&lt;P&gt;Do you have any problem about it? If you have the problem about this topic, just let me know!&lt;/P&gt;&lt;P&gt;If your question is solved, please help me to mark the correct answer, just to close this case, thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 07:04:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/No-PWM-support-in-LPCOpen-for-LPC17xx/m-p/768691#M30916</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2018-02-28T07:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: No PWM support in LPCOpen for LPC17xx?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/No-PWM-support-in-LPCOpen-for-LPC17xx/m-p/768692#M30917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please share PWM code for LPC1768 for me. I am unable to download it from the above link.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2019 17:17:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/No-PWM-support-in-LPCOpen-for-LPC17xx/m-p/768692#M30917</guid>
      <dc:creator>marysoniadurom</dc:creator>
      <dc:date>2019-03-18T17:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: No PWM support in LPCOpen for LPC17xx?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/No-PWM-support-in-LPCOpen-for-LPC17xx/m-p/768693#M30918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2019 07:09:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/No-PWM-support-in-LPCOpen-for-LPC17xx/m-p/768693#M30918</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2019-03-19T07:09:55Z</dc:date>
    </item>
  </channel>
</rss>

