Associate III
September 21, 2020
Question
DMA - Normal vs Circular
- September 21, 2020
- 5 replies
- 18784 views
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 to the first address.
Is this is correct ?
If yes, how will "Normal" mode behave ?