Not possible to activate MRSUBG with LSI in CubeMX for STM32WL33
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-10 1:47 PM - edited ‎2025-02-10 1:48 PM
- MRSUBG is disabled in CubeMX if i disable LSE ,
- CubeMX allows me to use MRSUBG only if i enable LSE. Is that possible to use MRSUBG with LSI ?
Solved! Go to Solution.
- Labels:
-
STM32CubeMX
-
STM32WL series
-
STM32WL3 series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-11 7:35 AM - edited ‎2025-03-05 7:15 AM
Hello @KarthikGo and welcome to the ST Community.
You can use the MRSUBG without any need to enable the LSE. The HSE is the only mandatory to use the MRSUBG radio since the accuracy is needed). So, the LSE is not an obligation, and you can use LSI. This STM32CubeMX wrong behavior is reported internally for correction on the Future (under internal ticket number 201372).
PS: Issue solved on the last release of the STM32CubeMX
Best Regards.
STTwo-32
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-11 7:35 AM - edited ‎2025-03-05 7:15 AM
Hello @KarthikGo and welcome to the ST Community.
You can use the MRSUBG without any need to enable the LSE. The HSE is the only mandatory to use the MRSUBG radio since the accuracy is needed). So, the LSE is not an obligation, and you can use LSI. This STM32CubeMX wrong behavior is reported internally for correction on the Future (under internal ticket number 201372).
PS: Issue solved on the last release of the STM32CubeMX
Best Regards.
STTwo-32
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-13 2:02 PM
Hi !
Thanks for the feedback !
So what is the work around for this issue ! should we enable LSE in Cube MX in order to activate the MRSUBG , then after code generation disable LSE by change the code manually?
Regards
//Karthik
