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

bare9_1

parent d2d1a873
No related branches found
No related tags found
No related merge requests found
......@@ -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)
//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment