Skip to content

mbed: SPI not working correctly #16

@raffiniert

Description

@raffiniert

Both clock frequencies are 8MHz, but the interval between one data transfer and the next is 20uS for mbed, while non-mbed is 6uS. The throughput is very different. The mbed’s SPI has poor performance.

(quote of msfuijno from https://forum.seeedstudio.com/t/spi-not-working-with-mbed-was-performance-of-xiao-with-sharp-memory-display/268057/7)

SPI is basically unusable on mbed.

On top, a Sharp Memory Display does not work at all using hardware SPI but does work in software SPI (same pins!). Maybe the waveform is not accurate enough (not square enough because they are not high power) in mbed. See the above thread.

Metadata

Metadata

Assignees

Labels

ArduinoCore-mbedLabel for ArduinoCore-mbedUAYUnassigned yet

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions