• 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...
  • Function call in isr
    Hallo I do have some generel question when calling a function from a isr. I do see some strange behavior when doing it, depending on compiler optimization level and code. When calling a function...
  • Calling ISR function
    Hi, Is it possible from startup.asm I can call the interrup service routine found in my C source file? from my C source file: void InterruptServiceRoutine (void) interrupt 7 //SMB { ... } ...
  • 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...
  • CARM-LCP2292: Function calls from within ISRs
    Greetings: I'm desperately chasing obscure bugs in somebody else's code. I say this before I state that some of the ISR's are embarrassingly long, and have multiple calls to utility functions. In a...