• Grouping ISRs by priority for overlaying
    Just out of curiosity. Is there a way to tell the linker that ISRs have the same priority and thus cannot interrupt each other and can safely be overlayed? P.S.: And what is the correct passive form...
  • Grouping ISRs by priority for overlaying
    Just out of curiosity. Is there a way to tell the linker that ISRs have the same priority and thus cannot interrupt each other and can safely be overlayed? P.S.: And what is the correct passive form...
  • Spurious link from ISR to ?PR?MAIN
    I have a pretty big program which shows some very weird behavior during compiling. Depending on the order in which I included two files, the program either compiled fine or gave a bunch of "L15 Multiple...
  • 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...
  • Jumping back to main program inside ISR
    Hi all, I have a C51 application that requires the following operation which is close to a reset but it is not a reset: 1. when a bit is set in a register, call a function and return 2. when...