Skip to content
Snippets Groups Projects
Commit e79a2aed authored by Ruben Asplund's avatar Ruben Asplund
Browse files

timing_resources done

parent c4e66165
No related branches found
No related tags found
No related merge requests found
...@@ -123,11 +123,11 @@ const APP: () = { ...@@ -123,11 +123,11 @@ 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] // [16 -2 = 14 clock cycles]
// //
// Does RTIC infer any overhead? // Does RTIC infer any overhead?
// //
// [Your answer here] // [Yes, because the Cortex-M take 12 cycles, which means that 14-12 = 2 overhead cycles.]
// //
// The debugger reports that the breakpoint was hit in the `run<closure>`. // The debugger reports that the breakpoint was hit in the `run<closure>`.
// The reason is that the RTIC implements the actual interrupt handler, // The reason is that the RTIC implements the actual interrupt handler,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment