2017-12-16 05:15 AM
Hi,
I would like to make a device that works like a memory card reader:
I want to share SD card's data in the PC. I would like to connect memory card to discovery board and using USB interface to transfer data.
can it work if i plug in STM32 discovery board USB to Windows PC, will be the data of the memory card visible on the PC ?
please help
thank you
#usb-device #sd-cards #usb-mass-storage-deviceSolved! Go to Solution.
2017-12-16 08:31 AM
Not automatically, you'd need to implement the USB MSC (USBSTOR) type device with that interfacing to the SDIO/MMC peripheral. ie the READ, WRITE commands being effected on the MicroSD card.
2017-12-16 08:31 AM
Not automatically, you'd need to implement the USB MSC (USBSTOR) type device with that interfacing to the SDIO/MMC peripheral. ie the READ, WRITE commands being effected on the MicroSD card.