Other Parts Discussed in Thread: EK-TM4C1294XL
Tool/software:
regarding an earlier question "CCS/TM4C1294NCPDT: ADC with DMA configuration" and answer from
Bob Crosby including an example he attached:
Here is a sample program that might help you. It uses the timer to trigger the ADC conversions, but then uses the uDMA in ping-pong mode to collect the data. Use the "File"->"Import" feature of Code Composer to import this project into your workspace.
/cfs-file/__key/communityserver-discussions-components-files/908/3125.ADCwDMA.zip
I downloaded it and set it up, I see after 3 seconds or so the data getting to the 2 ping pong buffers but then no interrupt happens especially the ADC_handler - that reinitiates the DMA - I could not get it to happen.
what is missing?
Another question is, can I get the DMA to work constantly (with chain DMA ?) without the CPU restarting it?
Regards
Maccabi