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 found this code as inspiration. Would that be the...