当前位置:网站首页>Principle of single chip microcomputer [1] five diagrams that must be mastered by single chip microcomputer well
Principle of single chip microcomputer [1] five diagrams that must be mastered by single chip microcomputer well
2022-04-22 07:53:00 【Ke Yuqian】
Principle of single chip microcomputer [ One ] Learn the five pictures that must be learned by single chip microcomputer
- Preface
-
- One :51 The main function block diagram of single chip microcomputer
- Two :51 Memory structure of single chip microcomputer
- 3、 ... and :51 Timing of single chip microcomputer / Logic structure diagram of counter ( Mode one )
- Four :51 MCU interrupt system structure diagram
- 5、 ... and :51 Extended off chip program and data memory of single chip microcomputer
- Information
Preface
Record the process of learning the principle of single chip microcomputer . The specific courses I took were app( University of China mooc) I found Professor Dai Shenghua from Beijing Jiaotong University on the 《 Principle and application of single chip microcomputer 》. If you have time, you can find your own learning video . I think it's very good . Here are some notes I learned by myself .
mailbox :[email protected]
WeChat :18852982072
Don't talk much Directly above
One :51 The main function block diagram of single chip microcomputer
Single chip system Include the following parts :
- Clock source : Provide a stable clock for the single chip microcomputer
- processor : Used to calculate The core of our whole MCU .
- Memory : Store program code and data ROM( read-only )
- interrupt : Used to interrupt program execution
- Bus: Address data Control bus
- Counter / Timer : For counting and delay .
- I/O mouth Serial port : Used for control and communication .
Two :51 Memory structure of single chip microcomputer
The maximum storage space of program memory and data memory is : The maximum space is 2^32bit = 64KB
Internal data storage :
External data storage :
The data and address in the address :
We can think of it as a tall building , Each floor of the tall building has an address , What is stored in each floor is the data in the address .
3、 ... and :51 Timing of single chip microcomputer / Logic structure diagram of counter ( Mode one )
Timing and counter It is realized by counting .
Here is a fosc It's the source of the clock .
When the counter overflows will TF1 Set up 1 了 Thus entering the interrupt .
Four :51 MCU interrupt system structure diagram
Interrupts are used to interrupt the sequential execution of programs .
5、 ... and :51 Extended off chip program and data memory of single chip microcomputer

PSEN : Program memory Read through this Because it's read-only
RD/WR : Data storage Through a readable and writable bus
Information
版权声明
本文为[Ke Yuqian]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204220622549068.html
边栏推荐
猜你喜欢
随机推荐
Unity gets the network and converts it to a timestamp
Unity interview questions (follow-up)
Xshell连接虚拟机
List 交集、并集、去重、抽取、修改属性等常用操作
Unity基础知识2
Use of branches in C #
寻找3d地图上没有障碍物的点
C#抽象类
unityJson文件创建和读取
QT common tool class function encapsulation summary
C-11 Problem H: 开宝箱2
RT thread [i] create project
C# break,continue,return的区别和使用
C#方法的使用
Dynamic library summary
Enumerations and structures in C #
继续树莓派4B+OLED:开机自动显示IP地址
Unity遮罩 反向遮罩实现
树莓派:模拟iSCSI存储
可视化编程——实验二


![[TCP / IP overview]](/img/51/509865a5350cd77dc639c9f2fb4f1c.png)


![Multithreading (threaded Communication [producer and consumer])](/img/bc/f1bb196f5c4bf9771d5dbef00e2936.png)


![OOPC [一] C语言对象化](/img/dc/4a12d350dc9934df3eb79796e1aa82.png)