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

bare7_3

parent 7f2f60fd
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ fn main() -> ! {
.unwrap();
let gpioc = p.GPIOC.split();
gpioc.pc9.into_alternate_af0().set_speed(hal::gpio::Speed::VeryHigh);
gpioc.pc9.into_alternate_af0().set_speed(hal::gpio::Speed::Low);
// Separate out the sender and receiver of the serial port
let (mut tx, mut rx) = serial.split();
......@@ -169,11 +169,11 @@ fn main() -> ! {
//
// Did the frequency change in comparison to assignment 5?
//
// ** your answer here **
// Yes, it became very unreadable
//
// What is the peak to peak reading of the signal (and why did it change)?
//
// ** your answer here **
// It was varying a lot but the one that was aquired when taking the screendump was 71 mV.
//
// Make a screen dump or photo of the oscilloscope output.
// Save the the picture as "bare_6_84mhz_low_speed".
......
pictures/bare_7_84mhz_low_speed.png

20.1 KiB

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