We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb88f1 commit 8862d4eCopy full SHA for 8862d4e
libraries/SPI/SPI.cpp
@@ -57,7 +57,7 @@ void arduino::ZephyrSPI::notUsingInterrupt(int interruptNumber) {
57
}
58
59
void arduino::ZephyrSPI::beginTransaction(SPISettings settings) {
60
- uint32_t mode = 0;
+ uint32_t mode = SPI_HOLD_ON_CS | SPI_LOCK_ON;
61
62
// Set bus mode
63
switch (settings.getBusMode()) {
0 commit comments