Thanks for your input. Do I understand correctly that the implementation should be like this:
Reimplement SPI.transfer(tx, rx, count, er&) where:
_dmaRX and _dmaTX both alternate between two DMASettings using replaceSettingsOnCompletion()?
I...
Hi there, first of all thanks for the amazing work on Teensy: it is a great platform :)
I am communicating with a peripheral device running at an SPI clock speed of around 25 MHz. I am clocking out 192 bits each 10 microseconds, and if I didn't...