The LPC55S16 have two USB, Full speed and High speed.
I have try to configure two USB device without SDK. It still can’t work.
The first initialized USB device can work normally, but the second initialization USB device will always be stuck in “kUSB_DeviceEventBusReset” event.
No matter which HS USB or FS USB I initialize first, there will be problems with the second one.
Then I use SDK to configure two USB HID generic device, it’s show error.
“Only one device instance of the USB component is allowed in the configuration.”

Is the LPC55S16 can't configure two USB HID generic device?
Could NXP please provide a example code to initialize two HID generic devices on LPC55S16?
Kris