2018-09-01 01:48 PM
I have been able to implement individually:
I want to know how can I make (SD + USB + FreeRTOS + FATFS + DMA) work. Example would be great.
Thank you every much.
2018-09-01 02:01 PM
In this context what does "USB" do?
Host or Device?
MSC, VCP, HID?
Providing concurrent access to the SD via FATFS and USB-MSC is difficult, consider USB-MTP
2018-09-01 05:32 PM
Hi Clive Two.Zero,
Thanks for the quick response.
USB is in host mode and mass storage class.
Thanks for suggesting USB-MTP, but for now, I want to make SD and USB-MSC work together if possible.
2018-09-01 05:47 PM
>> I want to make SD and USB-MSC work together if possible.
Pretty sure there examples of that for several STM32 and board combinations.
2018-09-01 05:50 PM
>>USB is in host mode and mass storage class.
Host mode would suggest you're plugging in a Flash Drive
STM32Cube_FW_F7_V1.12.0\Projects\STM32756G_EVAL\Applications\USB_Device\MSC_Standalone\readme.txt
2018-09-05 05:57 PM
Thank you. Let me read it first and ask more questions in case I don't understand.
2018-09-15 12:14 PM
Hi,
I have been able to mount both the USB and SD successfully. There is one problem, when I write to USB, it actually writes to SD card.
Why does this happen?
Any suggestions would be much appreciate.
Thanks.