Hi. I'm doing my thesis on 8051 and i'm programming interrupt routines in Keil C and simulate them. But I can't use variables inside interrupt routines because they generate unpredictable effects on simulations. Does anybody can help me please?
Darn! There goes the entire fabric of embedded systems programming - no more variables in interrupt routines! :-( There's always polled I/O. I seem to recall hearing that variables could be used with that. ;-) Jon