fzawadiak Community Member
- Member since Feb 5th 2021
- Last Activity
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
fzawadiak -
Replied to the thread [SOLVED] RTOS plugins.
PostOK, seems it only happens when there is no executing thread. If anybody is interested I uploaded working version to Github: github.com/fzawadiak/Ozone-ThreadX -
fzawadiak -
Replied to the thread [SOLVED] RTOS plugins.
PostGot getregs working properly with ThreadX. One more question, what getContextSwitchAddrs actually do? When it is used? It looks now that registers are restored properly when I switch tasks, but Call Stack window is not updated on thread switch. Any hints? -
fzawadiak -
Replied to the thread [SOLVED] RTOS plugins.
PostThanks, this helped a lot! It would be worth stressing out in documentation you should not change the queue name after clear to get into tasklist. Or that there IS a special qeue name for Tasks. Even example does it (note void that are not valid in… -
fzawadiak -
Replied to the thread [SOLVED] RTOS plugins.
PostOK, so I just created absolutely minimal plugin, that should allow switching of the threads. And getregs is never called... Ozone V3.22a JavaScript Source Code (40 lines) -
fzawadiak -
Replied to the thread [SOLVED] RTOS plugins.
PostIt is not called, that is my point... -
fzawadiak -
Posted the thread [SOLVED] RTOS plugins.
ThreadI'm trying to implement plugin for ThreadX for Ozone. I got threads lists and other object lists working, but can't get it to call getregs. It is never called, I added TargetInterface.message to trace method calls. Any ideas what I could try or what are…