Is it possible to design a system using STM32F722 to have both USB MSC and SDMMC to read/write date to SD card both by MCU and by external PC interchangeable information on the same file in SD card?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-06-14 12:34 PM
I am looking for some guidance how to implement a system that utilize both SDMMC and USB MSC so I can read/write data inside SD card from MCU and external PC.
Thank you for your helps
Labels:
- Labels:
-
SDIO-SDMMC
-
STM32F7 Series
-
USB
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-06-14 1:16 PM
You'd have to manage cache-coherency for the PC/Windows side of things otherwise all manner of corruption can occur.
The MSC/SCSI layer can generate sense codes indicating the media is write only, and has been changed, etc.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
