Solved
__HAL_RCC_LSEDRIVE_CONFIG() WB55 vs WB5MMG
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?
