Hi Joe
To change SDK USB demo from FS USB (USB0) to HS USB (USB1), we need to change file :usb_device_config.h
--------------------------
/*! @brief LPC USB IP3511 FS instance count */
#define USB_DEVICE_CONFIG_LPCIP3511FS (0U)
/*! @brief LPC USB IP3511 HS instance count */
#define USB_DEVICE_CONFIG_LPCIP3511HS (1U)
-----------------------
rebuild the project. USB1 should work.
if this can't meet your requirement, please let us know the steps of how to reproduce your issue based on the SDK demo code.
Thanks,
Jun Zhang