| ||||||||
Technical Support Support Resources Product Information | C51: INTERRUPT VECTOR NUMBERSInformation in this article applies to:
QUESTIONWhere can I find a list of the interrupt vector numbers to use with C51? ANSWERCalculate the interrupt number for C51 interrupt vectors as follows: (interrupt_address - 3) / 8 So, for interrupt address 33h, the interrupt number would be: (33h - 3) / 8 = 30h / 8 = 6 MORE INFORMATIONRefer to Application Note 103 for more information about interrupt vectors and C51. Last Reviewed: Sunday, January 30, 2005 | |||||||
| ||||||||