Posted on May 30, 2017 at 06:48I have a MSC device, and is working fine (STM32F407 disco):USBD_Init(&hUsbDeviceFS, &MSC_Desc, DEVICE_FS);USBD_RegisterClass(&hUsbDeviceFS, &USBD_MSC);USBD_MSC_RegisterStorage(&hUsbDeviceFS, &USBD_DISK_fops);USBD_Start...