Question
What fastest way to change the size of the DMA addressed by a peripheral. In particular the DAC? Stopping and starting the DAC using HAL_DAC_Stop_DMA and HAL_DAC_Start_DMA with a new Data Length takes up a lot of cycles if I use the CubeMX functions.
I tried DMA_SetConfig after __HAL_DMA_DISABLE and clearly it is not enough.
Incidentally my intention is not change the size of the DMA allocated area - rather the size of this region accessed by a peripheral