cancel
Showing results for 
Search instead for 
Did you mean: 

STM32WL33 - Running MRSUBG using LSI instead of LSE

Lambda
Associate

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.

1 ACCEPTED SOLUTION

Accepted Solutions
STTwo-32
ST Employee

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).

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.

View solution in original post

1 REPLY 1
STTwo-32
ST Employee

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).

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.