2025-07-11 4:30 AM
When "Activating clock source" is ticked in RTC module, my MCU doesn't start up if I reset it from RST button. But as soon as I switch the RCC clock source to LSE external 32.768khz crystal and change RTC Clock Mux to LSE, it works without a hitch. Is this by design or there may be a bug?
2025-07-11 6:42 AM - edited 2025-07-11 6:43 AM
Hello @george-metasphere ;
Could you please give more details about your configuration and project?
Are you testing a STM32CubeU3 firmware example?
I tested the RTC_ALARM example in the STM32CubeU3 firmware. In this example the RTC work with LSI.
After I click on RESET button, I can see that LD2 is turned ON. So, the RTC Alarm is generated correctly.
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.