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

bare9_1

parent db8ecd62
No related branches found
No related tags found
No related merge requests found
......@@ -136,15 +136,28 @@ const APP: () = {
//
// What did you receive, and what was the output of the ITM trace.
//
// ** your answer here **
// Received ASCII -> abcd
//
// bare9
// goto sleep
// woken..
// data 97
// goto sleep
// woken..
// data 98
// goto sleep
// woken..
// data 99
// data 100
// 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 directly using usart, we write it to tx and queue 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