Computer Systems:Microcontroller Applications

Microcontroller Applications We have now looked at some of the main ideas to be used in explaining microcontroller operation: hardware, software, how they interact and how the function of complex systems can be represented using block diagrams and flowcharts. The microcontroller provides, in a simplified form, all the main elements of the microprocessor system on […]
Continue reading…

 

Computer Systems: System Operation and Program Execution

System Operation The CPU controls the system data transfers via the data and address buses and additional control lines. A clock circuit, usually containing a crystal oscillator (as found in digital watches), is required; this produces a precise fixed frequency signal that drives the microprocessor along. The CPU operations are triggered on the rising and […]
Continue reading…

 

Computer Systems:Microprocessor Systems

Microprocessor Systems All microprocessor systems perform the same essential functions, that is, data or signal input, storage, processing and output. However, the PC is a relatively complex microprocessor system, with a hierarchical bus structure, which has developed to improve system performance by alleviating the bus bottleneck of earlier designs. The Intel PC processor itself also […]
Continue reading…

 

Computer Systems:Starting the Application and Data Input

Starting the Application Windows displays an initial screen with icons and menus, which allow the application to be selected by clicking on a shortcut. Windows converts this action into an operating system command which runs the executable file (WINWORD.EXE, etc.) stored on disk. The application program is transferred from disk to RAM, or as much […]
Continue reading…

 

Computer Systems:Word-Processor Operation and Starting the Computer

Word-Processor Operation In order to understand the operation of the PC microprocessor system, we will look at how the word-processor application uses the hardware and software resources. This will help us to understand the same basic processes that occur in microcontrollers. Starting the Computer When the PC is switched on, the RAM is empty. The […]
Continue reading…