- Hands-On Embedded Programming with C++17
- Maya Posch
- 239字
- 2021-08-20 10:20:41
Microcontrollers
One of the driving factors of innovation in the field of embedded systems is cost, since they will often be high-volume, cheap consumer products. To that end, it helps to have the entire microprocessor, memory, storage, and input/output peripherals on a single chip, simplifying implementation effort, reducing PCB real estate, all with the added benefit of faster and simpler design and production with higher yield. This led to the development of microcontrollers (MCUs) during the 1970s: single-chip computer systems that could be added to a new design for a minimal cost.
With the introduction of Electrically Erasable Programmable Read-Only Memory (EEPROM) to MCUs in the early 1990s, it first became possible to rewrite the program memory of MCUs repeatedly without having to resort to erasing memory content using ultraviolet light through a special quartz window in the MCU's packaging. This allowed for much easier prototyping and further reduced cost and - as far as development and lower-volume production is concerned - in-circuit programming.
As a result of this, many systems that were previously controlled by intricate mechanical and analog mechanisms (like elevators and temperature controllers) now contain one or more MCUs, which handle the same functionality while reducing costs and increasing reliability. By having the features handled in software, developers were also free to add advanced features such as complex preset programs (for washing machines, microwaves, and so on) and simple to complex displays to provide feedback to the user.
- 用“芯”探核:龍芯派開發(fā)實(shí)戰(zhàn)
- FPGA從入門到精通(實(shí)戰(zhàn)篇)
- 基于Proteus和Keil的C51程序設(shè)計(jì)項(xiàng)目教程(第2版):理論、仿真、實(shí)踐相融合
- Linux運(yùn)維之道(第2版)
- micro:bit魔法修煉之Mpython初體驗(yàn)
- 筆記本電腦使用、維護(hù)與故障排除從入門到精通(第5版)
- 超大流量分布式系統(tǒng)架構(gòu)解決方案:人人都是架構(gòu)師2.0
- 圖解計(jì)算機(jī)組裝與維護(hù)
- Java Deep Learning Cookbook
- 新編電腦組裝與硬件維修從入門到精通
- 3D Printing Blueprints
- 微控制器的應(yīng)用
- 計(jì)算機(jī)組裝與維護(hù)(慕課版)
- FPGA實(shí)戰(zhàn)訓(xùn)練精粹
- Deep Learning with Keras