Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: USBDevice USBMSD_SD max32630fthr
Fork of FTHR_USBMSD_Demo by
This example implements a micro SD card reader allowing access to a card inserted into the micro SD connector through the micro USB connector using the standard USB-MSD interface so that it appears just like a USB drive to your system.
Revision 9:6ada4f89915c, committed 2018-02-24
- Comitter:
- switches
- Date:
- Sat Feb 24 18:05:12 2018 +0000
- Parent:
- 8:8c31b3ba5371
- Child:
- 10:404433ce329d
- Commit message:
- USB MSD demo using standard block device
Changed in this revision
--- a/USBMSD_BD.lib Fri Feb 23 23:26:43 2018 +0000 +++ b/USBMSD_BD.lib Sat Feb 24 18:05:12 2018 +0000 @@ -1,1 +1,1 @@ -https://developer.mbed.org/users/switches/code/USBMSD_SD/#6b2f29de40d3 +https://os.mbed.com/users/switches/code/USBMSD_BD/#13fed87fb66f
--- a/main.cpp Fri Feb 23 23:26:43 2018 +0000
+++ b/main.cpp Sat Feb 24 18:05:12 2018 +0000
@@ -19,7 +19,7 @@
FATFileSystem fs("fs");
// USB MSD
-USBMSD_BD msd(&bd, BLOCK_SIZE);
+USBMSD_BD msd(&bd);
// main() runs in its own thread in the OS
--- a/mbed-os.lib Fri Feb 23 23:26:43 2018 +0000 +++ b/mbed-os.lib Sat Feb 24 18:05:12 2018 +0000 @@ -1,1 +1,1 @@ -https://github.com/ARMmbed/mbed-os/#6e0d01cd13e8aca7bf4d697c3699ec9225386881 +https://github.com/ARMmbed/mbed-os/#569159b784f70feaa32ce226aaca896fb83452f7
