Question
Can I combine FatFs and USB MSC functions for the same SD card application together?
Posted on November 11, 2015 at 04:36
Hello! Everyone,
I am rookie for STM32F103 series! Now, I programmed my STM32F103VE becomes a USB disk with SD card. But, I also want to access this SD card by STM32F103 to get the bitmap files stored in SD card, and display the bitmap files on my TFT.However, when I turned function of USB disk with SD card on, I cannot access the same SD card by FatFs function to read bitmap files!Is there anyone can help me?