User Activity

Hello, I am interfacing audio Codec SGTL5000 with STM32H7 Nucleo board. I2S peripheral is initialized using the HAL init function. I converted a wav file to a C array and trying to transmit that to the Codec. STM32 is configured as Master TX and Code...
Posted on June 14, 2018 at 12:00I am struggling to get the STM32 ADC in polling mode, but am able to get correct values in DMA mode. I am using STM32F427 ADC1 channel 12 in 12-bit mode.  Here is the relevant code:void SystemClock_Config(void){RCC_Os...