Kingston CL4 4GB
Code: Select all
size, write, read
bytes, KB/sec, KB/sec
512, 24.00, 485.60
1024,
Code: Select all
..
4096, 1337.13, 2271.51
8192, 1702.51, 3916.33
16384, 3012.27, 5492.42
32768, 3638.46, 7413.43
Why do you not use the SdFatEX?
Code: Select all
size, write, read
bytes, KB/sec, KB/sec
512, 24.00, 485.60
1024,
Code: Select all
..
4096, 1337.13, 2271.51
8192, 1702.51, 3916.33
16384, 3012.27, 5492.42
32768, 3638.46, 7413.43
I don't know, and I cannot figure out since I don't have no such a card.
Because if I mix it up with previous non-EX file system, it destroys the file system.Pito wrote:Why do you not use the SdFatEX?
Code: Select all
#include
#include
#include "SdioF4.h"
SdFatSdio sd;
File file;
In file included from C:\Users\Admin\Documents\Arduino\libraries\SdFat\src/BlockDriver.h:27:0,
from C:\Users\Admin\Documents\Arduino\libraries\SdFat\src/SdFat.h:27,
from C:\Users\Admin\Documents\Arduino\hardware\Arduino_STM32-master\STM32F4\libraries\SDIO/SdioF4.h:5,
from C:\Users\Admin\Desktop\STM32F4\RFIDRTOS\RFIDRTOS.ino:12:
C:\Users\Admin\Documents\Arduino\libraries\SdFat\src/SdCard/SdSpiCard.h:264:51: error: macro "writeData" passed 2 arguments, but takes just 1
Code: Select all
SdSpiCard.h:264:51: error: macro "writeData" passed 2 arguments, but takes just 1
I have some boards that support it, so may give it a shot.stevestrong wrote: ↑Wed Aug 02, 2017 1:32 pmHi Victor,
as I don't own any F1 board which would support SDIO, I cannot test it so I cannot give any support on that, that's why will not port it.
But anyone is free to do it.