Threads created using k_thread_create in the driver cannot enter the entry function #74591
Unanswered
foxriver1025
asked this question in
Q&A
Replies: 0 comments
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.
-
I create a thread like this:
But it did not enter my entry function
mt_scc_thread_entry
.The state of the thread is
queued
,like this:When I fill in delay as K_USEC(1), the thread state first starts with prestart, and then it takes a long time to enter the entry function. Why is this?
Beta Was this translation helpful? Give feedback.
All reactions