2025-01-30 07:43 PM
Hi,
I am new with stm32F411 mcu, and i have a question. if i want to use RTC features, do i need to add an external 32.768kHz xtal ?
Thanks.
Solved! Go to Solution.
2025-01-30 07:56 PM - edited 2025-01-30 07:56 PM
No technically. You can use the internal LSI or the divided down HSE clock. However, the LSI clock is not very accurate and the HSE clock uses a lot of power.
But typically, an LSE crystal is used as it allows the chip to go into a very low power state while still running the RTC.
2025-01-30 07:56 PM - edited 2025-01-30 07:56 PM
No technically. You can use the internal LSI or the divided down HSE clock. However, the LSI clock is not very accurate and the HSE clock uses a lot of power.
But typically, an LSE crystal is used as it allows the chip to go into a very low power state while still running the RTC.