- Embedded Systems Architecture
- Daniele Lacamera
- 212字
- 2021-06-25 21:55:00
The reference platform
The preferred design strategy for embedded CPU cores is reduced instruction set computer (RISC). Among all the RISC CPU architectures, a number of reference designs are used as guidelines by silicon manufacturers to produce the core logic to integrate into the microcontroller. Each reference design differs from the others in a number of characteristics of the CPU implementation. Each reference design includes one or more families of microprocessors integrated in embedded systems, sharing the following characteristics:
- Word size used for registers and addresses (8-bit, 16-bit, 32-bit, or 64-bit)
- Instruction set
- Register configurations
- Endianness
- Extended CPU features (interrupt controller, FPU, MMU)
- Caching strategies
- Pipeline design
Choosing a reference platform for your embedded system depends on your project needs. Smaller, less feature-rich processors are generally more suited to low energy consumption, have a smaller MCU packaging, and are less expensive. Higher-end systems, on the other hand, come with a bigger set of resources and some of them have dedicated hardware to cope with challenging calculations (such as a floating point unit, or an Advanced Encryption Standard (AES) hardware module to offload symmetric encryption operations). 8-bit and 16-bit core designs are slowly giving way to 32-bit architectures, but some successful designs remain relatively popular in some niche markets and among hobbyists.
- Linux網絡管理與配置(第2版)
- Citrix XenApp Performance Essentials
- 異質結原理與器件
- Python基礎教程(第3版)
- Joomla! 3 Template Essentials
- 蘋果OS X Mavericks 10.9應用大全
- Linux基礎使用與案例
- Python UNIX和Linux系統管理指南
- Multi-Cloud for Architects
- iOS 10快速開發:18天零基礎開發一個商業應用
- Mastering AWS CloudFormation
- 微軟360度
- Administering ArcGIS for Server
- C#實用教程(第2版)
- 鴻蒙應用開發實戰