2021-11-14 08:42 AM
Hi,
I am trying to activate LSE in a project with STM32WLE5CCU6, the pins PC14 and PC15 are activated, but in the window with clock tree, the RTC clock mux does not alow me to select LSE (it is locked on LSI). This happens even if all other pins are unused. I am using CubeMX version 6.3.0.
Does anybody encounter this problem? I am doing something wrong? Can anyone check?
Thank you
Solved! Go to Solution.
2021-11-15 03:20 AM
Hello,
Please activate the RTC in the Timers section, and select, "activate clock source".
2021-11-14 03:43 PM
You need to enable the LSE in System Core -> RCC first, then you can select it as a clock source.
2021-11-14 11:09 PM
2021-11-15 03:20 AM
Hello,
Please activate the RTC in the Timers section, and select, "activate clock source".
2021-11-15 08:40 AM
Thank you,
Now I understand how to activate it.