Home>Article> In interrupt mode, the path for peripheral data input to memory is

In interrupt mode, the path for peripheral data input to memory is

王林
王林 Original
2019-11-01 13:49:28 6985browse

In interrupt mode, the path for peripheral data input to memory is

In interrupt mode, the path for inputting peripheral data to memory is: Peripheral—IMO interface—CPU—Memory.

Features of interrupt mode:

In interrupt mode, when the peripheral needs to transmit data to the host, it must request the host to provide interrupt service, interrupt the execution of the current main program, and automatically redirect The corresponding interrupt handler controls the transmission of data, and the process is always under the control of instructions executed by the processor.

The above is the detailed content of In interrupt mode, the path for peripheral data input to memory is. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn