• Calling C function from ISR
    Hi, I am trying to call a C function from the interrupt subroutine in LPC3250. When I call the function from a C file, there is no problem. However, when I use a C++ file containing the required...
  • 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...