Hello,
I'm having some issues with the MAXCNT limitation of 256bytes because I want to send larger packets and receive packets through the SPI Slave interface, which is the best way to do this.
The packet I want to sent using the SPI Slave is larger than 13 KiloBytes, if the buffer is only 256 Bytes at most, which is the best way to send a packet of that size or larger using SPIS. I suppose I must rise the line on each transaction so the master knows when I want to send a block of data, if the limit is 256 should I sent the 13KB in small packets until the whole data comes out?. I saw there is a List solution somewhere, can you give me some example to take as reference for my project?
Regards,
Francisco Betancourt