2020-12-14 01:07 PM
2020-12-14 02:45 PM
> Once the DAC DMA is started, do I need to stop it in order to change the content of the buffer?
DMA does not care what you do in your buffer. If it runs (e.g. in Circular mode), DMA simply takes whatever it finds there and puts it into DAC.
JW
2020-12-14 10:30 PM
You cannot stop DMA in a reproducible manner, the data item will be random.
You would need to divide the output into small enough sections.