I am trying to use a micro SD card version 1 - the card is brand new, however its made 10 years ago. The driver code here
|
sd_send_cmd(SD_CMD8, 0x01AA, 0x87); |
doesn't support older version SD cards. Is there any know opensource code which supports older SD cards?
I am trying to use a micro SD card version 1 - the card is brand new, however its made 10 years ago. The driver code here
MicroPython_K210_LoBo/k210-freertos/platform/sdk/kendryte-freertos-sdk/lib/drivers/src/storage/sdcard.cpp
Line 516 in 68a6b75
doesn't support older version SD cards. Is there any know opensource code which supports older SD cards?