Hi, Thank you for your reply. I found that there was a error with the code I uploaded earlier. Such as
DMA->TCD[0].SADDR = DMA_TCD_SADDR_SADDR(&(LPSPI0->RDR)); /* Source Address. */
and the other.(the red is correct)
I have changed it to be more perfect. However, slave's LPSPI communication with DMA can only receive data, but cannot send data. I can not figure out what kind of BUG cause this error.