• Custom USB Class troubles
    After connecting custom USB device, device appears on Windows Device Manager, during tracing these functions are called: usbd_cls_init usbd_cls_sof But the following functions are never called...
  • USB CDC-ACM function class
    Hi, I use a modified version of Keil's USB CDC-ACM function class implementation. It works really well but I am having a problem in the way I am using it. I use the virtual COM-port to connect as...
  • USB CDC class problem with Windows usbser.sys
    Hoping to get some expert advice here, Have an embedded USB application running on a Cortex M4. Application uses full-speed USB and is based on a Freescale-provided CDC USB sample project. My bulk...
  • TI's TUSB3410 USB CDC class implementation
    I have an example of the cdc class implementation from texas but it was done on the IAR environment and I am having difficulty in porting it to the KEIL environment. Does someone maybe have an example...
  • Switch USB Class between MSC and CDC in runtime
    Does anyone know how to switch usb between msc and cdc dynamically when uisng Keil USB Stack? Not the composite mode.