RCC_CR_PLLRDY not set depending on code size?
Posted on April 27, 2018 at 15:43I'm running into an issue where the program will time out on while(READ_BIT(RCC->CR, RCC_CR_PLLRDY) == RESET)in stm32l4xx_hal_rcc.c:839 depending on how much code compiled in main.c. The program will execute fine wi...