Example showing how to create a file system on the QSPI flash.
The app_qspi_memstick application cannot create a QSPI file system - it can only modify an existing one. This application will create a file system for you. Modify the application by changing DESIRED_SIZE_IN_MB to get the desired size of the file system, compile it, download and run to format the QSPI FLASH.
Revision 2:03417cea6ccc, committed 2014-08-26
- Comitter:
- embeddedartists
- Date:
- Tue Aug 26 06:47:52 2014 +0000
- Parent:
- 1:b1ba3a96b7bd
- Commit message:
- Updated to latest version of EALib and mbed.
Changed in this revision
EALib.lib | Show annotated file Show diff for this revision Revisions of this file |
mbed.bld | Show annotated file Show diff for this revision Revisions of this file |
diff -r b1ba3a96b7bd -r 03417cea6ccc EALib.lib --- a/EALib.lib Wed Apr 09 10:32:17 2014 +0000 +++ b/EALib.lib Tue Aug 26 06:47:52 2014 +0000 @@ -1,1 +1,1 @@ -https://mbed.org/users/embeddedartists/code/EALib/#d868b74fd08e +https://mbed.org/users/embeddedartists/code/EALib/#eb9809f2ab86
diff -r b1ba3a96b7bd -r 03417cea6ccc mbed.bld --- a/mbed.bld Wed Apr 09 10:32:17 2014 +0000 +++ b/mbed.bld Tue Aug 26 06:47:52 2014 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/6473597d706e \ No newline at end of file +http://mbed.org/users/mbed_official/code/mbed/builds/9327015d4013 \ No newline at end of file