Search Results

Search results 1-2 of 2.

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

  • Hi guys, I have a strange problem. In one of my applications I actually use embOS V5.18.0.3. The device is based on NXP LPC55S28. The software use a very large amount of OS features like tasks, timers, mutexes, semaphores, event objects, queues. A bunch of tasks have the same (lowest) priority and the others have increasing priority. Only one task, which I'll call HP_TASK, has the highest priority. Focusing on HP_TASK, it's very simple, it does something like this: C Source Code (35 lines) In th…

  • Good morning, is there in Ozone any way to debug with thread aware like that is described here: segger.com/products/debug-prob…er/thread-aware-debugging ? I would like to know for each task, the exact OS_ function where the task is waiting, the context of the task in that point and a stack of function calls like happens in eclipse (attached image). If it can't be done in Ozone, what I need to do to obtain that in an eclipse environment? Eclipse version, JLink software version, etc... Thank you, …