<?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>topic Making on board LEDs work with LPC1837 in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Making-on-board-LEDs-work-with-LPC1837/m-p/531258#M10155</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LEDs do not work with the examples source code shared by NXP, &lt;STRONG&gt;lpcopen_2_18_lpcxpresso_nxp_lpcxpresso_1837&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;on board we have 3 LEDs&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;&lt;STRONG&gt;Red&lt;/STRONG&gt;&lt;/SPAN&gt; - Power indicator&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e2db31;"&gt;&lt;STRONG&gt;Yellow&lt;/STRONG&gt;&lt;/SPAN&gt; &amp;amp; &lt;STRONG style="color: #3334ca;"&gt;Blue&lt;/STRONG&gt;&amp;nbsp; - (user configurable), these are connected to GPIO1[11] &amp;amp; GPIO1[12], do the following modifications in the &lt;EM&gt;&lt;STRONG&gt;lpc_board_nxp_lpcxpresso_1837/src/board.c&lt;/STRONG&gt;&lt;/EM&gt; file&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;//remove this line&lt;/P&gt;&lt;P&gt;-static const io_port_t gpioLEDBits[] = {{3, 5}, {0, 7}, {3, 7}};&lt;/P&gt;&lt;P&gt;//add this line&lt;/P&gt;&lt;P&gt;+static const io_port_t gpioLEDBits[] = {{3, 5}, {1, 11}, {1, 12}};&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;use the MACROS LEDS_LED1 &amp;amp; LEDS_LED2 to make then turn ON/OFF using the api &lt;STRONG&gt;Board_LED_Set&lt;/STRONG&gt;(LEDS_LED2, 1);&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vamshi G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Jul 2016 18:43:20 GMT</pubDate>
    <dc:creator>gvk51</dc:creator>
    <dc:date>2016-07-01T18:43:20Z</dc:date>
    <item>
      <title>Making on board LEDs work with LPC1837</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Making-on-board-LEDs-work-with-LPC1837/m-p/531258#M10155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LEDs do not work with the examples source code shared by NXP, &lt;STRONG&gt;lpcopen_2_18_lpcxpresso_nxp_lpcxpresso_1837&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;on board we have 3 LEDs&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;&lt;STRONG&gt;Red&lt;/STRONG&gt;&lt;/SPAN&gt; - Power indicator&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e2db31;"&gt;&lt;STRONG&gt;Yellow&lt;/STRONG&gt;&lt;/SPAN&gt; &amp;amp; &lt;STRONG style="color: #3334ca;"&gt;Blue&lt;/STRONG&gt;&amp;nbsp; - (user configurable), these are connected to GPIO1[11] &amp;amp; GPIO1[12], do the following modifications in the &lt;EM&gt;&lt;STRONG&gt;lpc_board_nxp_lpcxpresso_1837/src/board.c&lt;/STRONG&gt;&lt;/EM&gt; file&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;//remove this line&lt;/P&gt;&lt;P&gt;-static const io_port_t gpioLEDBits[] = {{3, 5}, {0, 7}, {3, 7}};&lt;/P&gt;&lt;P&gt;//add this line&lt;/P&gt;&lt;P&gt;+static const io_port_t gpioLEDBits[] = {{3, 5}, {1, 11}, {1, 12}};&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;use the MACROS LEDS_LED1 &amp;amp; LEDS_LED2 to make then turn ON/OFF using the api &lt;STRONG&gt;Board_LED_Set&lt;/STRONG&gt;(LEDS_LED2, 1);&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vamshi G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2016 18:43:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Making-on-board-LEDs-work-with-LPC1837/m-p/531258#M10155</guid>
      <dc:creator>gvk51</dc:creator>
      <dc:date>2016-07-01T18:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Making on board LEDs work with LPC1837</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Making-on-board-LEDs-work-with-LPC1837/m-p/531259#M10156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vamshi,&lt;/P&gt;&lt;P&gt;I've got a LCP1857 board now, then I'll replicate the issue.&lt;/P&gt;&lt;P&gt;And I'm going to inform you ASAP if I figure it out.&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 09:13:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Making-on-board-LEDs-work-with-LPC1837/m-p/531259#M10156</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2016-07-19T09:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Making on board LEDs work with LPC1837</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Making-on-board-LEDs-work-with-LPC1837/m-p/531260#M10157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeremyzhou,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I shared my observation on LPC1837, Yeah please check this on your board and update me, I will be following it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 10:43:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Making-on-board-LEDs-work-with-LPC1837/m-p/531260#M10157</guid>
      <dc:creator>gvk51</dc:creator>
      <dc:date>2016-07-19T10:43:22Z</dc:date>
    </item>
  </channel>
</rss>

