STM32 ADC DMA (External Trigger conversion source and Continuous Conversion mode)
I am reading multiple ADC channels using Circular DMA and I have got a question that I want to clarify
On the STM32CubeMX, I have configured my ADC as following:

As you can see from above, I have Scan Conversion Mode and DMA Continuous Requests enabled. I have setup DMA in circular mode. I also use External Trigger Conversion Source as Timer 8 Trigger Out event and I have the Timer 8 running at 1Hz for testing purposes. I would like to clarify a few things.
I want to understand the relationship between Continuous Conversion Mode and External Trigger Conversion Source.
What is the point of having External Trigger Conversion Source (in my case TIM8) if the Continuous conversion Mode is enabled? Since the Continuous conversion ensures that another conversion is started immediately after the previous is finished, why would you ever need External Trigger Conversion Source.
