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.

msp432 DMA

Other Parts Discussed in Thread: ADS8548

Hi guys,

i have a question about the dma module and it's possibilities.

list of devices: msp432, ADS8548

1. ADS8548 is a 8 channel, 14 bit, external, ADC with the output on Port A  (P1.0 - P2.7)

- is it possible to configure the dma module for continuous read/write out of that Port ...i can't find anything about that in the datasheet

Best regards

  • Hello,

    So it seems like you are planning to use the parallel interface in the ADS8548 and connect it to the MSP432 thru the Port A, am I correct??

    If that is the case you could still use the DMA with some kind of trigger factor (source), a timer or the DMA External Trigger for example. To be honest it might be easier to use the DMA + Serial interface, but I'm assuming that you are looking to get the maximum throughput rate and that is why you are looking to use the Parallel Interface, am I right??

    I'll check internally to find out if we have done something similar in the past with a MSP.

    Best regards,

    David
  • Hi David,
    first at all thanks for your effort
    and second, yes you're right i'm using the parallel interface in the ADS8548 and i need the max throughput rate.
    Regards,
    Sergej
  • Hi Sergej,

    Unfortunately we do not have any pre-existing solutions that are a direct match to this use case.

    Again, if the external ADC chip has a GPIO line that can toggle every time there is a new sample, it could potentially use that as the external trigger for the DMA

    Regards,

    David

**Attention** This is a public forum