RTX - Task list

Hello,

Does anyone know of anyway to get a list of all 'registered' (i.e. created) tasks in RTX?
I mean in code during runtime, of course.

(Note: I think it must be possible since uVision does it?)

Thanks in advance.

M

Parents
  • I think it must be possible since uVision does it?

    You're vastly underestimating how much more information uVision has about a running program than the CPU running it does. No, just because uVision can do it by no means implies that the code itself can do it. For starters, it's quite extremely unlikely that the names of tasks even exist anywhere in the code memory.

Reply
  • I think it must be possible since uVision does it?

    You're vastly underestimating how much more information uVision has about a running program than the CPU running it does. No, just because uVision can do it by no means implies that the code itself can do it. For starters, it's quite extremely unlikely that the names of tasks even exist anywhere in the code memory.

Children
More questions in this forum