hello bobpaddock
Thanks for the reply.
In my MCU MKL27Z128LH4, this example ( frdmkl27z_hello_world_virtual_com) is working.
I try with frdmkl27z_dev_cdc_vcom_bm but I fails in
if (kStatus_USB_Success != USB_DeviceClassInit(CONTROLLER_ID, &s_cdcAcmConfigList, &s_cdcVcom.deviceHandle))
{
usb_echo("USB device init failed\r\n");
}
this part.
I try with frdmkl43z_dev_cdc_vcom_bm, it's also connected with the port.
What is the actual problem, I do not understand