Skip to content

spi.beginTransaction() takes a long time to complete #392

@Bodmer

Description

@Bodmer

A line like this using this board package:

spi.beginTransaction(SPISettings(SPI_FREQUENCY, MSBFIRST, TFT_SPI_MODE));

takes ~50us to complete. Using the Arduino Mbed OS RP2040 package completes in <1us.

It appears that the function is slowed down for some reason, maybe by debug code?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions