当前位置:网站首页>Principles of Microcomputer - Introduction
Principles of Microcomputer - Introduction
2022-07-01 08:57:00 【Waves ~】
Microcomputer principle
List of articles
Preface
This series of blog is mainly to watch the teacher Yu of Xi'an University of Electronic Science and technology 2009 Recorded in 《 Microcomputer principle video 》, Curriculum CPU With 8086CPU Take as an example to explain the course !
The whole course revolves around the following control block diagram ,CPU How to receive external physical signals , And control the change of external environment according to the change of external physical signal .
External equipment and CPU Required when connected Design interface circuit , Connect the two through the interface circuit .
One 、 Composition of microcomputer system
The composition system of microcomputer is divided into hardware subsystem and software subsystem ;
1. Early computer hardware systems
The composition of the early computer hardware system is as follows :
CPU By the control unit and ALU form , There are three kinds of information in the whole hardware system , Control information ( Blue ), Data and information ( green ) And address information ( There are multiple storage units in the memory , The location of these storage units is the address information ).
Bus : A path used to transmit information . According to the information, it can be divided into data bus (DB)、 Address bus (AB) And control bus (CB)
2. Hardware composition of microcomputer system
To reduce CPU Volume , Semiconductor manufacturers quote multiplexed pins , Reduce CPU pin number .
System level bus does not Light solves the problem of pin multiplexing and separation, and also solves the problem of pin driving ability .
ROM Memory is called program memory ,RAM Memory is called data memory .
8086 There is no inside ROM and RAM, So you need a bus to mount .
Instructions — Is a kind of binary code , The process of converting a high-level language into a machine language is called compilation ;
whatever IO Equipment and CPU Communication must be set IO Interface circuit !
Such as display and CPU The connection between them needs to be through the graphics card .
IO Address of the interface :CPU To someone IO The operation of the equipment is actually to IO Interface address for operation .
8086 Yes 16 Root address line , and IO The interface circuit has only one interface , So you need to use IO Address decoding circuit . That is to use the decoding knowledge in digital electronics !
Two 、 Memory
A word is divided into low byte and high byte , The high byte is placed at the high address , The low byte is placed at the low address 
边栏推荐
- Shell script - special variables: shell $, $*, [email protected], $$$
- FreeRTOS learning easy notes
- Shell script - definition, assignment and deletion of variables
- TypeError: __ init__ () got an unexpected keyword argument ‘autocompletion‘
- Redis——Lettuce连接redis集群
- TV size and viewing distance
- Centos7 shell脚本一键安装jdk、mongo、kafka、ftp、postgresql、postgis、pgrouting
- Installing Oracle EE
- 易点易动助力企业设备高效管理,提升设备利用率
- 公网集群对讲+GPS可视追踪|助力物流行业智能化管理调度
猜你喜欢
随机推荐
Shell script - string
Interrupt sharing variables with other functions and protection of critical resources
用C语言编程:用公式计算:e≈1+1/1!+1/2! …+1/n!,精度为10-6
Screenshot tips
又到年中,固定资产管理该何去何从?
TV size and viewing distance
Nacos - gestion de la configuration
Do you know how data is stored? (C integer and floating point)
Redis -- lattice connects to redis cluster
动态代理
电脑小技巧
What are the differences between the architecture a, R and m of arm V7, and in which fields are they applied?
[MFC development (17)] advanced list control list control
It technology ebook collection
Glitch free clock switching technology
Shell脚本-字符串
Shell脚本-case in 和正则表达式
Shell脚本-echo命令 转义符
基础:2.图像的本质
截图小妙招









