Hi all,
I'm interfacing an external ADC with an MSP432 (actually with the launchpad).
I'm able to use DMA with SPI to read the conversions of the ADC. But I start the transfers manually each time I receive an input change interrupt from the conversion ready line of the ADC.
Is there a way to setup the DMA to trigger automatically upon that change instead of having to go in an interrupt and having code enabling the transfer ?
Thank you,
Jean-Michel