Other Parts Discussed in Thread: HALCOGEN, TMS570LC4357
Hi,
I'm working on a project where I'd like to sample many ADC channels (about 20) continuously and store all samples in a buffer. Then, after all samples have been collected, trigger an interrupt and process the samples (basically do averaging and pass the data on).
How can I use/configure both ADC and DMA modules to achieve this. Halcogen does not provide any DMA configuration options and I can't find any project or code examples. I think this is a common use case so I believe someone has already done this before.
It would be great to see a working example for the above application (continuous sampling, store in buffer etc)
Thanks a lot
Kevin