Hi,
You can use any DMA channel to transfer data from SPI0 receiver data reg to memory(array). For example, you use DMA channel 7

For MC56F83xxx, the SPI0 Receiver slot is 12, the SPI1 receiver slot is 14

You can write
*CHCFG7=1<<7|12; //for SPI0 receiver;
*CHCFG7=1<<7|14; //for SPI1 receiver;
Hope it can help you
BR
XiangJun Rong