<?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のトピックBug in lpc_board_nxp_lpcxpresso_4337/src/board.c gpioLEDBits</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Bug-in-lpc-board-nxp-lpcxpresso-4337-src-board-c-gpioLEDBits/m-p/852310#M33871</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The green LED does not work on LPCXpresso43xx board in projects using /src/board.c&lt;/P&gt;&lt;P&gt;gpioLEDBits[1].pin is set to 14.&amp;nbsp; The correct value is 7.&amp;nbsp; I.e. the green LED should be {port, pin} = {0, 7}.&lt;/P&gt;&lt;P&gt;The following line is incorrect:&lt;/P&gt;&lt;P&gt;static const io_port_t gpioLEDBits[] = {{3, 5}, {0, 14}, {3, 7}};&lt;/P&gt;&lt;P&gt;and should be replaced by:&lt;/P&gt;&lt;P&gt;static const io_port_t gpioLEDBits[] = {{3, 5}, {0, 7}, {3, 7}};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In (at least) the following downloadable projects (and multiple locations):&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;lpcopen_3_01_lpcxpresso_nxp_lpcxpresso_4337.zip&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;lpcopen_3_02_lpcxpresso_xpresso4337.zip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please could you investigate and fix this.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Mar 2019 16:00:08 GMT</pubDate>
    <dc:creator>john_schooling</dc:creator>
    <dc:date>2019-03-25T16:00:08Z</dc:date>
    <item>
      <title>Bug in lpc_board_nxp_lpcxpresso_4337/src/board.c gpioLEDBits</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Bug-in-lpc-board-nxp-lpcxpresso-4337-src-board-c-gpioLEDBits/m-p/852310#M33871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The green LED does not work on LPCXpresso43xx board in projects using /src/board.c&lt;/P&gt;&lt;P&gt;gpioLEDBits[1].pin is set to 14.&amp;nbsp; The correct value is 7.&amp;nbsp; I.e. the green LED should be {port, pin} = {0, 7}.&lt;/P&gt;&lt;P&gt;The following line is incorrect:&lt;/P&gt;&lt;P&gt;static const io_port_t gpioLEDBits[] = {{3, 5}, {0, 14}, {3, 7}};&lt;/P&gt;&lt;P&gt;and should be replaced by:&lt;/P&gt;&lt;P&gt;static const io_port_t gpioLEDBits[] = {{3, 5}, {0, 7}, {3, 7}};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In (at least) the following downloadable projects (and multiple locations):&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;lpcopen_3_01_lpcxpresso_nxp_lpcxpresso_4337.zip&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;lpcopen_3_02_lpcxpresso_xpresso4337.zip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please could you investigate and fix this.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2019 16:00:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Bug-in-lpc-board-nxp-lpcxpresso-4337-src-board-c-gpioLEDBits/m-p/852310#M33871</guid>
      <dc:creator>john_schooling</dc:creator>
      <dc:date>2019-03-25T16:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in lpc_board_nxp_lpcxpresso_4337/src/board.c gpioLEDBits</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Bug-in-lpc-board-nxp-lpcxpresso-4337-src-board-c-gpioLEDBits/m-p/852311#M33872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello John,&lt;/P&gt;&lt;P&gt;I verified your issue from my side. You are right.&lt;/P&gt;&lt;P&gt;I will escalate it to application team to fix it.&lt;/P&gt;&lt;P&gt;Thank you for bringing the problem to our attention.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jun Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2019 07:17:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Bug-in-lpc-board-nxp-lpcxpresso-4337-src-board-c-gpioLEDBits/m-p/852311#M33872</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2019-03-27T07:17:37Z</dc:date>
    </item>
  </channel>
</rss>

