Content originally posted in LPCWare by james on Wed Sep 05 00:04:27 MST 2012
Hi,
The AoAA kit has a console out to hyperterminal, however, it uses the uart0 to serial connection via ftdi chip, however the baseboard connects directly to the usb+, usb- of the 1769chip and utilized the nxp cdc driver.
I am not familiar with the usb setup, however the only difference in hardware connection seems to be the vbus, (p0.30 aoa(USB device)) & (p0.25(baseboard)). What other changes that I should make to port the code? Currently it compiles and goes into the IntDefaultHandler() after executing NVIC_EnableIRQ(USB_IRQn)
Many thanks.
Anyone has successfully ported the code to use the usb+ and usb- directly on the AoAA kit?
edited: actually just cut and paste and it works...