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 am writing a ADC0 ISR for 8051f020. But i dont know the interrupt no. for ADC0 Interrupt(AD0INT). Hence i need a interrupt vector table where interrupt nos. may be listed. I am unable to find it on net and have read datasheet but could not find it. I cant poll the interrupt.
Kindly help.
several datasheets will number interrupts without taking skips in the sequence into account.
THUS, I would never use the "interrupt number" from the datasheet, but always use (vector address - 3)/8
Erik