Skip to content

Commit

Permalink
Disable LSCO
Browse files Browse the repository at this point in the history
  • Loading branch information
lefebvresam committed Feb 8, 2024
1 parent 0e1789b commit c170965
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ MBED_WEAK void SetSysClock(void)

// Output clock on LSCO pin(PA2) for debugging purpose
// LSE is set with the low power ticker
HAL_RCCEx_DisableLSCO();
#if DEBUG_LSCO == 1
HAL_RCCEx_EnableLSCO(RCC_LSCOSOURCE_LSE); // 32 kHz
#endif
Expand Down

0 comments on commit c170965

Please sign in to comment.