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
I've tried worst ever card I ever had, and it supports 20 MHz without problems.
We could try to initialize card at max frequency, and if card is recognized okay(cardType != CARD_UNKNOWN || cardType != CARD_NONE) we could proceed, otherwise
drop to lower values and retry, without notifying user at all.
Some cards support speed up to 50 MHz.
I suggest the following choices:
Default is 4 MHz. Our default (in
sdk
) is 20 MHz. My class 10 card works even @ 25 MHz without issues.The text was updated successfully, but these errors were encountered: