What is DMA circular mode and in ADC DMA continuous request
Hello !
[STM32L073RZ]
I've been thinking what is this ADC DMA continuous request. I don't really much know what it is exactly and why it must be enabled. I know there are 2 modes of DMA, which is normal and circular in which normal starts only once and stops after sending everything he has, and circular after sending everything he has starts again from the beggining of a buffer.
I have here 4 questions regarding to this topic :
-> What is this ADC DMA continuous conversion mode and does it involve in DMA modes ?
-> What happens if I have Circular Mode of the DMA and have disabled ADC DMA continuous conversion mode ?
-> What happens if I have Singular Mode of the DMA and have enabled ADC DMA continuous conversion mode ?
-> In UART in DMA I didn't have this option of DMA continuous conversion mode, so why in ADC there is this option ?
Extra question :
-> What is Discontinuous conversion mode ?
-> What is Scan conversion mode ?
They are probably somewhere in the manual, but I couldn't understand how it exactly works because if DMA is in circular mode why it need to be in ADC set also in DMA continuous conversion mode ? I don't get it and it can also be enabled when the DMA is in normal ;> Which didn't make sense to me at all, DMA continuous conversion mode when DMA is normal like what?
