adafruit/ArduinoCore-samd

Grand Central M4: SPI speed not set using transactions

fvzeppelin opened this issue · 1 comments

SPIClassSAMD::beginTransaction() does not change the SCK speed (tested with version 1.7.10).
I guess that the clock channel is enabled at the time the code tries to set the speed in SERCOM::initSPIClock, because calling SERCOM::setBaudrateSPI works.
I had put an issue in the false repo, i guess: arduino#680
I will close it there.

The problem was my specific configuration