FreeRTOS Support Archive
The FreeRTOS support forum is used to obtain active support directly from Real
Time Engineers Ltd. In return for using our top quality software and services for
free, we request you play fair and do your bit to help others too! Sign up
to receive notifications of new support topics then help where you can.
This is a read only archive of threads posted to the FreeRTOS support forum.
The archive is updated every week, so will not always contain the very latest posts.
Use these archive pages to search previous posts. Use the Live FreeRTOS Forum
link to reply to a post, or start a new support thread.
[FreeRTOS Home] [Live FreeRTOS Forum] [FAQ] [Archive Top] [October 2008 Threads] Task statePosted by Marcelo Adrian Lorenzati Sanz on October 18, 2008 Maybe is a silly question, but I couldn“t find it in the documentation... How can I query the state of a particular Task?
RE: Task statePosted by Dave on October 19, 2008 There is no API function to do this, but you could add one easily enough. You just need to look at which list the tasks TCB is referenced from. The information you need is all within the TCB as all pointers are doubly linked. This must be what the Eclipse plug in does.
Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.
|