• call stack + locals cant access thread
    Hi, I have a thread that is not responding for some reason (MDK ARM pro) . The thread viewer shows it is waiting (for MBX not OR as it should be) using 11% of the stack out of 84% in total. When I try...
  • call stack + locals cant access thread
    Hi, I have a thread that is not responding for some reason (MDK ARM pro) . The thread viewer shows it is waiting (for MBX not OR as it should be) using 11% of the stack out of 84% in total. When I try...
  • Is there a way to prevent access to the stack?
    Hello all, I have problem: My preemptive scheduler rewites the CPU stack when needing to switch to another stack. But, I want to prevent users (=tasks) from rewriting the stack, mainly because of malicious...
  • Is there a way to prevent access to the stack?
    Hello all, I have problem: My preemptive scheduler rewites the CPU stack when needing to switch to another stack. But, I want to prevent users (=tasks) from rewriting the stack, mainly because of malicious...
  • Reentrant stack & hardware stack ...
    From Cx51 User's guide, I learned that: The simulated stack area for reentrant functions is organized from top to bottom—it stacks down. The 8051 hardware stack is just the opposite and is organized...