Hello jch
unfortunately I had some more troubles when using ADC and DMA.
The setting Auto stop request

only results in code when enabling the checkbox.
If I do not enable it I assume that it is disabled, but the reference manual shows that the DREQ bit

is unkonw after reset. In my test cases it always was set to '1' after reset which was not what I wanted it to be when running my code which I set up with MCUXpresso Config Tools.
I think MCUXpresso Config Tools should always include the line
EDMA_EnableAutoStopRequest(DMA_BASEADDR, USED_DMA_CHANNEL, false);
and set it to true if the checkbox is enabled.
Do you think this makes sense to get included in the next MCUXpresso Config Tools build?
Kind regards,
Stefan