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 of 'to overlay'?
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?
I do not think so, (there is no automatic grouping of 'using') but a very intersting idea
Erik
Hey, you're right. I use a register bank for each priority level. The using keyword would be an excellent indicator for the linker. I didn't even think about this.
View all questions in Keil forum