Content originally posted in LPCWare by JojoS on Sat May 21 08:01:58 MST 2011
dear LPC users, I'm new to the LPC's and still checking some examples. I use the Board from EmbeddedArtists together with their BaseBoard to connect Ethernet, USB and other. Some examples are running, but I got also some that were written for other hardware from CodeRed or Keil.
I was able to run the current FreeRTos 7.0.1 version by changing the code for the different phy hardware. Now I want to get a USB host running and found the Keil example 'usbmem'. But here I'm not successfull. The code compiles and I've set different breakpoints, but I get only an USB_Reset_Event when connecting an USB memory stick, no other events.
What is missing? I checked the hardware drawings and set jumpers for terminating the USB lines, but then I get not even the reset event. I use only the USB host connector, the parallel USB device Interface is disconnected. The EA board has an output connected to a transistor to turn 3.3 V on the DP line, what should be done with this output? Keeping this line low changes nothing.
What else can I check?