STM32F2, I2S and CS4344, I2S clock problem.
Posted on December 22, 2011 at 14:04Hello, I'm truing to use STM32F217 and CS4344 for my audio application. I have problem with clock initialization. /* Enable HSE */ RCC->CR |= ((uint32_t)RCC_CR_HSEON); /* Wait till HSE is ready and if Time o...