Skip to content
Snippets Groups Projects
Commit e8feca72 authored by August Svensson's avatar August Svensson
Browse files

bare6_2

parent d98f345a
No related branches found
No related tags found
No related merge requests found
...@@ -137,15 +137,16 @@ fn clock_out(rcc: &RCC, gpioc: &GPIOC) { ...@@ -137,15 +137,16 @@ 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 ** // ** 4.00 MHz. **
// //
// Compute the value of SYSCLK based on the oscilloscope reading // Compute the value of SYSCLK based on the oscilloscope reading
// //
// ** your answer here ** // ** MCO2 reads 4 MHz, MCO2 is set to take SYSCLK (0b00) and scale
// it down by 4 (0b110 in MCO2PRE bits). This makes SYSCLK 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 ** // ** Disregarding ringing, 325 mVpp. With ringing, 775 mVpp. **
// //
// Make a folder called "pictures" in your git project. // Make a folder called "pictures" in your git project.
// Make a screen dump or photo of the oscilloscope output. // Make a screen dump or photo of the oscilloscope output.
......
pictures/bare_6_16mhz_high_speed.png

32.2 KiB

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