Hi all,
I was wondering if it Is possible to perform DMA SPI transfers that are non blocking from the arduino IDE? I was hoping there was a call I could make that would initiate the transfer, but immediately return to let me perform other work. For a lot of the traffic, the transfers are one way in that I don’t really need (or even look at) the data that comes back on the MISO lines.
Any help and assistance is greatly appreciated.
-J