How to stop a circular DMA at end of buffer
Posted on May 24, 2017 at 18:59Hi,I'm using an STM32F446.I use the circular DMA feature with a DAC output to generate a sinus waveform.My sinus buffer has 32 values.What I would like to do is :- run the DMA for a 'large' amount of time- be able to s...