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.

The maximum freq. signal that can by applied to 89C52 pins

Status
Not open for further replies.

sivamit

Full Member level 4
Joined
Dec 1, 2005
Messages
201
Helped
20
Reputation
40
Reaction score
14
Trophy points
1,298
Activity points
2,651
Interrupt frequency

Hi friends,
What is the maximum frequency signal we can apply at the interrupt pins of 89c52 microcontrollers. Im using a crytal of frq 11.0592 MHz.
 

Interrupt frequency

It depend on interrupt routine code size.
if number of code executed in interupt service routine is small, you can use higher frequency.
it is because of compeletion interrupt routine before next interrup comming.
 

Re: Interrupt frequency

Hi, If you do some good coding in ASM and I assume your interrupt routine only takes some 100us than its: 1/((12 / 11.0592 * 10E6) * 100) = 9216 interrupts/sec

regards,

Paul.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top