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

bare7_4

parent b65d0545
No related branches found
No related tags found
No related merge requests found
...@@ -203,11 +203,14 @@ fn main() -> ! { ...@@ -203,11 +203,14 @@ fn main() -> ! {
// //
// What did you receive, and what was the output of the ITM trace. // What did you receive, and what was the output of the ITM trace.
// //
// ** your answer here ** // Ok 97
// Ok 98
// Ok 99
// Ok 100
// //
// Explain why the buffer overflows. // Explain why the buffer overflows.
// //
// ** your answer here ** // It overflows because we read/write faster than the buffer memory can reset, so we are filling it up.
// //
// commit your answers (bare7_4) // commit your answers (bare7_4)
// //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment