Skip to content
Snippets Groups Projects
Commit d4e09f74 authored by Henrik Theolin's avatar Henrik Theolin
Browse files

bare7_1

parent 99975b2e
No related branches found
No related tags found
No related merge requests found
...@@ -125,11 +125,11 @@ fn main() -> ! { ...@@ -125,11 +125,11 @@ 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 ** // ** Max frequency of PCLK1 is 50 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 ** // ** Using prescales there is no way of dividing 84 to reach the wanted value of 64 for PCLK2 **
// //
// 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