<?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 - LPC176x board - the old Code Red Board - and availability of replacements</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-LPC176x-board-the-old-Code-Red-Board-and-availability-of/m-p/522221#M4857</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Jeff Adams on Tue Feb 18 10:07:38 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the support so far. I've got the Ethernet port working on the Code Red board now. All I had to do was fix the clock frequency constant, and it all kicked off.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ds - I have exactly the same board as you, I wonder why yours 'just worked' and mine didn't? Had you already sorted out the clock frequency constant? (const OscRateIn)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The RS232 port on the board I'm sure is UART0 (0x4000C000), but I can't get any of the printf based functions to write to it yet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Other than that, it all seems to be happy, so thanks very much.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;J&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 17:54:47 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T17:54:47Z</dc:date>
    <item>
      <title>LPCOpen - LPC176x board - the old Code Red Board - and availability of replacements</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-LPC176x-board-the-old-Code-Red-Board-and-availability-of/m-p/522217#M4853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Jeff Adams on Tue Feb 18 04:49:33 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for the help with the uip problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've realised I'm potentially in a 'bad place' with the age of my development board. I have old Code Red RDB1768V2R4 boards.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've been trying to find the best way to get an Ethernet stack on my new project, and after a few searches and questions, it seems LPCOpen and its LwIP implementation seem the way to go.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(I have found some standalone ports of LwIP for the LPC176x, but I see a lot of forum traffic saying these don't work very well.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I'm guessing the LPCOpen demonstration programs won't run on the old Code Red board. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So - is there a way to systematically port the LPCOpen demonstrations to run on the Code Red board?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The obvious solution seems to be to get hold of the 'new' LPCXpresso LPC1768 board (OM1300?), but according to the NXP website, there are only 6 of these available in the entire world. (Seems unlikely.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I either need to get hold of a new board very quickly, or find a way to make the LCOpen examples work on the Code Red board.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone got any suggestions / hints / boards / information / pointers ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff Adams (UK)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:54:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-LPC176x-board-the-old-Code-Red-Board-and-availability-of/m-p/522217#M4853</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen - LPC176x board - the old Code Red Board - and availability of replacements</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-LPC176x-board-the-old-Code-Red-Board-and-availability-of/m-p/522218#M4854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Tue Feb 18 05:00:03 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The whole point of LPCOpen is that it is meant to be easily ported across different boards. It says:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;The core library is divided up into three sections:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Chip Driver Layer - Drivers that are tailored and optimized for a specific device or family&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Board Layer - Board specific functions and low level setup code&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Examples - Chip familiy specific examples for peripherals, interfaces, libraries, etc.&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So you should just need to change the "Board layer" for your board. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:54:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-LPC176x-board-the-old-Code-Red-Board-and-availability-of/m-p/522218#M4854</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen - LPC176x board - the old Code Red Board - and availability of replacements</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-LPC176x-board-the-old-Code-Red-Board-and-availability-of/m-p/522219#M4855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by LabRat on Tue Feb 18 05:07:53 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: Jeff Adams&lt;/STRONG&gt;&lt;BR /&gt;Has anyone got any suggestions / hints / boards / information / pointers ?&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A nice cheap board is the AOAA:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.embeddedartists.com%2Fproducts%2Fapp%2Faoa_kit.php" rel="nofollow" target="_blank"&gt;http://www.embeddedartists.com/products/app/aoa_kit.php&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:54:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-LPC176x-board-the-old-Code-Red-Board-and-availability-of/m-p/522219#M4855</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen - LPC176x board - the old Code Red Board - and availability of replacements</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-LPC176x-board-the-old-Code-Red-Board-and-availability-of/m-p/522220#M4856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by djseaton on Tue Feb 18 07:16:48 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the CodeRed RDB1768v2r3 Rev B1.&amp;nbsp; I have just placed the recently released LPCOpen v2.07 lwip_tcpecho_sa example on the board without apparent problems.&amp;nbsp; Dev system is CodeRed suite 5.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am very early in the dev stage so problems may lie ahead, but it appears to be working fine.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ds&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:54:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-LPC176x-board-the-old-Code-Red-Board-and-availability-of/m-p/522220#M4856</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen - LPC176x board - the old Code Red Board - and availability of replacements</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-LPC176x-board-the-old-Code-Red-Board-and-availability-of/m-p/522221#M4857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Jeff Adams on Tue Feb 18 10:07:38 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the support so far. I've got the Ethernet port working on the Code Red board now. All I had to do was fix the clock frequency constant, and it all kicked off.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ds - I have exactly the same board as you, I wonder why yours 'just worked' and mine didn't? Had you already sorted out the clock frequency constant? (const OscRateIn)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The RS232 port on the board I'm sure is UART0 (0x4000C000), but I can't get any of the printf based functions to write to it yet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Other than that, it all seems to be happy, so thanks very much.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;J&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:54:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-LPC176x-board-the-old-Code-Red-Board-and-availability-of/m-p/522221#M4857</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:54:47Z</dc:date>
    </item>
  </channel>
</rss>

