I am currently using the i.MX8MM ECSPI Slave in PIO mode.
The issue is that in Slave mode, the burst length appears to be limited to 512 bytes.
While it's not clear whether using DMA mode instead of PIO mode would remove the transmission data size limitation, I have applied a kernel patch to try using DMA mode.
Can I get sample code or materials related to SPI data transmission and reception in Slave mode(using DMA)?
I am referring to the AN13633 document, but I would appreciate any comments if there are other helpful resources available.
Let me know if you would like me to help you find specific resources or documentation about implementing DMA mode for ECSPI on i.MX8MM.