Skip to content

xspi does not support TWI #107

@raczben

Description

@raczben

This feature request is based on this thread. The high-level SPI drivers doesn't supports TWI (aka. half-duplex SPI) mode (where the MOSI and the MISO is common.)

The write on TWI is the same as on SPI. (because the MISO is unused).
The only difference comes up during read operation, when the SDIO (the common data buffer) should be tri-stated.

The QSPI core doesn't support TWI, therefore, external FPGA logic controls the tri-state pi always. Because of the external logic I suggest function pointer(s) in solution, to handle the tri-state control in all cases.

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