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

timing_exam 4)

parent 5e2f874d
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ const APP: () = { ...@@ -47,7 +47,7 @@ const APP: () = {
asm::bkpt(); asm::bkpt();
// emulates timing behavior of t1 // emulates timing behavior of t1
cortex_m::asm::delay(10_000); cortex_m::asm::delay(9_662);
asm::bkpt(); asm::bkpt();
// 2) your code here to update T1_MAX_RP and // 2) your code here to update T1_MAX_RP and
...@@ -74,7 +74,7 @@ const APP: () = { ...@@ -74,7 +74,7 @@ const APP: () = {
asm::bkpt(); asm::bkpt();
// 1) your code here to emulate timing behavior of t2 // 1) your code here to emulate timing behavior of t2
asm::delay(30_000); asm::delay(29_607);
asm::bkpt(); asm::bkpt();
// 2) your code here to update T2_MAX_RP and // 2) your code here to update T2_MAX_RP and
...@@ -101,7 +101,7 @@ const APP: () = { ...@@ -101,7 +101,7 @@ const APP: () = {
asm::bkpt(); asm::bkpt();
// 1) your code here to emulate timing behavior of t3 // 1) your code here to emulate timing behavior of t3
asm::delay(30_000); asm::delay(29_609);
asm::bkpt(); asm::bkpt();
// 2) your code here to update T3_MAX_RP and // 2) your code here to update T3_MAX_RP and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment