User Activity

I am using the STM32L151 processor.I noticed that the LSE takes between 140ms and 712ms to get ready RCC_FLAG_LSERDY. I think Is a time of 700ms still a correct time? Fluctuations are normal?code:while ((uint16_t)RCC_GetFlagStatus(RCC_FLAG_LSERDY) ==...