Hi,
I'm running embOS 3.82v on a Cortex-M3 and trying to use the information provided by embOS view to debug my application.
I'm note sure of the meaning of the "data" field of embOs view.
For example, i have a task waiting for an event, its status is "Wait Event Object" and data is something like 0x200093B8.
Is it the address of the event object ? It would be the logical meaning of this field, but it seems to be an address inside the task's stack,
and i'm sure that my object is not allocated on the stack but on the heap.
Could you explain me what is the "data" field ?
Thanks
I'm running embOS 3.82v on a Cortex-M3 and trying to use the information provided by embOS view to debug my application.
I'm note sure of the meaning of the "data" field of embOs view.
For example, i have a task waiting for an event, its status is "Wait Event Object" and data is something like 0x200093B8.
Is it the address of the event object ? It would be the logical meaning of this field, but it seems to be an address inside the task's stack,
and i'm sure that my object is not allocated on the stack but on the heap.
Could you explain me what is the "data" field ?
Thanks