I am attempting to use the example in the SDK, "usb_device_msc_disk", with my LOPC55S28-EVK board. The example works fine in full-speed.
However, I would like it to work in high-speed. If I edit the file "usb_device_config.h" and change USB_DEVICE_CONFIG_LPCIP3511FS to 0 and USB_DEVICE_CONFIG_LPCIP3511HS to 1, the PC attempts to connect to the board via the HS connection (P9), but fails and gives and error (device not recognized).
Is there another setting I need to change for this to work?
Alternatively, is there another example in the SDK that works with HS interface? They all seem to be configured for FS by default.