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.
Hey I am using the tm4c1294 launchpad for my project.
I need to use all the 4 spi's in it. Is there a way I can send data on the fifo of all spi's without changing the spi's manually ?
For now i have just used a simple for-loop with i = 4 indicating 4 spi's and it works. But is there a way i can write a code so it does that automatically ?