HAL_DAC_Start_DMA doesn't correctly display audio.
I wanted to use DAC with DMA with TIM5 being the trigger. my problem is that it does not correctly display the audio,I mean the original audio is like 10 seconds, I first tried to do the transfer by the CPU so that for every interrupt generated by th...