I am using the SPI SDMA Loopback example and changing the values for the baud rate and transfer size.
When I use a higher baud rate and high packet size I see that I don't get the callback. However, for the same baud rate if I use a lower packet size I get a read callback. Are there any restrictions on the baud rate or packet size when using the SPI SDMA interface. I want to use a 10 Mhz rate and read a 500 byte packet size. At present, I can read 500 bytes at 6 Mz but anything above that is failing.