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 avnish aggarwal

Files at this revision

API Documentation at this revision

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

USBMSD_RAM.lib Show annotated file Show diff for this revision Revisions of this file
USBMSD_SD.lib Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r a2dd28a94953 -r 92a4e3cf24db USBMSD_RAM.lib
--- /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
diff -r a2dd28a94953 -r 92a4e3cf24db USBMSD_SD.lib
--- 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
diff -r a2dd28a94953 -r 92a4e3cf24db main.cpp
--- 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);