Skip to content
Snippets Groups Projects
Commit cfe09b79 authored by anttib-5's avatar anttib-5
Browse files

bare10_2

parent 4a3c6cae
No related branches found
No related tags found
No related merge requests found
...@@ -3,13 +3,15 @@ ...@@ -3,13 +3,15 @@
data 13 data 13
data 97 data 97
UsartReceiveOverflow UsartReceiveOverflow
data 97 data 3
UsartReceiveOverflow
data 97
UsartReceiveOverflow
data 100
RingBufferOverflow RingBufferOverflow
data 115 data 3
RingBufferOverflow RingBufferOverflow
data 3
RingBufferOverflow
bare10
data 97
UsartReceiveOverflow
data 13 data 13
data 97
UsartReceiveOverflow UsartReceiveOverflow
...@@ -79,7 +79,7 @@ const APP: () = { ...@@ -79,7 +79,7 @@ const APP: () = {
} }
} }
#[task(priority = 1, resources = [ITM])] #[task(priority = 1, capacity = 4, resources = [ITM])]
fn trace_data(byte: u8) { fn trace_data(byte: u8) {
let stim = &mut resources.ITM.stim[0]; let stim = &mut resources.ITM.stim[0];
iprintln!(stim, "data {}", byte); iprintln!(stim, "data {}", byte);
...@@ -168,7 +168,7 @@ const APP: () = { ...@@ -168,7 +168,7 @@ const APP: () = {
// //
// What information would you need? // What information would you need?
// //
// ** your answer here ** // We need to know how large a USART-message is, how often we can take a message and how much time it takes/needs for a message to be processed
// //
// Commit your answers (bare10_2) // Commit your answers (bare10_2)
// //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment