Tool/software: Code Composer Studio
Hi,
Where can I download examples of working with SPI through DMA? I tried to figure it out myself, it does not work.
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.
Tool/software: Code Composer Studio
Hi,
Where can I download examples of working with SPI through DMA? I tried to figure it out myself, it does not work.
Hello QJ Wang!
Thanks for the response. I have already seen this example. I do the same with SPI, but it does not work. The DMA transmits 1 frame (the FTC interrupt flag is set) and the process then freezes. The SPI allows the generation of DMA requests (bit DMAREQEN in INT0).
The SPI polling mode works fine, but I need to use DMA.