Hi,
Yes, they can be used together. Such as device is called a USB Composite Device(a device that supports more than one device class). To get this working, I suggest starting with the USB MSC Example, and then add the relevant code for the CDC ACM USB class to that example.(i.e. you need to “merge” the 2 examples).
yes i do it,but now i meet a new problem;
the problem:
window10 :can find msc device and acm device;
window7 :only can find the msc device can not find the acm device ;report the error that the drive programe can not find at the windows7 system;
so why?
also app_usbd_string_config.h ;
how to assign the file
window7 :only can find the msc device can not find the acm device ;report the error that the drive programe can not find at the windows7 system;
Please go through the "step 3" on how to install the driver here, under "Testing".
first thanks your response:
i can not find the drive programe;