Skip to content

Using 1-bit mode when loading file from SD #55

@MarianoDesivo

Description

@MarianoDesivo

On my protoboard, the 4-bit mode does not work

So I use the 1-bit mode when working on C++ (which works at any speed)

Is it possible to use the 1-bit mode on Oopsy?

/** Sets whether 4-bit mode or 1-bit mode is used for the SDMMC */

enum class BusWidth

{
    BITS_1, /**< Only 1 bit of data per clock is transferred */

    BITS_4, /**< 4-bits of parallel data for each clock pulse */

};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions