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

bare6_4

parent 60295c09
No related branches found
No related tags found
No related merge requests found
...@@ -173,15 +173,15 @@ fn clock_out(rcc: &RCC, gpioc: &GPIOC) { ...@@ -173,15 +173,15 @@ fn clock_out(rcc: &RCC, gpioc: &GPIOC) {
// //
// What is the frequency of MCO2 read by the oscilloscope? // 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. // Compute the value of SYSCLK based on the oscilloscope reading.
// //
// ** your answer here ** // 4 * 16 MHz
// //
// What is the peak to peak reading of the signal? // What is the peak to peak reading of the signal?
// //
// ** your answer here ** // 5.8V
// //
// Make a screen dump or photo of the oscilloscope output. // Make a screen dump or photo of the oscilloscope output.
// Save the the picture as "bare_6_64mhz_high_speed". // Save the the picture as "bare_6_64mhz_high_speed".
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment