Hello,
USB stack 4.0.2 was validated with a previous build of CW10.3. That is the reason because after importing the MQXLite CDC project you have a build error. You can remove the error deleting the latest #endif in
\USB_CDC_DEVICE_MQX_Lite_MKL25Z128\Sources\usb_descriptor.h.
(line 513)
But you need an extra fix, please add: #pragma pack()
at the end of file Generated_Code\usb_devapi.h (line 329)
Build and Debug, now CDC device should be detected. You can find the Driver is in the USB stack folders.
This will be fixed soon.
Best Regards,
Luis