dnfuss Community Member
- Member since Sep 23rd 2020
- Last Activity
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
dnfuss -
Replied to the thread Wrong source file opens.
PostHi Fabian Submitted, as requested. Kind regards David -
dnfuss -
Replied to the thread Wrong source file opens.
PostI'm experiencing exactly this issue myself with 3.22a - my application uses two independant tcp/ip stacks, so there are several duplicated functions/filenames (e.g udp.c, route.c, etc) which results in Ozone taking me to the wrong file when selecting a… -
dnfuss -
Replied to the thread RTOS-Aware Plug-In: Call stack for selected task?.
PostHi guys- I appreciate you're likely busy with other things, but would like to check that I'm not missing anything obvious with this- I assume the embOS and ThreadX examples allow a complete backtrace of the call stack when the SP register is set to the… -
dnfuss -
Replied to the thread RTOS-Aware Plug-In: Call stack for selected task?.
PostHi I've got as far as restoring the saved registers (r3-r11 and lr) and setting the aRegs SP and PC indexes to that of the stack frame at the top of the stack when the thread was suspended. Although this does result in the stack changing to that of the… -
dnfuss -
Replied to the thread RTOS-Aware Plug-In: Call stack for selected task?.
PostThanks Nino That's good to know- My plugin was derived from the embOS plugin but the MQX kernel structure is very different, so I'll need to find where R0 - R15 and PSR are stored within an MQX task. You mentioned callstack- is that separate operation… -
dnfuss -
Posted the thread RTOS-Aware Plug-In: Call stack for selected task?.
ThreadHi! I'm using an RTOS aware plug-in that I've developed for MQX, and I'm wondering if there's any way of having the call stack window reflect the context of the task selected in the displayed table (as in image below)? At present, it appears only to…