Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

SPI.begin() does not set Clock HIGH in SPI_MODE3 #8545

Closed
Labels
Library: SPIThe SPI Arduino library Type: Bug Waiting for feedbackMore information must be provided before we can proceed
@sebashb

Description

If SPI settings are set to SPI_MODE3 clock signal should idle at HIGH and before doing:
SPI.beginTransaction(LTC6811_SPI_config);
being
LTC6811_SPI_config = SPISettings LTC6811_SPI_config(SPISettings(500000, MSBFIRST, SPI_MODE3));
the clock is idling LOW (after doing SPI.begin();).

The problem of this behaviour is that the first message is ignored by the slave. After doing SPI.beginTransaction(LTC6811_SPI_config); for the first time the clock will start idling at HIGH as expected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Library: SPIThe SPI Arduino library Type: Bug Waiting for feedbackMore information must be provided before we can proceed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /