LPC1769 bsp incorrect for revB

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LPC1769 bsp incorrect for revB

606 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by rocketdawg on Tue Aug 21 10:18:54 MST 2012
the connect pins (d+ pull up) are on pin 2.9 as shown in the schematic
so this cannot be right
#define USB_CONNECT_GPIO_PORT_NUM0
#define USB_CONNECT_GPIO_BIT_NUM21


I change it to this and the device connects
#define USB_CONNECT_GPIO_PORT_NUM2
#define USB_CONNECT_GPIO_BIT_NUM9
Labels (1)
0 Kudos
3 Replies

577 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by nxpUSBlib team on Wed Sep 05 18:04:39 MST 2012
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.
0 Kudos

577 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by nxpUSBlib team on Wed Sep 05 17:50:48 MST 2012
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.

Please continue to post remarks and observations to these forums. We greatly appreciate it.
0 Kudos

577 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by peplin on Thu Aug 30 09:59:40 MST 2012
Thanks, this helped me fix USB connect on the Blueboard.

Is there a GitHub repository or issue tracker where we should filing bugs like this one?
0 Kudos