Книга: Advanced PIC Microcontroller Projects in C
1.4 Microcontroller Architectures
Two types of architectures are conventional in microcontrollers (see Figure 1.4). Von Neumann architecture, used by a large percentage of microcontrollers, places all memory space on the same bus; instruction and data also use the same bus.
Figure 1.4: Von Neumann and Harvard architectures
In Harvard architecture (used by PIC microcontrollers), code and data are on separate buses, which allows them to be fetched simultaneously, resulting in an improved performance.
Оглавление статьи/книги
Похожие страницы
- 1.3 Microcontroller Features
- Introduction to Microprocessors and Microcontrollers
- 3.2.13. Other Architectures
- 16.4.1. Other Architectures
- 1.2 Microcontroller Systems
- 3.2 PIC Microcontroller Input-Output Port Programming
- PROJECT 8.1 — USB-Based Microcontroller Output Port
- 8.5 PIC18 Microcontroller USB Bus Interface
- The Microcontroller Software
- PROJECT 8.2 — USB-Based Microcontroller Input
- 9.8 PIC Microcontroller CAN Interface
- 9.9 PIC18F258 Microcontroller