我是靠谱客的博主 天真心情,最近开发中收集的这篇文章主要介绍微处理器与微控制器的区别,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

COMPARING MICROPROCESSORS AND MICROCONTROLLERS
• Microprocessor is a single chip CPU, microcontroller contains, a CPU and much
of the remaining circuitry of a complete microcomputer system in a single chip.
• Microcontroller includes RAM, ROM, serial and parallel interface, timer, interrupt
schedule circuitry (in addition to CPU) in a single chip.
–RAM is smaller than that of even an ordinary microcomputer, but enough
for its applications.
–Interrupt system is an important feature, as microcontrollers have to respond
to control oriented devices in real time. E.g., opening of microwave oven’s
door cause an interrupt to stop the operation. (Most microprocessors can also
implement powerful interrupt schemes, but external components are usually
needed).
• Microprocessors are most commonly used as the CPU in microcomputer systems.
Microcontrollers are used in small, minimum component designs performing
control-oriented activities.
• Microprocessor instruction sets are processing intensive, implying powerful
addressing modes with instructions catering to large volumes of data. Their
instructions operate on nibbles, bytes, etc. Microcontrollers have instruction
sets catering to the control of inputs and outputs. Their instructions operate
also on a single bit. E.g., a motor may be turned ON and OFF by a 1-bit
output port.

最后

以上就是天真心情为你收集整理的微处理器与微控制器的区别的全部内容,希望文章能够帮你解决微处理器与微控制器的区别所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(41)

评论列表共有 0 条评论

立即
投稿
返回
顶部