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

bare9_2

parent ff0ec4dd
No related branches found
No related tags found
No related merge requests found
...@@ -4,3 +4,14 @@ ...@@ -4,3 +4,14 @@
Error Overrun Error Overrun
Ok 471 Ok 471
Error 84 Error 84
bare9
goto sleep
woken..
data 97
goto sleep
woken..
data 13
goto sleep
woken..
data 97
goto sleep
...@@ -168,16 +168,20 @@ const APP: () = { ...@@ -168,16 +168,20 @@ const APP: () = {
// //
// 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 ** // bare9
// goto sleep
// woken..
// data 97
// goto sleep
// //
// Did you experience any over-run errors? // Did you experience any over-run errors?
// //
// ** your answer here ** // Yes
// //
// Why does it behave differently than in release mode? // Why does it behave differently than in release mode?
// Recall how the execution overhead changed with optimization level. // Recall how the execution overhead changed with optimization level.
// //
// ** your answer here ** // The overhead gets too large because of the enqueue function and the USART will get more chars before the function terminates.
// //
// Commit your answers (bare9_2) // Commit your answers (bare9_2)
// //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment