Search Results

Search results 1-3 of 3.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Thanks for your answer, I received your mail, I will continue with the support then.

  • EmbOs and C/C++ STL multitask safety

    Marc - - embOS related

    Post

    Hi, I'm running embOS 3.88c on a Cortex-M3 and I have a strange behavior in my application. There are about 15 different tasks runing, and some of them do dynamic allocation using new, which calls malloc(). Sometimes, one of the tasks run at 100% and the debugger shows that the task is blocked in an infinite loop inside __malloc_internal. The problem only occurs in real time execution, when debugging step by step, no infinite loop. This leads me to say it is multi task related. So I'm wondering …

  • embOS View task list, "data" field

    Marc - - embOS related

    Post

    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…