DMA - Normal vs Circular
Hello, what's the difference between the "Normal" and "Circular" modes of the STM32 DMA ?As far as I understand - "Circular" will write to the first address, auto increment the address to the next one until the last address is reached and then return...