<?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>LPCXpresso IDE中的主题 Re: C reference manual</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/C-reference-manual/m-p/576944#M22969</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Rob65 on Fri Jun 10 12:41:58 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;the lpc1xxx.h does not do much more than provide the symbols that are written down in the lpc1xxx user manual to the programmer as C defines.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as the other functions go, the functions in the CMS project are defined in the CMS specification by Arm and functions like GPIOSetDir, enable_timer etc are all specific to some example projects.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I agree with Zero: these functions were deprecated even before they were written. Do not assume that any of these function will do what you want them to.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There is no standard library to use the peripherals in the lpc1xxx but there always is the user manual telling you how to program these peripherals.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 02:28:59 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T02:28:59Z</dc:date>
    <item>
      <title>C reference manual</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/C-reference-manual/m-p/576941#M22966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Dave3891 on Wed Jun 08 22:59:10 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone have a gook link for a site or PDF of a reference manual for programming the LPCxpresso in C?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I know that the Red Code comes with examples, but I am looking for a reference / list for all the functions such as [SIZE=2][SIZE=3]GPIOSetDir, [/SIZE][SIZE=2][SIZE=3]enable_timer16, [SIZE=2][SIZE=3]GPIOInit, etc.[/SIZE][/SIZE][/SIZE][/SIZE][/SIZE]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[SIZE=2][SIZE=2][SIZE=3][SIZE=2][SIZE=3][/SIZE][/SIZE][/SIZE][/SIZE][/SIZE] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[SIZE=2][SIZE=2][SIZE=3][SIZE=2][SIZE=3]Thanks[/SIZE][/SIZE][/SIZE][/SIZE][/SIZE]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[SIZE=2][SIZE=2][SIZE=3][SIZE=2][SIZE=3]Dave[/SIZE]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][/SIZE][/SIZE][/SIZE]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:28:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/C-reference-manual/m-p/576941#M22966</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: C reference manual</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/C-reference-manual/m-p/576942#M22967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Thu Jun 09 00:40:36 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Isn't that a little bit old fashioned, a list of function that's outdated before it's written :confused:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are trying to find this functions in real LPCXpresso, CTRL-H is a good friend to find things like that somewhere in workspace[SIZE=3] :)[/SIZE][SIZE=2][SIZE=2][SIZE=3][SIZE=2][SIZE=3]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][/SIZE][/SIZE][/SIZE][/SIZE]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:28:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/C-reference-manual/m-p/576942#M22967</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: C reference manual</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/C-reference-manual/m-p/576943#M22968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Dave3891 on Thu Jun 09 06:36:34 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I tryed control-H and it does allow me to search for functions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But I am looking for ALL of the functions that are avaliable for this chip and a description of what they do. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Something like a document of the lcp1xxx.h and other header files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I looked in the getting started guide, but I could not find anything.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I must be looking in the wrong places or something?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:28:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/C-reference-manual/m-p/576943#M22968</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: C reference manual</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/C-reference-manual/m-p/576944#M22969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Rob65 on Fri Jun 10 12:41:58 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;the lpc1xxx.h does not do much more than provide the symbols that are written down in the lpc1xxx user manual to the programmer as C defines.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as the other functions go, the functions in the CMS project are defined in the CMS specification by Arm and functions like GPIOSetDir, enable_timer etc are all specific to some example projects.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I agree with Zero: these functions were deprecated even before they were written. Do not assume that any of these function will do what you want them to.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There is no standard library to use the peripherals in the lpc1xxx but there always is the user manual telling you how to program these peripherals.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:28:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/C-reference-manual/m-p/576944#M22969</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:28:59Z</dc:date>
    </item>
  </channel>
</rss>

