This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

LPC1754

Hi,
to all please help me i have checked the nxp usb host lite example with ulink 2 debugger,its gets stuck at

void Host_WDHWait (void)
{ while (!HOST_WdhIntr) {
; }
HOST_WdhIntr = 0;
}

my hardware for usb host is build with USBDF02W5 so on D+ and D- lines the 15k resistors are there ,i think that hardware is correct ?then where is the problem??

0