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.

TMS570LS3137: Question about ADC DMA Transfer

Part Number: TMS570LS3137

Hi,

ADC has 3 DMA transfer methods,I wonder if Block DMA Transfer and Conversion End DMA Transfer can be enabled together?

Thanks.

  • Hi,

    A hardware DMA request can trigger either a frame transfer or a block transfer. It is configured by setting the TTYPE bit in the Channel Control Register. 

    The ADC DMA request can be generated:

    1. When each ADC conversion result is written to ADC group memory

    or

    2. When ADC has written block of data to ADC group memory

    or 

    3. When ADC has completed the conversions for all channels scheduled for conversion

    Why do you want to enable both DMA requests? I don't suggest to enable #2 and #3 at the same time.