Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mbed-os-storage-access GR-PEACH_Digital_Signage GR-PEACH-mbed-os-storage-access
You are viewing an older revision! See the latest version
Homepage
If you want to access at high speed, you need to change it as follows.
SDBlockDevice_GR_PEACH/SDBlockDevice_GR_PEACH.h
SDBlockDevice_GR_PEACH() : SDBlockDevice(P8_5, P8_6, P8_3, P8_4), _sd_cd(P7_8), _connect(false) {
// Set SPI clock rate to 20MHz for data transfer
// It is necessary to change "private" of "SDBlockDevice.h" to "pretected".
_transfer_sck = 20000000;
}
SDBlockDevice_GR_PEACH/sd-driver/features/filesystem/sd/SDBlockDevice.h
private:
int _cmd(int cmd, int arg);
:
->
protected:
int _cmd(int cmd, int arg);
: