User Activity

I have to develop a project for my master degree and I want to know if it will be possible to send audio data sampled by an ADC through CAN FD, and on which frequency should I sample the data.I have tried to sample at 16kHz but I cant send the data f...
I am using a STM32G0C1E-EV board to try to get data from my microphone through the ADC and hear it in real time on my headphones via DAC. I have used a timer in order to get data in 16000 Hz format and I have used DMA circular buffers to get and tran...
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 instea...
I am trying to record audio from a STM32G01CE-EV by using a microphone from a headphone connected through the jack connector. I am not able to get any proper data and I dont know if I am approaching the problem properly. How should I read the data of...