Skip to content

Callbacks for time critical functions #9885

Answered by jwhui
motters asked this question in Q&A
Discussion options

You must be logged in to vote

As a network protocol, Thread specifies expected response times and timeouts to handle packet transmission failures. As a result, any Thread protocol interaction will have some required time bound.

If you haven't already, I would consider looking into some mechanism that allows OpenThread to execute concurrently with other tasks, either an RTOS that supports multi-threading or a separate MCU / core that with separate execution contexts.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jwhui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants