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

Committer:
samux
Date:
Fri Nov 11 15:22:53 2011 +0000
Revision:
2:27a7e7f8d399
Child:
3:0ffb2eee9e06
we have 2MB with the sdcard!!

Who changed what in which revision?

UserRevisionLine numberNew contents of line
samux 2:27a7e7f8d399 1 #include "mbed.h"
samux 2:27a7e7f8d399 2 #include "USBMSD.h"
samux 2:27a7e7f8d399 3
samux 2:27a7e7f8d399 4 USBMSD msd;
samux 2:27a7e7f8d399 5
samux 2:27a7e7f8d399 6 int main() {
samux 2:27a7e7f8d399 7 while(1);
samux 2:27a7e7f8d399 8 }