Problem with SystemInit();
Posted on November 22, 2013 at 09:46I initialize systeminit() in the main() and every time my Programm stops in the Code at this position in the degug-mode /* Wait till the main PLL is ready */ while((RCC->CR & RCC_CR_PLLRDY) == 0) { } i...