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.
I'm attempting to use the timer 1 ISR for the ADuC814. In assembly I easily use the ORG directive to write to the address that the PC jumps to when the interupt is set. How do I do the equivalent in C? Any help would be appreciated.
http://www.keil.com/support/man/docs/c51/c51_le_interruptfuncs.htm
Thanks for the help. This is my first time using keil and doing any embedded work. I've got the interupt functioning.
"This is my first time using keil..."
So now would be a good time to have a thorough read through the Manuals to ensure that there aren't any other important features & facilities that you're missing...
work through the examples in the "getting started guide". That is 517% better than just reading the guide.
Erik