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...
Posted on December 23, 2011 at 20:48No it is called only once. This code is generated automaticaly by stm32f2 clock excell template. All values are verified by this template, so the only possibility is that some command is missing or ther is bud in ...