Skip to content
Snippets Groups Projects
Commit cbb0f8c1 authored by anttib-5's avatar anttib-5
Browse files

bare6_2

parent ce8c3206
No related branches found
No related tags found
No related merge requests found
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": []
}
\ No newline at end of file
...@@ -137,15 +137,15 @@ fn clock_out(rcc: &RCC, gpioc: &GPIOC) { ...@@ -137,15 +137,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 ** // 4Mhz
// //
// Compute the value of SYSCLK based on the oscilloscope reading // Compute the value of SYSCLK based on the oscilloscope reading
// //
// ** your answer here ** // 16Mhz
// //
// What is the peak to peak reading of the signal? // What is the peak to peak reading of the signal?
// //
// ** your answer here ** // 5.9V
// //
// 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

26.4 KiB

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