-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
Description
Description
- Type: Bug
SPI block read fails for few SD cards, byte read was working fine.
Root caused it to incorrect dummy byte sent while performing SPI reads.
SD card requirement says 0xFF should be sent to perform read operations via SPI, in case of block read 0x00 is set as dummy data.
#define DSPI_DUMMY_DATA (0x00U) /*!< Dummy data used for Tx if there is no txData. */
- Priority: Blocker
Target
K64F
Steps to reproduce
Run SD card block read/write test with SD driver version : sd-driver-0.1.0-mbed-os-5.5.1