• RTX166, Prevent /Analyze possible stack overflow
    Hello, I use RTX166 on my system (20 tasks). How can i check Task Stack busy level to prevent a possible stack overflow? Operating system manual say: "Register R0 is stack pointer" I will check...
  • RTX166, Prevent /Analyze possible stack overflow
    Hello, I use RTX166 on my system (20 tasks). How can i check Task Stack busy level to prevent a possible stack overflow? Operating system manual say: "Register R0 is stack pointer" I will check...
  • RTX166 Task waiting on an interval timeout or message
    Hi all, Using C166 & RTX-166. I would like to prevent interval timeout errors (NOT_OK/INTERVAL_ERROR). I have a task that waits for a new message or an interval time-out using a call to os_wait...
  • RTX166 Task waiting on an interval timeout or message
    Hi all, Using C166 & RTX-166. I would like to prevent interval timeout errors (NOT_OK/INTERVAL_ERROR). I have a task that waits for a new message or an interval time-out using a call to os_wait...
  • RL-ARM: "stack overflow" depending on task creation order?
    My ARM7 software is using the RT environment of RL-ARM. After adding a new tiny task Task8 to the previous 7 tasks, "os_stk_overflow" is called with the "task_id" pointing to Task8. - Reducing...