2020-09-23 09:57 AM
Suppose I use an oscillator instead of the suggested resonator for LSE. Will that even work, i.e., will the internal RTC continue to function when in battery mode? I assume that I'd have to power both oszillator and STM32 (using Vbat)?
Solved! Go to Solution.
2020-09-23 03:38 PM
Which STM32?
Most probably yes. Don't forget that RCC_BDCR.LSEBYP has to be set. There are mixed reports on whether RCC_BDCR.LSERDY is usable for that case; but that's not fatal.
JW
2020-09-23 03:38 PM
Which STM32?
Most probably yes. Don't forget that RCC_BDCR.LSEBYP has to be set. There are mixed reports on whether RCC_BDCR.LSERDY is usable for that case; but that's not fatal.
JW
2020-09-23 10:31 PM
Thanks, I think I will give it a try, but maybe on an old board I have.