Correctly check PLL readiness

This commit is contained in:
Alexander Heldt
2024-12-30 11:46:10 +01:00
parent a1c43ad21c
commit a63527a997
5 changed files with 3 additions and 3 deletions

View File

@@ -2288,7 +2288,7 @@ static void system_clock_init(void) {
while (!(((struct rcc *) (0x40023800U))->CR & (1 << 17)));
while (!(((struct rcc *) (0x40023800U))->CR & (1 << 25)));
((struct flash *) (0x40023C00U))->ACR |= (1 <<10);