Skip to content
Snippets Groups Projects
Commit 075c93c1 authored by August Svensson's avatar August Svensson
Browse files

bare7_1

parent 366ca441
No related branches found
No related tags found
No related merge requests found
...@@ -125,11 +125,12 @@ fn main() -> ! { ...@@ -125,11 +125,12 @@ fn main() -> ! {
// //
// rcc.cfgr.sysclk(64.mhz()).pclk1(64.mhz()).pclk2(64.mhz()).freeze(); // rcc.cfgr.sysclk(64.mhz()).pclk1(64.mhz()).pclk2(64.mhz()).freeze();
// //
// ** your answer here ** // ** PCLK1 must be lower than 42 MHz. **
// //
// rcc.cfgr.sysclk(84.mhz()).pclk1(42.mhz()).pclk2(64.mhz()).freeze(); // rcc.cfgr.sysclk(84.mhz()).pclk1(42.mhz()).pclk2(64.mhz()).freeze();
// //
// ** your answer here ** // ** With sysclk at 84 MHz, it is impossible to get PCLK2 at 64 MHz with only a
// prescaler that divides by integer values. Closest PCLK2 are 84 MHz and 42 MHz. **
// //
// Commit your answers (bare7_1) // Commit your answers (bare7_1)
// //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment