Hi,
I am trying to read 6 adc channels with DMA in s32k312. That's why I use BCTU. BCTU makes DMA configurations automatically, but I manually change the major loop counter to 10. I allow new ADC readings by reopening the DMA hw request within the DMA loop major interrupt. My problem is this: The buffer I gave in the first DMA interrupt is filled with 60 values (6 channels x 10 major loops count) as it should be. However, the second interrupt fills the buffer with 66 values.