diff --git a/examples/rtic_bare6.rs b/examples/rtic_bare6.rs index 3d8b64ded131045cc69b25ffcf7e40c670526589..f3b965fcacf47236d5a5b8652802f1f64ee8b7ab 100644 --- a/examples/rtic_bare6.rs +++ b/examples/rtic_bare6.rs @@ -219,7 +219,7 @@ fn clock_out(rcc: &RCC, gpioc: &GPIOC) { // // What happens? // -// ** your answer here ** +// Frequency out of range // // Try to setup the clock according to: // @@ -227,7 +227,7 @@ fn clock_out(rcc: &RCC, gpioc: &GPIOC) { // // `rcc.cfgr.sysclk(84.mhz()).pclk1(42.mhz()).pclk2(64.mhz()).freeze();` // -// ** your answer here ** +// It is successful // // Commit your answers (bare6_0) // @@ -362,7 +362,7 @@ fn clock_out(rcc: &RCC, gpioc: &GPIOC) { // // 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. // (Remember always check already open issues, and add to existing if related.) diff --git a/pictures/bare6_6_16MHz_high_speed.jpg b/pictures/bare6_6_16MHz_high_speed.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e292d9a19a022355c4b685e04fac0515c354ac7d Binary files /dev/null and b/pictures/bare6_6_16MHz_high_speed.jpg differ diff --git a/pictures/bare6_6_48MHz_high_speed.jpg b/pictures/bare6_6_48MHz_high_speed.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd7d8ef4206b3f0b86cf415d391ac7c2db40df63 Binary files /dev/null and b/pictures/bare6_6_48MHz_high_speed.jpg differ diff --git a/pictures/bare6_6_48MHz_low_speed.jpg b/pictures/bare6_6_48MHz_low_speed.jpg new file mode 100644 index 0000000000000000000000000000000000000000..45ab8cf68e8d3112d5e8f16161aae9fe0a976b62 Binary files /dev/null and b/pictures/bare6_6_48MHz_low_speed.jpg differ