Skip to content
Snippets Groups Projects
Commit f271a55e authored by Henrik Theolin's avatar Henrik Theolin
Browse files

bare9_2

parent 09368b5e
No related branches found
No related tags found
No related merge requests found
......@@ -169,16 +169,20 @@ const APP: () = {
//
// What did you receive, and what was the output of the ITM trace.
//
// ** your answer here **
// ** ad
// [2019-03-06T10:17:26.610Z] woken..
// [2019-03-06T10:17:26.610Z] data 97
// [2019-03-06T10:17:26.611Z] data 100
// [2019-03-06T10:17:26.611Z] goto sleep **
//
// Did you experience any over-run errors?
//
// ** your answer here **
// ** Yes **
//
// Why does it behave differently than in release mode?
// Recall how the execution overhead changed with optimization level.
//
// ** your answer here **
// ** The enqueue function adds to much overhead so that the usart receives more characters before the function terminates. **
//
// 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