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
A 64 GB SDXC card shows issues with the sam0_sdhc driver.
It works fine with sdcard_spi.
The root cause is that sam0_sdhc and sdcard_spi both implement the bigh level and low level SD card interface on their own.
It appears that the high level interface of sdcard_spi is more complete whereas sam0_sdhc fails to detect the SDXH card (it doesn't even enable block addressing).
Ideally the high level code could be shared across drivers.
Steps to reproduce the issue
Insert a SD card > 32 GB. Try tests/mtd_raw or formatting the file system.
Expected results
test <id> works with tests/mtd_raw, format creates a valid file system.
Actual results
Test and format both get stuck.
Versions
The text was updated successfully, but these errors were encountered:
Description
A 64 GB SDXC card shows issues with the
sam0_sdhc
driver.It works fine with
sdcard_spi
.The root cause is that
sam0_sdhc
andsdcard_spi
both implement the bigh level and low level SD card interface on their own.It appears that the high level interface of
sdcard_spi
is more complete whereassam0_sdhc
fails to detect the SDXH card (it doesn't even enable block addressing).Ideally the high level code could be shared across drivers.
Steps to reproduce the issue
Insert a SD card > 32 GB. Try
tests/mtd_raw
or formatting the file system.Expected results
test <id>
works withtests/mtd_raw
, format creates a valid file system.Actual results
Test and format both get stuck.
Versions
The text was updated successfully, but these errors were encountered: