Skip to content
Snippets Groups Projects
Commit 502d2e37 authored by Ridge's avatar Ridge
Browse files

bare9_2

parent c49b8e9d
No related branches found
No related tags found
No related merge requests found
......@@ -171,16 +171,23 @@ const APP: () = {
//
// What did you receive, and what was the output of the ITM trace.
//
// ** your answer here **
// bare9
// goto sleep
// woke
// n..
// data 97
// data 98
// goto sleep
//
// Did you experience any over-run errors?
//
// ** your answer here **
// Yes, one.
//
// Why does it behave differently than in release mode?
// Recall how the execution overhead changed with optimization level.
//
// ** your answer here **
// Our overhead ends up getting too large due to our enqueue function when not run in release mode,
// leading to USART getting more chars before it's able to terminate the current ones.
//
// 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