INTRODUCTION TO MICROPEOCESSOR
MODEL OF MICROPROCESSOR
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
The number of priority levels that each interrupt of 8051 have is
|
1
|
|
2
|
|
3
|
|
4
|
Explanation:
Detailed explanation-1: -8051 has two levels of interrupt priorities: high or low. By assigning priorities, we can control the order in which multiple interrupts will be serviced. Priorities are set by bits in a special function register called IP, which is at the byte address B8H.
Detailed explanation-2: -Each interrupt level of 8051 can have two levels of priority namely level 0 and level 1.
Detailed explanation-3: -Explanation: INT0(active low) and INT1(active low) are two external interrupt inputs provided by 8051.
There is 1 question to complete.