Periodic task implementation #99698
Unanswered
lucazanesco
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
using event in task |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, here's Luca, I'm a computer science student. I'm trying to implement periodic tasks using zephyr on my NUCLEO board. Do you have any advice for implementing it? Actually I've tried with sys_clock_nanosleep() and with ksleep() using K_TIMEOUT_ABS_MS for absolute timing. What I'm trying to do is to implement a thread A that runs each 10ms and a thread B that runs each 20ms. Thanks for help
Beta Was this translation helpful? Give feedback.
All reactions