MDMA Block transfer only transfers one block
Hi all, i am trying to use MDMA to transfer data from a cyclic ADC-DMA buffermy ADC buffer is of x size and it is cyclic: adc_buffer[x]and i want to transfer its data via MDMA to a larger buffer while its samplingmeaning that after every ADC iteratio...