Skip to main content
Associate
February 10, 2025
Solved

Not possible to activate MRSUBG with LSI in CubeMX for STM32WL33

  • February 10, 2025
  • 1 reply
  • 1036 views

- 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 ?

Best answer by STTwo-32

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

1 reply

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

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

KarthikGoAuthor
Associate
February 13, 2025

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