LSE enable for STM32WLE5CCU6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-11-14 8: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.
- Labels:
-
RCC
-
STM32CubeMX
-
STM32WL series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-11-15 3:20 AM
Hello,
Please activate the RTC in the Timers section, and select, "activate clock source".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-11-14 3:43 PM
You need to enable the LSE in System Core -> RCC first, then you can select it as a clock source.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-11-14 11:09 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-11-15 3:20 AM
Hello,
Please activate the RTC in the Timers section, and select, "activate clock source".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-11-15 8:40 AM
Thank you,
Now I understand how to activate it.
