Faster implementation of HAL_DAC_Start_DMA() to retrigger a single DMA transfer to DAC
I have configured a DAC to use DMA in single mode. I have created HAL_DAC_ConvCpltCallbackCh1(). In this function, I reenable the DMA process using HAL_DAC_Start_DMA(...), which appears to be really slow. How can I make this faster. I don't want to ...