You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 9, 2020. It is now read-only.
Pin SdSpiCSPins[NumSdCards] = { P0_6, NoPin };// Internal, external. Note:: ("slot" 0 in CORE is configured to be LCP SSP1 to match default RRF behaviour)
32
32
uint32_t ExternalSDCardFrequency = 2000000; //default to 2MHz
33
+
uint32_t InternalSDCardFrequency = 25000000; //default to 25MHz
34
+
SSPChannel ExternalSDCardSSPChannel = SSP0;
33
35
34
-
uint32_t InternalSDCardFrequency = 10000000; //default to 10MHz
0 commit comments