<?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: Blinky</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Blinky/m-p/565222#M17892</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jordsan on Tue Mar 15 12:06:07 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the quick replies.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 02:15:07 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T02:15:07Z</dc:date>
    <item>
      <title>Blinky</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Blinky/m-p/565219#M17889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jordsan on Mon Mar 14 14:34:08 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Just started today trying to compile and run some examples on an LPC1769. The blinky example project is set up to be used on a 13xx micro. I thought it would be very simple and straight forward to rewrite it to be used on a 17xx micro. The only problem is now I am getting the following errors:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;**** Build of configuration Debug for project blinky ****&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;make all &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Building file: ../src/blinky_main.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invoking: MCU C Compiler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-gcc -DDEBUG -D__USE_CMSIS=CMSISv1p30_LPC17xx -D__CODE_RED -D__REDLIB__ -I"C:\Documents and Settings\jorged.CR\My Documents\lpcxpresso_3.6\workspace\CMSISv1p30_LPC17xx" -I"C:\Documents and Settings\jorged.CR\My Documents\lpcxpresso_3.6\workspace\CMSISv1p30_LPC17xx\inc" -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -mcpu=cortex-m3 -mthumb -MMD -MP -MF"src/blinky_main.d" -MT"src/blinky_main.d" -o"src/blinky_main.o" "../src/blinky_main.c"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In file included from ../src/blinky_main.c:14:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../src/gpio.h: In function 'GPIOSetValue':&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../src/gpio.h:43: error: 'LPC_GPIO_TypeDef' has no member named 'MASKED_ACCESS'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../src/gpio.h: In function 'GPIOSetDir':&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../src/gpio.h:58: error: 'LPC_GPIO_TypeDef' has no member named 'DIR'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../src/gpio.h:60: error: 'LPC_GPIO_TypeDef' has no member named 'DIR'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../src/blinky_main.c: In function 'main':&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../src/blinky_main.c:29: error: 'LPC_SYSCON' undeclared (first use in this function)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../src/blinky_main.c:29: error: (Each undeclared identifier is reported only once&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../src/blinky_main.c:29: error: for each function it appears in.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make: *** [src/blinky_main.o] Error 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Even though it would seem easy to fix this I have already spent a whole day chasing the problem with no luck.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:15:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Blinky/m-p/565219#M17889</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Blinky</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Blinky/m-p/565220#M17890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by rmteo on Mon Mar 14 14:42:09 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Get the correct examples &lt;/SPAN&gt;&lt;A href="http://"&gt;http://ics.nxp.com/support/lpcxpresso/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:15:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Blinky/m-p/565220#M17890</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Blinky</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Blinky/m-p/565221#M17891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by NXP_Europe on Mon Mar 14 16:45:54 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello jordsan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://http://ics.nxp.com/support/lpcxpresso/"&gt;[COLOR=#5174a3]http://ics.nxp.com/support/lpcxpresso/[/COLOR]&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;see "Example Projects for Code Red RD1768". The flashing led's example is shown there.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:15:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Blinky/m-p/565221#M17891</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Blinky</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Blinky/m-p/565222#M17892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jordsan on Tue Mar 15 12:06:07 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the quick replies.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:15:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Blinky/m-p/565222#M17892</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:15:07Z</dc:date>
    </item>
  </channel>
</rss>

