Skip to content
Snippets Groups Projects
Commit 87bbf5ec authored by Anton's avatar Anton
Browse files

pictures and final for bare6

parent df291432
No related branches found
No related tags found
No related merge requests found
...@@ -219,7 +219,7 @@ fn clock_out(rcc: &RCC, gpioc: &GPIOC) { ...@@ -219,7 +219,7 @@ fn clock_out(rcc: &RCC, gpioc: &GPIOC) {
// //
// What happens? // What happens?
// //
// ** your answer here ** // Frequency out of range
// //
// Try to setup the clock according to: // Try to setup the clock according to:
// //
...@@ -227,7 +227,7 @@ fn clock_out(rcc: &RCC, gpioc: &GPIOC) { ...@@ -227,7 +227,7 @@ fn clock_out(rcc: &RCC, gpioc: &GPIOC) {
// //
// `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 ** // It is successful
// //
// Commit your answers (bare6_0) // Commit your answers (bare6_0)
// //
...@@ -362,7 +362,7 @@ fn clock_out(rcc: &RCC, gpioc: &GPIOC) { ...@@ -362,7 +362,7 @@ fn clock_out(rcc: &RCC, gpioc: &GPIOC) {
// //
// It work // It work
// //
// Is that a correct? // Is that a correct? Yes
// //
// Optional: If you find it incorrect, file an issue to `stm32f4xx-hal` describing the problem. // Optional: If you find it incorrect, file an issue to `stm32f4xx-hal` describing the problem.
// (Remember always check already open issues, and add to existing if related.) // (Remember always check already open issues, and add to existing if related.)
......
pictures/bare6_6_16MHz_high_speed.jpg

44.1 KiB

pictures/bare6_6_48MHz_high_speed.jpg

42.8 KiB

pictures/bare6_6_48MHz_low_speed.jpg

37 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment