STM32F407 ADC Problem with sample rate above 8 kHz
I am using the STM32F407G-DISC1 board in hopes of using ADC to send audio via UDP to a remote client. Before I actually test the UDP process, I am using ADC to encode the audio and pass it to the onboard DAC. So far I have not been very successful. T...