Skip to content

Commit ed013bf

Browse files
committed
Increase LSE drive strength for crystal oscillator (improve robustness)
1 parent 6b7412a commit ed013bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/OPENTRACKER_V3/variant.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ void SystemClock_Config(void)
244244

245245
/**Configure LSE Drive Capability
246246
*/
247-
__HAL_RCC_LSEDRIVE_CONFIG(RCC_LSEDRIVE_LOW);
247+
__HAL_RCC_LSEDRIVE_CONFIG(RCC_LSEDRIVE_HIGH);
248248

249249
/**Initializes the CPU, AHB and APB busses clocks
250250
*/

0 commit comments

Comments
 (0)