We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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