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

bare7_3

parent a2694b92
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ fn main() -> ! { ...@@ -51,7 +51,7 @@ fn main() -> ! {
.unwrap(); .unwrap();
let gpioc = p.GPIOC.split(); 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 // Separate out the sender and receiver of the serial port
let (mut tx, mut rx) = serial.split(); let (mut tx, mut rx) = serial.split();
...@@ -168,11 +168,11 @@ fn main() -> ! { ...@@ -168,11 +168,11 @@ fn main() -> ! {
// //
// Did the frequency change in comparison to assignment 5? // Did the frequency change in comparison to assignment 5?
// //
// ** your answer here ** // It is unreadable
// //
// What is the peak to peak reading of the signal (and why did it change)? // What is the peak to peak reading of the signal (and why did it change)?
// //
// ** your answer here ** // Around 70mV, it changes too much to really see whats going on
// //
// 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_84mhz_low_speed". // Save the the picture as "bare_6_84mhz_low_speed".
......
pictures/bare_6_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