Skip to content

SPI.beginTransaction allows SPISettings faster than 8 MHz #587

Open
@PaulStoffregen

Description

@PaulStoffregen

The SPI port on Arduino 101 does not properly receive MISO input when the clock is configured faster than 8 MHz. However, SPI.beginTransaction() does not properly limit the speed to 8 MHz when a program attempts to configure higher clock speeds.

I added a workaround in my work on the Ethernet library.
PaulStoffregen/Ethernet@d7155e1

I understand Arduino 101 is discontinued and nobody is likely to ever update the SPI library or other code. But created this issue to document the problem. Hopefully it'll help anyone else who tries to support SPI-based libs on Arduino 101.

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