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.

DMA

Other Parts Discussed in Thread: TM4C123GH6PZ

Has anybody used the the DMA functionality for TM4C123GH6PZ and is willing to share the configuration program? I plan to use the DMA to transfer the ADC results. Currently, I used a while loop to check if the ADC conversion is done and then transfer the results. The while loop is always dangerous for a real time system. So I am planning to use the DMA to replace the while loop. Appreciate any help.