Skip to content
Snippets Groups Projects
Commit 75689fd7 authored by Blinningjr's avatar Blinningjr
Browse files

Corrected answares based on feedback from Edvin

parent 57e4a176
No related branches found
No related tags found
No related merge requests found
...@@ -134,7 +134,10 @@ const APP: () = { ...@@ -134,7 +134,10 @@ const APP: () = {
// What was the software latency observed to enter the task? // What was the software latency observed to enter the task?
// //
// [Your answer here] // [Your answer here]
// 16 - 2 = 14 cycles // Software latency observed: 14 - 12 = 2 cycles
// Total latency observed: 16 - 2 = 14 cycles
// Hardware latency: ~12 cycles
//
// //
// Does RTIC infer any overhead? // Does RTIC infer any overhead?
// //
......
...@@ -104,7 +104,9 @@ const APP: () = { ...@@ -104,7 +104,9 @@ const APP: () = {
// What was the software latency observed to enter the task? // What was the software latency observed to enter the task?
// //
// [Your answer here] // [Your answer here]
// 11 - 0 = 11 cycles // Software latency observed: 11 - 12 = -1 => ~0 cycles
// Total latency observed: 11 - 0 = 11 cycles
// Hardware latency: ~12 cycles
// //
// Does RTIC infer any overhead for launching the task? // Does RTIC infer any overhead for launching the task?
// //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment