I have modified the SPI Loopback example provided for the Tiva C TM4C123G, but am having issues when I try and send more than 200 bytes. I eventually will need to send in one communication up to 20kb at 500Kbps.
Before I raise any of the issues I am getting with my altered code. I had a few questions.
1) Are there any other examples or sample code for using SPI/DMA with TI-RTOS?
2) Should I be sending in a burst since I need to be sending up to 20kb (being able to send more than 20kb would be great also), should I being using a ping pong method instead. If so, are there any SPI/DMA TI-RTOS examples that show how to implement a ping pong method?
-----------
P.S. I am not using SPI per se, I am just using the MOSI line to send out Manchester Encoded bits, but it works the exact same way as SPI, I just don¹t need the SPI clock, as timing is contained in the communication.