Help! what does this mean

Status
Not open for further replies.

TT

New Member
Hi there,

reading the features of the Atmel AT89s52 I wonderd what the following feature means:

Six-vector two-level intrerupt architecture

Thnx

Thom
 
Hello,

This means there are six different interrupts you can use. Each of these interrupts is assigned one of two levels (High Priority and Low Priority). These levels detirmine whether or not the interrupts can interrupt each other. A Low Priority Interrupt can be interrupted by a high priority interrupt but if two interrupts of the same level occur at the same time then one has to wait for the first to finish.
Hope this helps.

-Brent
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…