Closed
Description
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
Labels
No labels
Type
Projects
Status
Done