Tool/software:
Hi experts,
When using the mcspi dma mode to communicate with peripherals, there is a problem if the transfer size is large.
Set size = 128, normal.
Set size = 4096, MCSPI_transfer() without return. Debug and found that only triggered MCSPI_udmaIsrTx().
Import example project "mcspi_loopback_dma" and modify APP_MCSPI_MSGSIZE to 4096 can recurring the problem.