USB MSD using the AHBSRAM banks 0 and 1 to create a 32k RAM disk. After FAT format 12kb is writable
Dependencies: USBDevice USBMSD_RAM mbed
Fork of USB-MSD_SD_HelloWorld_Mbed-RAMVersion by
Revision 27:92a4e3cf24db, committed 2014-03-26
- Comitter:
- jakowisp
- Date:
- Wed Mar 26 07:47:45 2014 +0000
- Parent:
- 26:a2dd28a94953
- Commit message:
- Changed name of project and changed to use a different library
Changed in this revision
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/USBMSD_RAM.lib Wed Mar 26 07:47:45 2014 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/jakowisp/code/USBMSD_RAM/#eebd06a7ddf0
--- a/USBMSD_SD.lib Mon Aug 19 04:36:59 2013 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -http://mbed.org/users/avnisha/code/USBMSD_SD/#dbd7383533e6
--- a/main.cpp Mon Aug 19 04:36:59 2013 +0000 +++ b/main.cpp Wed Mar 26 07:47:45 2014 +0000 @@ -1,7 +1,7 @@ #include "mbed.h" -#include "USBMSD_SD.h" +#include "USBMSD_RAM.h" -USBMSD_SD sd(p5, p6, p7, p8); +USBMSD_RAM sd(p5, p6, p7, p8); int main() { while(1);