diff --git a/examples/bare6.rs b/examples/bare6.rs index 46738e83a74d1aa87a37798e9e9d0c2a07afdffc..71a1ea925d7754499e45f94ea4be0130bb1126be 100644 --- a/examples/bare6.rs +++ b/examples/bare6.rs @@ -173,15 +173,15 @@ fn clock_out(rcc: &RCC, gpioc: &GPIOC) { // // What is the frequency of MCO2 read by the oscilloscope? // -// ** your answer here ** +// 16Mhz // // Compute the value of SYSCLK based on the oscilloscope reading. // -// ** your answer here ** +// 64Mhz // // What is the peak to peak reading of the signal? // -// ** your answer here ** +// 5.7V // // Make a screen dump or photo of the oscilloscope output. // Save the the picture as "bare_6_64mhz_high_speed". diff --git a/pictures/bare_6_64mhz_high_speed.png b/pictures/bare_6_64mhz_high_speed.png new file mode 100644 index 0000000000000000000000000000000000000000..5496d1cd6408bbe00a8d6e09ce915fe1c10ff2d0 Binary files /dev/null and b/pictures/bare_6_64mhz_high_speed.png differ