Skip to content

SD SPI block read fails - K64F #4743

@deepikabhavnani

Description

@deepikabhavnani

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions