Skip to content
Snippets Groups Projects
Commit 0ee1312d authored by Ridge's avatar Ridge
Browse files

bare7_1

parent aecf8eb6
No related branches found
No related tags found
No related merge requests found
......@@ -125,11 +125,12 @@ fn main() -> ! {
//
// rcc.cfgr.sysclk(64.mhz()).pclk1(64.mhz()).pclk2(64.mhz()).freeze();
//
// ** your answer here **
// Max frequency for pclk1 is 42 MHz, and hclk must be specified to the same value as
// sysclk / 1 which it is not right now so it's being defaulted to 16 MHz.
//
// rcc.cfgr.sysclk(84.mhz()).pclk1(42.mhz()).pclk2(64.mhz()).freeze();
//
// ** your answer here **
// Only wrong in this configuration is that hclk will not be set to sysclk / 1 as it should be.
//
// 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