• where my function has been called from
    Note: This was originally posted on 19th February 2013 at http://forums.arm.com [font=verdana, sans-serif][size=2]From my code I need to figure out has my function been called from the ISR or just regular...
  • where my function has been called from
    Note: This was originally posted on 19th February 2013 at http://forums.arm.com [font=verdana, sans-serif][size=2]From my code I need to figure out has my function been called from the ISR or just regular...
  • How to determine where function was called from
    From my code I need to figure out has my function been called from the ISR or just regular application code. I do know that application is running is the User Thread mode and ISR is in privileged handler...
  • How to determine where function was called from
    From my code I need to figure out has my function been called from the ISR or just regular application code. I do know that application is running is the User Thread mode and ISR is in privileged handler...
  • How to exit the RTX kernel? Is there a function call for this?
    I am using RL-RTX V3.20 in a project. I would like to exit the RTX kernel, but I cannot find the library function for this. Anybody can help?