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.