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

LPC 2888 USB High Speed Problem

I have a problem when run USBMem Keil Example for LPC2888. I got "device descriptor read/all, error -71".
And sometimes with 10 trials, the device will run for 1 or two times, but fail most of the time. I know from NXP that with old version of LPC2888 can't run at high speed, so I just bought new version of LPC2888 and try for high speed again. My LPC2888 part number is lpc2888fet180 /01, and I want to know can it run at high speed?

Parents
  • Both changes are required.
    With 3 feets usb cable and using the given firmware Memory.axf in LPC2888/USBMem example for version 3.40. It gives error and usb can not run.

    When change it to 1 feet usb cable, there is no error and usb works.

    When recompile the source code of LPC2888/USBMem with optimization level 0. There is error and usb does not work.

    When recompile the source code of LPC2888/USBMem with optimization level 1 to 3. There is no error and usb work.

Reply
  • Both changes are required.
    With 3 feets usb cable and using the given firmware Memory.axf in LPC2888/USBMem example for version 3.40. It gives error and usb can not run.

    When change it to 1 feet usb cable, there is no error and usb works.

    When recompile the source code of LPC2888/USBMem with optimization level 0. There is error and usb does not work.

    When recompile the source code of LPC2888/USBMem with optimization level 1 to 3. There is no error and usb work.

Children