SPI DMA triggered by external GPIO event?
Hello,I am trying to sample an ADC at high rate, and am looking for a way to avoid generating interrupts on every sample.This ADC has a BUSY signal which indicates when conversion is in progress, so I can connect that to a GPIO and trigger off this s...