This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TM4C123 SPI and UDMA development with CMSIS and GCC

Other Parts Discussed in Thread: CC3100

Hello Guys 

I have created this repository to use SPI along with UDMA. My ultimate goal is to use it along with SimpleLink to work with CC3100 wifi module. But still there's lot to develop. I am going to develop module to handle timers and make scheduler, develop error handler to help debugging and make software more efficient, develop sender/receiver handler to handle SPI and UDMA without worrying about integrating the two modules and the data size to be transmitted. Then I'll start to add SimpleLink in another repository along with the developed modules

I guess current modules can be used for another application. Let me know if I can help. 

There is brief HLD for the current developed APIs

github.com/.../CMSIS-SPI-uDMA-GCC-Tiva-C-TM4C123