MICROPROCESSOR AND MICROCONTROLLER

INTRODUCTION TO MICROPEOCESSOR

MODEL OF MICROPROCESSOR

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The priority level of interrupt of 8051 for which SI(serial interrupt) interrupt is programmed is
A
level 0
B
level 1
C
level 0 or level 1
D
none of the above
Explanation: 

Detailed explanation-1: -Each interrupt level of 8051 can have two levels of priority namely level 0 and level 1. Level 1 is considered as a higher priority level compared to level 0. SI interrupt is programmed for level 1 priority. The bits, PT1, PT0, PX0 and PX1 when set, work at level 1, otherwise at level 0.

Detailed explanation-2: -Types of interrupt in 8051 Microcontroller Let’s see the five sources of interrupts in 8051 Microcontroller: Timer 0 overflow interrupt-TF0. External hardware interrupt-INT0. Timer 1 overflow interrupt-TF1.

There is 1 question to complete.