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

HID example does not write to LPC2148

Hi,
I have build the LPC2148 evaluation board based on Keil schematic, just with basic connections.
I have downloaded HID example and I got the LPC to enumerate. When I run the HIDClient.EXE on Windows XP it hangs on. When I run the HIDClient from the debugger I am able to read the status of the switch on the board. When I try to switch on, off the light on the board the program hangs on until
I disconnect the USB. WriteFile function hangs on until I disconnect USB and after that returns 0.
ReadFile works just fine.
Is there anything I am overlooking, something in building the evaluation board. I just connected USB,
power from external power supply reset and boot switch and one LED.
Thank you,
Milan Madzarac

  • Hi,
    Nobody has replay yet.
    Used to have it.
    I found the solution myself.
    I have received regularly monthly mail from Keil,
    where they inform also about upgrade of their USB examples for LPC214x.
    I downloaded the newest code, compiled and burned to the hybrid.
    Everything started to work.
    Good stuff.
    Thank you, guys from Keil and Phillips for their samples of LPC2148.
    Milan Madzarac