Skip to main content
DS.4
Senior
January 25, 2024
Solved

__HAL_RCC_LSEDRIVE_CONFIG() WB55 vs WB5MMG

  • January 25, 2024
  • 3 replies
  • 1493 views

I see a higher drive in the WB55MMG 

#ifdef WB55
__HAL_RCC_LSEDRIVE_CONFIG(RCC_LSEDRIVE_LOW);
#else WB5MMG
__HAL_RCC_LSEDRIVE_CONFIG(RCC_LSEDRIVE_MEDIUMHIGH);
#endif // MIGO_BORAD

 

would like to preserve as much power as possible, what are the consequences of using it _LOW?

This topic has been closed for replies.
Best answer by STTwo-32

Hello @DS.4 

It is recommended to use the LSE Medium-high drive to get a reliable LSE oscillation. It may work perfectly with the LOW drive, but we can't guarantee that.  

Best Regards.

STTwo-32

3 replies

STTwo-32
STTwo-32Best answer
ST Technical Moderator
January 26, 2024

Hello @DS.4 

It is recommended to use the LSE Medium-high drive to get a reliable LSE oscillation. It may work perfectly with the LOW drive, but we can't guarantee that.  

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.
DS.4
DS.4Author
Senior
January 30, 2024

Can you tell the effect it has on power consumption?

STTwo-32
ST Technical Moderator
January 30, 2024

Sure, the low drive is the best choice for power consumption. 

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.