Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

interrupt function and their declaration problem

Status
Not open for further replies.

shaswat

Advanced Member level 4
Full Member level 1
Joined
Jul 2, 2013
Messages
115
Helped
1
Reputation
2
Reaction score
1
Trophy points
18
Visit site
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 ,
HTML:
interrupt 10 using 1
,
HTML:
interrupt 2 using 1
. 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.
 

The interrupt vector question refers to processor hardware manuals. Basic 8052 has no interrupt 10.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top