The process of MCS-51 MCU responding to interrupt is ().
A. The breakpoint PC automatically presses the stack and loads the corresponding interrupt vector address into the PC
B. Turn off the interrupt and the program goes to the interrupt service program
C. The PC points to the interrupt service program address
D. The breakpoint PC automatically presses the stack, loads the corresponding interrupt vector address into the PC, and the program turns to the vector address
查看答案
MCS-51 response interrupt vector address is.
A. The first address of the interrupt service program
B. Exit address of interrupt service program
C. The entry address of the interrupt service program
D. The address of the main program waiting for interrupt instruction
When the serial port of MCS-51 MCU receives or transmits a frame of data, the () in scon is applied to CPU for interrupt.
A. RI or ti set to 1
B. RI or ti set to 0
C. RI set to 1 or ti set to 0
D. RI set to 0 or ti set to 1
When the it1 and it0 bits in the timer control register TCON are cleared to 0, the external interrupt request signal mode is ().
A. Low level active
B. High level active
C. Pulse up bound valid
D. Pulse negative jump valid
Start the timer and start it with SETB TRi.
A. 对
B. 错