From 09368b5efb96a415076cc5cec7bfb2f257644621 Mon Sep 17 00:00:00 2001 From: "henthe-5@student.ltu.se" <henthe-5@student.ltu.se> Date: Wed, 6 Mar 2019 11:16:40 +0100 Subject: [PATCH] bare9_1 --- examples/bare9.rs | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/examples/bare9.rs b/examples/bare9.rs index ecb7aa9..b14c2d0 100644 --- a/examples/bare9.rs +++ b/examples/bare9.rs @@ -136,15 +136,26 @@ const APP: () = { // // What did you receive, and what was the output of the ITM trace. // -// ** your answer here ** +// ** abcd +// [2019-03-06T10:13:13.358Z] goto sleep +// [2019-03-06T10:13:53.746Z] woken.. +// [2019-03-06T10:13:53.747Z] data 97 +// [2019-03-06T10:13:53.747Z] goto sleep +// [2019-03-06T10:13:53.747Z] woken.. +// [2019-03-06T10:13:53.747Z] data 98 +// [2019-03-06T10:13:53.747Z] goto sleep +// [2019-03-06T10:13:53.747Z] woken.. +// [2019-03-06T10:13:53.747Z] data 99 +// [2019-03-06T10:13:53.748Z] data 100 +// [2019-03-06T10:13:53.748Z] goto sleep ** // // Did you experience any over-run errors? // -// ** your answer here ** +// ** No ** // // Why does it behave differently than bare7/bare8? // -// ** your answer here ** +// ** Instead of printing the value from usart we write to tx and enque the byte for later use. ** // // Commit your answers (bare9_1) // -- GitLab