Skip to content
Snippets Groups Projects
Commit 13c081eb authored by August Svensson's avatar August Svensson
Browse files

bare9_2

parent 4c9afa4d
No related branches found
No related tags found
No related merge requests found
...@@ -175,16 +175,30 @@ const APP: () = { ...@@ -175,16 +175,30 @@ 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 ** // **
// USART received:
// ab
//
// ITM received (without timestamp):
// bare9
// goto sleep
// woke
// After unpausing again from the error:
// n..
// data 97
// data 98
// 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 ** // ** More overhead is added to the interrupt routine, so that the execution time
// becomes longer and no longer below the time between USART character receives. **
// //
// 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