This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

8 channel ADC into Array via DMA

Has anyone have code sample to demonstrate how to transfer 8 channel ADC into memory (ADCArray[8]).

I'm having issue with interrupt between ADC and DMA.

Is there way for interrupt to trigger DMA only if all 8 channels is completed (via burst mode).

Parents
  • Oh dearly me I forgot to mention this....it LPC1768.

    Nothing there to explain how it generate interrupts signal when *all* channel is completed.

    It generates interrupt when any one of ADC is completed (via masking). but there is no interrupt to say all channel is completed. It does not say it performs ADC channel in sequence?

    I have read the LPC1768 manual and indeed helpful only for 1 channel but not many channel.

Reply
  • Oh dearly me I forgot to mention this....it LPC1768.

    Nothing there to explain how it generate interrupts signal when *all* channel is completed.

    It generates interrupt when any one of ADC is completed (via masking). but there is no interrupt to say all channel is completed. It does not say it performs ADC channel in sequence?

    I have read the LPC1768 manual and indeed helpful only for 1 channel but not many channel.

Children