diff --git a/examples/bare6.rs b/examples/bare6.rs index 1df2836652ec697b9af7be94ce9027240caaac91..ba170e72b83fe0239e8bcceb04822de19cf2c474 100644 --- a/examples/bare6.rs +++ b/examples/bare6.rs @@ -174,15 +174,15 @@ fn clock_out(rcc: &RCC, gpioc: &GPIOC) { // // What is the frequency of MCO2 read by the oscilloscope? // -// ** your answer here ** +// ** 16 MHz ** // // Compute the value of SYSCLK based on the oscilloscope reading. // -// ** your answer here ** +// ** MCO2PRE is still set to 4, so SYSCLK is 4 times higher, 64 MHz. ** // // What is the peak to peak reading of the signal? // -// ** your answer here ** +// ** With the ringing tops: 5.3 V, without ringing: 3.1 V. ** // // 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.bmp b/pictures/bare_6_64mhz_high_speed.bmp new file mode 100644 index 0000000000000000000000000000000000000000..8ddf1a09a87ebda8f42378b601f51d92368ff9e1 Binary files /dev/null and b/pictures/bare_6_64mhz_high_speed.bmp differ