software/spisdcard: reduce SPISDCARD_CLK_FREQ to 16MHz.

25MHz does not seem to work on all boards/configurations, needs to be investigated.
This commit is contained in:
Florent Kermarrec 2020-06-11 19:18:30 +02:00
parent d6f92d1ffd
commit 5ddf350c2d
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
#define SPISDCARD_CLK_FREQ_INIT 400000 #define SPISDCARD_CLK_FREQ_INIT 400000
#endif #endif
#ifndef SPISDCARD_CLK_FREQ #ifndef SPISDCARD_CLK_FREQ
#define SPISDCARD_CLK_FREQ 25000000 #define SPISDCARD_CLK_FREQ 16000000
#endif #endif
/*-----------------------------------------------------------------------*/ /*-----------------------------------------------------------------------*/