shaswat
Advanced Member level 4
- Joined
- Jul 2, 2013
- Messages
- 115
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 18
- Activity points
- 963
I have a generic code that is based on 8052 micro-controller and the IDE is KEil uvision 4 . In it I have some issues in interrupt function declaration. The programmer declares interrupt functions and at the end of the functions it writes ,
,
. I have doubt in it so I checked the interrupt function and their declaration. On web,https://www.keil.com/support/man/docs/c51/c51_le_interruptfuncs.htm I found that Cx51 supports 32 interrupts. But what about their Description? How do I know the description of interrupt more than 6?
Any new idea would be really appreciable.
Thanks.
HTML:
interrupt 10 using 1
HTML:
interrupt 2 using 1
Any new idea would be really appreciable.
Thanks.