Part Number: MSP432P401R
Hi,
is there any example of the external DMA input pin "DMAE0" that start a SPI communication?
I want to use an external 24Bit ADC with the MSP432.
The interrupt PIN "Data ready" from the ADC should trigger the DMA on the DMAE0 channel.
Once the DMA is triggered it should start a SPI transfer with the new data and write the values to a buffer.
If the buffer value size is achieved, the DMA should wake the CPU.
There is an example using the internal 14Bit ADC whit DMA writting a 512 size buffer.
But how can i use it for external ADC?