Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions soc/arm/st_stm32/stm32g4/soc.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ static int stm32g4_init(struct device *arg)
/* At reset, system core clock is set to 16 MHz from HSI */
SystemCoreClock = 16000000;

/* allow reflashing board */
LL_DBGMCU_EnableDBGSleepMode();

return 0;
}

Expand Down