<?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: Do most users use LPCOpen, or do they roll their own drivers?</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Do-most-users-use-LPCOpen-or-do-they-roll-their-own-drivers/m-p/655209#M26041</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the easiest way is to copy and change an example of LPCOpen to fill your need.&lt;/P&gt;&lt;P&gt;lots of error or warrning &amp;nbsp;bust out if you only manual include some .h files.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Dec 2016 09:40:31 GMT</pubDate>
    <dc:creator>xianduidong</dc:creator>
    <dc:date>2016-12-21T09:40:31Z</dc:date>
    <item>
      <title>Do most users use LPCOpen, or do they roll their own drivers?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Do-most-users-use-LPCOpen-or-do-they-roll-their-own-drivers/m-p/655206#M26038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having issues getting started with LPCOpen. &amp;nbsp;I am working with an LPC11U2X and Keil MDK/uVision as the toolchain. &amp;nbsp;I have downloaded v2.17 for the LPC1125, which seems to be the latest. &amp;nbsp;I can build the library and the examples fine, but when import the library to my own project the compiler can't find the API. &amp;nbsp;The documentation for v2 seems to be lacking as well, for example the GPIO API aren't in the associated chapter in the .chm i downloaded. &amp;nbsp;Are there any additional examples or documentation on LPCOpen v2? &amp;nbsp;Do most users use this library, or do they roll their own drivers from the user manual?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 22:51:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Do-most-users-use-LPCOpen-or-do-they-roll-their-own-drivers/m-p/655206#M26038</guid>
      <dc:creator>keithmikoleit</dc:creator>
      <dc:date>2016-12-06T22:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Do most users use LPCOpen, or do they roll their own drivers?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Do-most-users-use-LPCOpen-or-do-they-roll-their-own-drivers/m-p/655207#M26039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved one of my issues, I was attempting to include chip.h in the lpc_core directory in order to get access to the LPCOpen API, but this would generate a lot of redefinition errors. &amp;nbsp;Instead I can do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#include &amp;lt;lpc_types.h&amp;gt;&lt;BR /&gt;#include &amp;lt;gpio_112x.h&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this gives access to the gpio API (the types is necessary, otherwise keywords like STATIC are unknown).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am still curious if users in general use the LPCOpen library or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 23:23:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Do-most-users-use-LPCOpen-or-do-they-roll-their-own-drivers/m-p/655207#M26039</guid>
      <dc:creator>keithmikoleit</dc:creator>
      <dc:date>2016-12-06T23:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Do most users use LPCOpen, or do they roll their own drivers?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Do-most-users-use-LPCOpen-or-do-they-roll-their-own-drivers/m-p/655208#M26040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using LPC541xx, so use some LPCOpen3, and some use my own.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 08:01:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Do-most-users-use-LPCOpen-or-do-they-roll-their-own-drivers/m-p/655208#M26040</guid>
      <dc:creator>xianduidong</dc:creator>
      <dc:date>2016-12-07T08:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Do most users use LPCOpen, or do they roll their own drivers?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Do-most-users-use-LPCOpen-or-do-they-roll-their-own-drivers/m-p/655209#M26041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the easiest way is to copy and change an example of LPCOpen to fill your need.&lt;/P&gt;&lt;P&gt;lots of error or warrning &amp;nbsp;bust out if you only manual include some .h files.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 09:40:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Do-most-users-use-LPCOpen-or-do-they-roll-their-own-drivers/m-p/655209#M26041</guid>
      <dc:creator>xianduidong</dc:creator>
      <dc:date>2016-12-21T09:40:31Z</dc:date>
    </item>
  </channel>
</rss>

