STM32G0C1E-EV demo audio from microphone to headphones directly
I am using the demonstration program of the STM32G0C1E-EV board. I have changed the wave_recorder.c program in order to introduce the DAC with DMA in the same parte to be able to transmit the data from the microphone to the headphones directly instead of going through the SD card. I have confugured the DAC with DMA, it doesn't give me any problem but the audio isn't transmitted through the headphones, there is no sound at all. How should I approach the problem?
PD: I will link th wave_recorder.c with the changes if somebody can take a look
