<?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 Re: LPC1769 bsp incorrect for revB in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-bsp-incorrect-for-revB/m-p/525186#M7822</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by nxpUSBlib team on Wed Sep 05 18:04:39 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The two lines you show are from the header file for the LPCXpresso base board RevB and they are correct for that board. The numbers you are changing them to are correct for the Keil MCB1700 board and you will find those lines in the header file for that board.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 16:53:36 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T16:53:36Z</dc:date>
    <item>
      <title>LPC1769 bsp incorrect for revB</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-bsp-incorrect-for-revB/m-p/525183#M7819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by rocketdawg on Tue Aug 21 10:18:54 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;the connect pins (d+ pull up) are on pin 2.9 as shown in the schematic&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;so this cannot be right&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define USB_CONNECT_GPIO_PORT_NUM0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define USB_CONNECT_GPIO_BIT_NUM21&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I change it to this and the device connects&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define USB_CONNECT_GPIO_PORT_NUM2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define USB_CONNECT_GPIO_BIT_NUM9&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:53:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-bsp-incorrect-for-revB/m-p/525183#M7819</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1769 bsp incorrect for revB</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-bsp-incorrect-for-revB/m-p/525184#M7820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by peplin on Thu Aug 30 09:59:40 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, this helped me fix USB connect on the Blueboard.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a GitHub repository or issue tracker where we should filing bugs like this one?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:53:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-bsp-incorrect-for-revB/m-p/525184#M7820</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1769 bsp incorrect for revB</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-bsp-incorrect-for-revB/m-p/525185#M7821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by nxpUSBlib team on Wed Sep 05 17:50:48 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;We don't have an issue tracker setup yet but plan to do this in the near future. Until then, this forum is the best way to report issues like this. We monitor all of these forum postings and respond to them when we have the time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please continue to post remarks and observations to these forums. We greatly appreciate it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:53:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-bsp-incorrect-for-revB/m-p/525185#M7821</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1769 bsp incorrect for revB</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-bsp-incorrect-for-revB/m-p/525186#M7822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by nxpUSBlib team on Wed Sep 05 18:04:39 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The two lines you show are from the header file for the LPCXpresso base board RevB and they are correct for that board. The numbers you are changing them to are correct for the Keil MCB1700 board and you will find those lines in the header file for that board.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:53:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-bsp-incorrect-for-revB/m-p/525186#M7822</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:53:36Z</dc:date>
    </item>
  </channel>
</rss>

