I am not sure how to read continuous data from an external ADC. The ADC has an SPI interface and a data ready pin.Every time the data is ready, the data ready pin goes low and the data can be read. My goal is to read out the data via the DMA every ti...