how to get DMA to do scheduled short burst SPI

I'm using an nRF52840 and SPI 15.3 here..

What I'd like to do is to have SPI write (at 10 Mbps) 8 transactions of 2 bytes each every 91uS and do that for say 512 times before telling me it's done (i.e. all controlled by DMA/hardware)

Is this possible on this chipset? Otherwise, I suppose I have to crank up a timer and run the bursts manually in the ISR?

Related