I'm using the LPC54628 micro and I'm having trouble getting windows to enumerate a composite USB device and install the drivers.
1). CDC device alone, windows installs the drivers fine and the CDC shows up as a COM port within the device manager.
2). MSC device alone, windows installs the drivers fine and the SD card shows up as a disk and all is good.
3). Running the demo lpcxpresso_54628_dev_composite_cdc_msc_..., windows will enumerate the MSC and SD card shows up as a disk and appears to be working, but windows does not install the drivers for the CDC. The CDC ends up in the "Other Devices" in the device manager (shown below). I changed the name of the CDC to "COMMIX".
FYI, On a MAC both the CDC and MSC as a composite device work great so I don't think there is anything wrong with the demo code.
I checked all the USB descriptors and they are the same as the standalone CDC which works fine. Am I missing something? Does some INF file in windows need to be updated?

Thank you!
Sam...