Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 7 months ago.
SDFileSysten vs SDHCFileSystem
I am working in some audio file streaming from a SD Card.
The Simple Wafe Recorder Player example uses the SDHCFileSystem (http://mbed.org/users/shintamainjp/code/SDHCFileSystem), which works fine, however, the mbed library is outdated.
When I update mbed, it wont compile anymore. But if I use SDFileSysten, together with the latest mbed library, (http://mbed.org/users/mbed_official/code/SDFileSystem), the simple Wafe Recorder example displays only half of the SD upload/download speed and also the sound is very poor (recording and playing).
???
1 Answer
10 years, 7 months ago.
From the first link, the subtitle of the library:
Quote:
Local copy of the SDHCFileSystem. But changed the I/O frequency to 20MHz.
So 20 times the regular speed, that explains the difference.
Now I thought the regular one was changed to allow modification of the transfer speed, but I don't see it currently, so prolly someone should check what happened there. But on line 210 you can change the transfer rate.