10 years, 6 months ago.

File Transfer - From a SD Card to a USB Flash Drive

I wonder if it is possible to transfer image files from an SD memory card (flash) to a USB flash drive using just the MBED?

3 Answers

8 years, 9 months ago.

Wow this really made my PC bit faster. Few days back I was trying to load my GTA SA game but not able to play smoothly. Now the game runs faster. Thanks Man.

http://www.bloglog.com/profile/u.117873

9 years, 3 months ago.

See this - http://developer.mbed.org/users/vinit/code/SD-to-Flash-Data-Transfer/

first i compiled this on mbed...it was ok. then i export it to keil4. it is giving 4 errors. Pls check it if u can rectify this..

.\build\SD-to-Flash-Data-Transfer.axf: Error: L6242E: Cannot link object cmsis_nvic.o as its attributes are incompatible with the image attributes. .\build\SD-to-Flash-Data-Transfer.axf: Error: L6242E: Cannot link object core_cm3.o as its attributes are incompatible with the image attributes. .\build\SD-to-Flash-Data-Transfer.axf: Error: L6242E: Cannot link object sys.o as its attributes are incompatible with the image attributes. .\build\SD-to-Flash-Data-Transfer.axf: Error: L6242E: Cannot link object system_LPC17xx.o as its attributes are incompatible with the image attributes.

posted by Prem Chand Maurya 12 Jul 2016
10 years, 6 months ago.

I see you have the LPC1768, and yeah that should be possible. Not the fastest option to do it, but using SDFileSystem and the USBHost library for MSD devices it should be possible.