1. kowshik1729

    How to mount both USB and SDCard at same time with STM32F1xx MCU's?

    Hi guys, I have a simple problem, I need to mount 2 storage media i.e., USB drive and SD Card that are connected to my system and copy a csv file from SD card to USB in the most fastest way possible (DMA may be?) but my current method is kinda very slow. I am mounting SD Card, reading a 256kb...
Top