Is it possible to link SD card and USB flash drive simultaneously?
Hello friends,
I am currently testing transfer content from USB to SD card using a STM32469I Discovery board. However I have been unable to link both SD card and USB so the transfer go faster without the process of link-unlink using FATFS_LinkDriver / FATFS_UnLinkDriver functions. My question is: Is this how it is done? or I am doing something wrong?
The problem is currently I cannot write to neither SD card nor USB if both drivers are linked. It only works fine when only one drive is linked, and apparently the first one linked is the one that is recognized
