2016-11-26 10:22 PM
Dear,
I am using STM32F107 with External 32KHz crystal and backup battery in my product.sometimes in power on, after: RCC_LSEConfig(RCC_LSE_ON);then wait for LSE readey :while (RCC_GetFlagStatus(RCC_FLAG_LSERDY) == RESET);The program stay in the ''while''The problem won't solve, till , I power off the board and remove the backup battery.Is there any solution to work LES without removing the backup battery?Best RegardsHamidreza #crash #stm32 #lse2016-11-29 05:32 AM
Hi Hamidreza,
I'd highly recommend you to have a look to the about Oscillator design guide for STM8S, STM8A and STM32 microcontrollers it may be very helpful-Syrine-