<?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: LPCOpen Pwm Driver</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Pwm-Driver/m-p/583812#M20932</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ozenozkaya on Mon Dec 08 07:32:46 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Dear abels,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I stated in the topic, drivers are for LPC177x_8x series, not for LPC407x_8x series. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Porting it for LPC407x_8x series are surely possible but attached drivers are written for LPC177x_8x.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 20:23:57 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T20:23:57Z</dc:date>
    <item>
      <title>LPCOpen Pwm Driver</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Pwm-Driver/m-p/583807#M20927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ozenozkaya on Tue May 06 02:11:00 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pwm module drivers for Lpc177x_8x is missing in the LPCOpen. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We have implemented and tested the pwm module drivers of Lpc177x_8x.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Drivers are attached with this post. If you want you can test and add it to LPCOpen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Applied Research Team&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Turkcell Technology&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-337991"&gt;pwm_17xx_40xx.c.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&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-337991"&gt;pwm_17xx_40xx.h.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:23:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Pwm-Driver/m-p/583807#M20927</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen Pwm Driver</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Pwm-Driver/m-p/583808#M20928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by pgr on Wed Jun 18 09:16:47 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for sharing your work. It seems that function Chip_PWM_ExtMatchControlSet() is missing from the C file you attached.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have an update version ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:23:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Pwm-Driver/m-p/583808#M20928</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen Pwm Driver</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Pwm-Driver/m-p/583809#M20929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ozenozkaya on Thu Jun 19 06:28:45 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Dear pgr,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For pwm modules, there is no external match register as you can see in the page 725/1109 of UM10470 document. External match control is valid for only standard timer modules. Hence instead of adding something to C file, we have removed Chip_PWM_ExtMatchControlSet() decleration from H file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With the current pwm driver we wrote, you can use all of the pwm module hardware features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:23:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Pwm-Driver/m-p/583809#M20929</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen Pwm Driver</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Pwm-Driver/m-p/583810#M20930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by pgr on Thu Jun 19 07:09:59 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I already had the same thought and the same conclusion ;-)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again for your work&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:23:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Pwm-Driver/m-p/583810#M20930</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen Pwm Driver</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Pwm-Driver/m-p/583811#M20931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by abels on Mon Dec 08 06:43:04 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I tried to integrate the drivers I look that Some definition are missing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCOpen drivers -&amp;gt; lpcopen_2_10_lpcxpresso_arm_university_4088qsb.zip&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;File to change -&amp;gt; chip_lpc407x_8x.h (line 139) ; LPC_PWM0 and LPC_PWM1 are not defined.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Inserted the follow lines to compile this library;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define LPC_PWM0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ((LPC_PWM_T&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *) LPC_PWM0_BASE)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define LPC_PWM1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ((LPC_PWM_T&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *) LPC_PWM1_BASE)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure if it is only because I am using the specific driver of EA or in the general LPCOpen also will be missing. anyway I prefer advise it (and if someone verify it better :-)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Abel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:23:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Pwm-Driver/m-p/583811#M20931</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen Pwm Driver</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Pwm-Driver/m-p/583812#M20932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ozenozkaya on Mon Dec 08 07:32:46 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Dear abels,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I stated in the topic, drivers are for LPC177x_8x series, not for LPC407x_8x series. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Porting it for LPC407x_8x series are surely possible but attached drivers are written for LPC177x_8x.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:23:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Pwm-Driver/m-p/583812#M20932</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen Pwm Driver</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Pwm-Driver/m-p/583813#M20933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by abels on Mon Dec 08 08:22:07 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry, I do not realised it was only for the 17xx family.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I write trying to help and advise to the next one who will use for LPC407x_8x family.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;P.S.: I try to find one example code for use this driver but I do not arrive to find it. It will be helpfully any advise to find it (and thanks in advance)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:23:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Pwm-Driver/m-p/583813#M20933</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen Pwm Driver</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Pwm-Driver/m-p/583814#M20934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by gchristopher on Sat Nov 07 01:45:17 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much for contributing these drivers! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;They work just fine with LPCOpen for the LPC1769 as well, with very minor changes:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Add the library to LPCOpen by adding to chip_lpc_175x_6x.h:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#define LPC_PWM1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ((LPC_PWM_T&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *) LPC_PWM1_BASE)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#include "pwm_17xx_40xx.h"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. The 1769 has only one PWM, so:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Modify Chip_Pwm_GetClockIndex(...) to replace clkTMR logic to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;clkTMR = SYSCTL_CLOCK_PWM1; // Already defined for CHIP_LPC175X_6X in clock_17xx_40xx.h&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I wonder why hasn't this been added to LPCOpen? (Just a couple defines would make it general for the chips in this release family.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again! It was nice to have a consistent interface available for this peripheral. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:23:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Pwm-Driver/m-p/583814#M20934</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen Pwm Driver</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Pwm-Driver/m-p/583815#M20935</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 Sat Nov 07 06:51:07 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your contribution. We will add PWM drivers in the future LPCOpen releases.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:23:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Pwm-Driver/m-p/583815#M20935</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen Pwm Driver</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Pwm-Driver/m-p/583816#M20936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by roelofs on Tue Mar 08 21:40:51 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Good day,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I require LPCOpen PWM functionality on the LPC 1768 for a production product.&amp;nbsp; According to the LPCOpen page, the last release (V2.10) for the 17xx series microcontrollers was almost exactly 2 years ago.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When will formal PWM support be added to the 17xx LPCOpen drivers?&amp;nbsp; The last post above mentioning this was almost 4 months ago.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This seems to be a major oversight in terms of functionality for the device in LPCOpen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:24:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Pwm-Driver/m-p/583816#M20936</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen Pwm Driver</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Pwm-Driver/m-p/583817#M20937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by klemikaze on Sat Apr 30 06:44:56 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;INSTRUCTIONS UNCLEAR&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi. One rather noobie question: How do you use this lib to get actual PWM? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;E.g. I want P2[0] to generate 75% output, how do I achieve this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:24:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Pwm-Driver/m-p/583817#M20937</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen Pwm Driver</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Pwm-Driver/m-p/583818#M20938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cptnproton on Wed May 18 13:30:06 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure if this thread is being watched or whether there's any intent to use the files provided at the start of this thread in a future LPCOpen, but I believe there may be an error in the pwm_17xx_40xx.c file which defines the LPC_PWM_T structure. In the structure it has this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; __IO uint32_t PCR;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; __IO uint32_t LER;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; __IO uint32_t CTCR;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; } LPC_PWM_T;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, there is a gap of 7 32-bit memory locations between LER and CTCR. LER is at 0x4001 8050, while CTCR is at 0x4001 8070. Hence, I believe the structure should end like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; __IO uint32_t PCR;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; __IO uint32_t LER;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; __IO uint32_t RESERVED2[7];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; __IO uint32_t CTCR;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; } LPC_PWM_T;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not using the Count Control Register so I can't verify this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:24:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Pwm-Driver/m-p/583818#M20938</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen Pwm Driver</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Pwm-Driver/m-p/583819#M20939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;replace:&amp;nbsp;&lt;/P&gt;&lt;P&gt;#define PWM_RESET&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;((uint32_t) (1 &amp;lt;&amp;lt; 3)&amp;nbsp;&lt;/P&gt;&lt;P&gt;to&amp;nbsp;#define PWM_RESET&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;((uint32_t) (1 &amp;lt;&amp;lt; 1) &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in&amp;nbsp;pwm_17xx_40xx.h&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2019 18:07:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Pwm-Driver/m-p/583819#M20939</guid>
      <dc:creator>alejandroescale</dc:creator>
      <dc:date>2019-07-23T18:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen Pwm Driver</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Pwm-Driver/m-p/1682049#M53336</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need the Pwm Driver for LPCOpen.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I finded this post but it is impossible to download the 2 files ( pwm_17xx_40xx.c.zip and pwm_17xx_40xx.h.zip).&lt;/P&gt;&lt;P&gt;Any suggestion?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Massimo.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 13:34:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Pwm-Driver/m-p/1682049#M53336</guid>
      <dc:creator>Massimo87</dc:creator>
      <dc:date>2023-07-05T13:34:40Z</dc:date>
    </item>
  </channel>
</rss>

