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.
Fork of SDBlockDevice_GR_PEACH by
Revision 2:92f4e0620788, committed 2017-11-01
- Comitter:
- zkimike
- Date:
- Wed Nov 01 20:56:18 2017 +0000
- Parent:
- 1:98b088c91edd
- Commit message:
- Increase SDSHC frequency
Changed in this revision
| SDBlockDevice_GR_PEACH.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 98b088c91edd -r 92f4e0620788 SDBlockDevice_GR_PEACH.h
--- a/SDBlockDevice_GR_PEACH.h Thu Mar 23 08:34:43 2017 +0000
+++ b/SDBlockDevice_GR_PEACH.h Wed Nov 01 20:56:18 2017 +0000
@@ -16,7 +16,7 @@
*/
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
- _transfer_sck = 20000000;
+ _transfer_sck = 30000000;
}
/**
