Microprocessor Technology
eBook - ePub

Microprocessor Technology

J S Anderson

Partager le livre
  1. 240 pages
  2. English
  3. ePUB (adapté aux mobiles)
  4. Disponible sur iOS et Android
eBook - ePub

Microprocessor Technology

J S Anderson

DĂ©tails du livre
Aperçu du livre
Table des matiĂšres
Citations

À propos de ce livre

'Microprocessor Technology' provides a complete introduction to the subject of microprocessor technology using the Z80 and 6502 processors. An emphasis on fault-finding and repair makes this an ideal text for servicing courses including City & Guilds 2240 in the UK, microelectronics units on BTEC National/Advanced GNVQ and City & Guilds 7261 Microprocessor Technology. It will also provide a refresher course for those on 'bridging' and micro appreciation courses where a measure of comparative studies is required. Clear and concise explanations are supported by worked examples, tutorials, long answer questions and assignments giving students the opportunity to test their knowledge as they progress through the course as well as providing an essential revision tool in the run-up to exams.

Foire aux questions

Comment puis-je résilier mon abonnement ?
Il vous suffit de vous rendre dans la section compte dans paramĂštres et de cliquer sur « RĂ©silier l’abonnement ». C’est aussi simple que cela ! Une fois que vous aurez rĂ©siliĂ© votre abonnement, il restera actif pour le reste de la pĂ©riode pour laquelle vous avez payĂ©. DĂ©couvrez-en plus ici.
Puis-je / comment puis-je télécharger des livres ?
Pour le moment, tous nos livres en format ePub adaptĂ©s aux mobiles peuvent ĂȘtre tĂ©lĂ©chargĂ©s via l’application. La plupart de nos PDF sont Ă©galement disponibles en tĂ©lĂ©chargement et les autres seront tĂ©lĂ©chargeables trĂšs prochainement. DĂ©couvrez-en plus ici.
Quelle est la différence entre les formules tarifaires ?
Les deux abonnements vous donnent un accĂšs complet Ă  la bibliothĂšque et Ă  toutes les fonctionnalitĂ©s de Perlego. Les seules diffĂ©rences sont les tarifs ainsi que la pĂ©riode d’abonnement : avec l’abonnement annuel, vous Ă©conomiserez environ 30 % par rapport Ă  12 mois d’abonnement mensuel.
Qu’est-ce que Perlego ?
Nous sommes un service d’abonnement Ă  des ouvrages universitaires en ligne, oĂč vous pouvez accĂ©der Ă  toute une bibliothĂšque pour un prix infĂ©rieur Ă  celui d’un seul livre par mois. Avec plus d’un million de livres sur plus de 1 000 sujets, nous avons ce qu’il vous faut ! DĂ©couvrez-en plus ici.
Prenez-vous en charge la synthÚse vocale ?
Recherchez le symbole Écouter sur votre prochain livre pour voir si vous pouvez l’écouter. L’outil Écouter lit le texte Ă  haute voix pour vous, en surlignant le passage qui est en cours de lecture. Vous pouvez le mettre sur pause, l’accĂ©lĂ©rer ou le ralentir. DĂ©couvrez-en plus ici.
Est-ce que Microprocessor Technology est un PDF/ePUB en ligne ?
Oui, vous pouvez accĂ©der Ă  Microprocessor Technology par J S Anderson en format PDF et/ou ePUB ainsi qu’à d’autres livres populaires dans Technology & Engineering et Microelectronics. Nous disposons de plus d’un million d’ouvrages Ă  dĂ©couvrir dans notre catalogue.

Informations

Éditeur
Routledge
Année
2012
ISBN
9781136078057

Chapter 1

The microelectronic system

Introduction

This book provides an introduction to microelectronic systems, and one of the best ways to learn about them is to study not just microelectronics, but the architecture, use and programming of a microcomputer system. It will soon become obvious what the differences between the two are, and how a micro-electronic system can be set up to do a specific job. A microelectronic system can be represented as shown in Figure 1.1. Many people now have a personal computer (PC), and those who don't will probably know what one is. A PC is an example of a microelectronic system, specially configured as a micro-computer, with a ‘typewriter style’ keyboard, video display unit (VDU) and disc drive as a minimum.
image
Figure I.1 A basic microprocessor system.
In the system shown, there is no keyboard, VDU or interfaces for tape or floppy disc storage. It does not (necessarily) represent a microcomputer system (although it could do) because a microelectronic system is dedicated to performing a particular task programmed into its memory. It doesn't (usually) need a keyboard or VDU since it might be designed to control a motor car or a washing machine, for example.
To get the system to perform a different routine requires that the memory device be reprogrammed or substituted by a device with a different program in it. The microprocessor used in the car could be exactly the same as the one used in the washing machine; it is simply controlled by a different program and once programmed, the system performs one specific task.
A more detailed microelectronic system is shown in Figure 1.2. This is a simple central heating and air-conditioning system. There are three input devices: a humidity detector, a temperature setting control and a temperature sensor. The output consists of a heater and a fan. Both input and output devices require interfaces, electronic circuits which adapt the outputs of the input devices to make them suitable for inputting to the microprocessor, and adapt the outputs of the microprocessor to enable them to drive the fan and the heater. The memory chip holds the program which tells the microprocessor what to do.
image
Figure 1.2 A microprocessor controlled heating system.
The program may turn the fan on only when the humidity reaches a specific level; the heater may be turned on when the temperature drops below a specific level and so on. The great flexibility of this system is demonstrated by the fact that the addition of more input sensors, or output devices, and the conditions under which they operate, can all be accommodated by changing the program in the memory.
Some program memories are on a silicon ‘chip’ which can be reprogrammed (e.g. an EPROM – erasable programmable read only memory); others are permanent. The choice of which to use depends upon the application and this will be discussed later.

The silicon chip

Most people will have heard of the ‘silicon chip’. There are many such devices, but the words are usually taken to mean a microprocessor. The heart of any computer is something called a central processing unit (CPU), the microprocessor (MPU) is simply a CPU which has been considerably reduced in size using modern integrated circuit technology. This ‘computer on a piece of silicon’ is so small, it's probably no bigger than the nail on your little finger. How the microprocessor functions and how it is ‘programmed’ is what we are about to investigate. Machine code programming will be discussed – this is the code that the microprocessor actually ‘understands’.
Some home computer users program in ‘BASIC but this is only for the users’ convenience. An interpreter inside the computer converts the BASIC program into machine code. This slows down program execution hundreds of times and increases the cost of the system. Hence, using machine code programming speeds up operation dramatically and uses less ‘firmware’.

The hardware

The book will be most useful to readers who have access to a microprocessor system such as the L J Technical Systems ‘MARC (Z80) or ‘EMMA’ (6502) Microcomputer (an ‘embedded system’), but this is not essential. Much of the text refers to the Z80 CPU, and so can be read in conjunction with any Z80-based system, such as the simple ‘Micro Professor’, or a comparable 6502 system. Most IBM PCs can run Z80 emulators which are software packages enabling machine code programs to be created and run on a PC.
Alternatively, manufacturers such as L J Technical Systems supply micro-processor-based controllers as ‘target systems’ for a host PC. This means that the Z80/6502-based system is connected to the PC which is then used to create and run machine code programs. We concentrate on Z80 and 6502 CPUs simply because they are now the most widely used 8-bit processors in education and industry. They are commonly available at minimal cost and are adequate for thousands of applications where the increased s...

Table des matiĂšres