Tool/software:
I want to use DMA with SPI to write in 10 registers, I've an array of 16-bit elements, where each element has (8bits for register address and 8 bits for data to write in this registers). the DMA will copy elements to SPI registers to be sent (without changing nCS), is this possible?