You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latency_measure benchmark test fails on sam_e70_xplained with an "Error: tick occurred" when measuring average context switch time between cooperative threads.
Arch: ARM Platform: sam_e70_xplained
Error log on console:
***** delaying boot 1000ms (per build configuration) *****
***** Booting Zephyr OS zephyr-v1.13.0-1180-g5776ea8869 (delayed boot 1000ms) *****
|-----------------------------------------------------------------------------|
| Latency Benchmark |
|-----------------------------------------------------------------------------|
| tcs = timer clock cycles: 1 tcs is 3 nsec |
|-----------------------------------------------------------------------------|
| 1 - Measure time to switch from ISR back to interrupted thread |
| switching time is 1048 tcs = 3493 nsec |
|-----------------------------------------------------------------------------|
| 2 - Measure time from ISR to executing a different thread (rescheduled) |
| switch time is 2100 tcs = 7000 nsec |
|-----------------------------------------------------------------------------|
| 3 - Measure average time to signal a sema then test that sema |
| Average semaphore signal time 598 tcs = 1994 nsec |
| Average semaphore test time 188 tcs = 627 nsec |
|-----------------------------------------------------------------------------|
| 4- Measure average time to lock a mutex then unlock that mutex |
| Average time to lock the mutex 706 tcs = 2355 nsec |
| Average time to unlock the mutex 611 tcs = 2036 nsec |
|-----------------------------------------------------------------------------|
| 5 - Measure average context switch time between threads using (k_yield) |
| Average thread context switch using yield 1645 tcs = 5483 nsec |
|-----------------------------------------------------------------------------|
| 6 - Measure average context switch time between threads (coop) |
| Error: tick occurred |
|-----------------------------------------------------------------------------|
===================================================================
PROJECT EXECUTION FAILED
The text was updated successfully, but these errors were encountered:
The latency_measure benchmark test fails on sam_e70_xplained with an "Error: tick occurred" when measuring average context switch time between cooperative threads.
Arch: ARM
Platform: sam_e70_xplained
Error log on console:
The text was updated successfully, but these errors were encountered: