Skip to main content
Visitor II
January 8, 2025
Solved

STM32WL33 - Running MRSUBG using LSI instead of LSE

  • January 8, 2025
  • 1 reply
  • 619 views

On the WL33 range of boards is it possible to utilise the MRSUBG without turning on the LSE within the RCC section and instead have the MRSUBG utilise the LSI?

I have found that if you leave the LSE enabled in RCC but set the clock configuration to use the LSI the program still functions but I wonder if it's still utilising the LSE under the hood.

Best answer by STTwo-32

Hello @Lambda 

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

1 reply

STTwo-32
STTwo-32Best answer
Technical Moderator
February 17, 2025

Hello @Lambda 

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