Issues with: ADC continuous read with DMAMUX SPI RX using EXT0 signal.
I am trying read continuously from an external ADC. I want to use DMAMUX to do an SPI read from the ADC via SPI RX (MISO) without interrupting the MCU. I have an external data ready signal that gets low whenever data is ready. I want to use this exte...