Is it possible to control the DAC via DMA with double buffering in an STM32F0 microcontroller?
I have DMA working in circular mode. However, after generating n cycles from a certain array, I would like to switch arrays without any processing time inbetween.I believe this can be done with double buffering. However, this doesn't seem to be possi...