first

Dependencies:   SDFileSystemDMA mbed

Refer to:
https://developer.mbed.org/users/mimi3/code/SDFileSystemDMA

Caution

If your board has SRAM less than or equal to 8KB, the 'buffer' size must be set to 512 Bytes.

NUCLEO-F411RE
About 2.5MBytes/sec
/media/uploads/mimi3/sdfilesystemdma-speed-test-teraterm-output-f411re.png
NUCLEO-L152RE
About 1MBytes/sec
/media/uploads/mimi3/sdfilesystemdma-l152re-cui.png

Changes

RevisionDateWhoCommit message
27:a8f34ed4fac2 2017-01-22 mimi3 add: table.md default tip
26:1a610f9aec1a 2017-01-19 mimi3 Fixed: Typo.
25:1e42edbeacca 2017-01-17 mimi3 added: Message for creating test file at first time.
24:bea03d091636 2016-09-03 dinau Update: CUI menu.
23:b876d0075164 2016-09-03 dinau Update: *.lib
22:5c133291a01d 2016-09-01 dinau Modified: Toolchain detect order.
21:6253a88675a5 2016-09-01 dinau Update: CUI menu and comments.
20:e34f5e5f307b 2016-08-30 dinau Added: _FS_READONLY selector
19:6519eb90d1ef 2016-08-30 dinau Added: TARGET_STM32L1
18:5fb42182d85d 2016-08-29 dinau Fixed: Typo.
17:08452cd9c4ba 2016-08-29 mimi3 Just sync.
16:54e179cc3063 2016-08-29 dinau Updated: F3 boards.
15:b363001c7e40 2016-08-28 dinau Update: STM32F4/L4 macro
14:a8d42e636b7d 2016-08-27 mimi3 Added: Some STM32L0 boards.
13:e11a404695c0 2016-08-16 mimi3 Updated: SDFileSystemDMA library. 2016/08/16
12:dfa39c797789 2016-02-23 mimi3 added: Read verify test.
11:d5fc11ac948a 2016-02-21 mimi3 added: __attribute__ ((aligned (4)))
10:5f6fc7dc119b 2016-02-20 mimi3 mod: comment only
9:289de1b6d378 2016-02-20 mimi3 Separated: main.cpp and spi_device.h
8:1e3e77f59178 2016-02-14 mimi3 update
7:c07d30bc85be 2016-02-14 mimi3 update
6:0bba28d02eb6 2016-02-14 mimi3 so far
5:fef1667b832e 2016-02-14 mimi3 STM32F3
4:0719b77970da 2016-02-13 mimi3 test
3:8b77055a68ec 2016-02-13 mimi3 mod
2:f8bd763b5584 2016-02-12 mimi3 added: key wait function
1:c39cfc31349d 2016-02-12 mimi3 Delete: button interface
0:8f297fe0c66a 2016-02-12 mimi3 first push