Skip to content

Gapless SPI transfers #180

Closed
Closed
@bjoernQ

Description

@bjoernQ

Currently our code transfers SPI data in chunks (sized by FIFO_SIZE) . This results in short gaps in the transmission.
While most (if not all) SPI devices should work this way this prevents us from (mis)using SPI to do other things like driving an LED-strip of addressable LEDs or similar.

It is possible to continuously write to the FIFO and avoid those gaps. Something like that is already done for pulse_control/RMT

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions