• call function from a ISR
    Hello, At the moment, I'm working with the ethernet MAC interface and I'm now able to get a interrupt, when I receive a new frame from the PHY. But I'm not totally sure, how I have to configure the...
  • call function from a ISR
    Hello, At the moment, I'm working with the ethernet MAC interface and I'm now able to get a interrupt, when I receive a new frame from the PHY. But I'm not totally sure, how I have to configure the...
  • Calling functions & passing parameters from ISR
    Hello, I am having two problems which I think are pretty much related to each other: Problem 1: passing parameters to function called from ISR I am invoking a function from ISR. To this...
  • Calling functions & passing parameters from ISR
    Hello, I am having two problems which I think are pretty much related to each other: Problem 1: passing parameters to function called from ISR I am invoking a function from ISR. To this...
  • function called from task, ISR or main?
    Hi, I'm running RL-RTX and I have a function that can be called either from a task, from an ISR or from main (at startup). Is there is way to identify the calling routine so I can make the proper...