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
xiangjun_rong_0-1732529037447.png
For MC56F83xxx, the SPI0 Receiver slot is 12, the SPI1 receiver slot is 14
xiangjun_rong_1-1732529223686.png
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