Skip to content

Commit

Permalink
allow up to 100ms for PLL stable
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyGrosser committed Jun 3, 2023
1 parent 5269890 commit 599d832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/drivers/rp-clock.adb
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ package body RP.Clock is
Set_SYS_Source (ROSC);
end if;

RP.Watchdog.Configure (Timeout => 10);
-- If PLLs aren't stable in 10ms, reset
RP.Watchdog.Configure (Timeout => 100);
-- If PLLs aren't stable in 100ms, reset

CLOCKS_Periph.FC0_REF_KHZ.FC0_REF_KHZ := FC0_REF_KHZ_FC0_REF_KHZ_Field (Reference / 1_000);

Expand Down

0 comments on commit 599d832

Please sign in to comment.