Hi Mike,
You use LPC55S66, I suggest you download SDK for LPC55S66 directly from
https://mcuxpresso.nxp.com/en/select
By default, USB demo code uses full speed USB0, if you want to use USB1, On SDK side, you need enable high speed mode with below code:
/*! @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)
please test your modified SDK code with a demo board. If your code can work well on demo board, you need check your hardware design. USB1 is High speed USB, from the feedback of my customer, It is sensitive. so I suggest you refer our demo board USB1 design schematic.
For example, PRTR5V0U2X is recommended as additional ESD protection.
Best Regards
Jun Zhang