How to use USB double buffer endpoint feature with MSC ?
Hello,I am working on a project where I am interfacing SD card with SPI using USB MSC with STM32F103 processor. I could achieve reading speed of 580 MB/s. I am using HAL library. For the sake of improving the program, I want the USB to work with dou...