01 Introduction - World of Microcontrollers - Book - PIC Microcontrollers
01 Introduction - World of Microcontrollers - Book - PIC Microcontrollers
Solutions
Store
Distributors
Libstock
C ontact Us
Ente r k e ywords
The situation we find ourselves today in the field of microcontrollers had its beginnings in the development of technology of integrated
circuits. This development has enabled us to store hundreds of thousands of transistors into one chip. That was a precondition for the
manufacture of microprocessors. The first computers were made by adding external peripherals such as memory, input/output lines,
timers and others to it. Further increasing of package density resulted in creating an integrated circuit which contained both processor and
peripherals. That is how the first chip containing a microcomputer later known as a microcontroller has developed.
Even though CTC gave up this project, Intel and Texas Instruments kept working on the microprocessor and in April 1972 the first 8-bit
microprocessor called the 8008 appeared on the market. It was able to address 16Kb of memory, had 45 instructions and the speed of
300 000 operations per second. That microprocessor was the predecessor of all todays microprocessors. Intel kept on developing it and
in April 1974 it launched an 8-bit processor called the 8080. It was able to address 64Kb of memory, had 75 instructions and initial price
was $360.
Another American company called Motorola, quickly realized what was going on, so they launched 8-bit microprocessor 6800. Their chief
constructor was Chuck Peddle. Apart from the processor itself, Motorola was the first company that also manufactured other peripherals
such as the 6820 and 6850. At that time many companies recognized the greater importance of microprocessors and began their own
development. Chuck Peddle left Motorola to join MOS Technology and kept working intensively on developing microprocessors.
At the WESCON exhibition in the USA in 1975, a crucial event in the history of the microprocessors took place. MOS Technology announced
that it was selling processors 6501 and 6502 at $25 each, that interested customers could purchase immediately. It was such a sensation
that many thought it was a kind of fraud, considering that competing companies were selling the 8080 and 6800 at $179 each. On the first
day of the exhibit, in response to the competitor, both Motorola and Intel cut the prices of their microprocessors to $69.95. Motorola
accused MOS Technology and Chuck Peddle of plagiarizing the protected 6800. Because of that, MOS Technology gave up further
manufacture of the 6501, but kept manufacturing the 6502. It was the 8-bit microprocessor with 56 instructions and ability to directly
address 64Kb of memory. Due to low price, 6502 became very popular so it was installed into computers such as KIM-1, Apple I, Apple II,
Atari, Commodore, Acorn, Oric, Galeb, Orao, Ultra and many others. Soon several companies began manufacturing the 6502 (Rockwell,
Sznertek, GTE, NCR, Ricoh, Commodore took over MOS Technology). In the year of its prosperity 1982, this processor was being sold at a
rate of 15 million processors per year!
Other companies did not want to give up either. Frederico Faggin left Intel and started his own company Zilog Inc. In 1976 Zilog announced
the Z80. When designing this microprocessor Faggin made a crucial decision. The 8080 had already been developed and he realized that
many would remain loyal to that processor because of the great expenditures which rewriting of all the programs would result in.
Accordingly he decided that a new processor had to be compatible with the 8080, i.e. it had to be able to perform all the programs written
for the 8080. Apart from that, many other features have been added so that the Z80 was the most powerful microprocessor at that time. It
was able to directly address 64Kb of memory, had 176 instructions, a large number of registers, a built-in option for refreshing dynamic
RAM memory, a single power supply, greater operating speed etc. The Z80 was a great success and everybody replaced the 8080 by the
Z80. Certainly the Z80 was commercially the most successful 8-bit microprocessor at that time. Besides Zilog, other new manufacturers
such as Mostek, NEC, SHARP and SGS appeared soon. The Z80 was the heart of many computers such as: Spectrum, Partner, TRS703,
Z-3 and Galaxy.
In 1976 Intel came up with an upgraded version of the 8-bit microprocessor called the 8085. However, the Z80 was so much better that
Intel lost the battle. Even though a few more microprocessors appeared later on the market (6809, 2650, SC/MP etc.), the die had already
been cast. There were no such great improvements which could make manufacturers to change their mind, so the 6502 and Z80 along
with the 6800 remained chief representatives of the 8-bit microprocessors of that time.
www.mikroe.com/chapters/view/1/introduction-world-of-microcontrollers/
1/15
22/01/13
On the other hand, the microcontroller is designed to be all of that in one. No other specialized external components are needed for its
application because all necessary circuits which otherwise belong to peripherals are already built into it. It saves the time and space
needed to design a device.
BASIC CONCEPT
Did you know that all people can be classified into one of 10 groups- those who are familiar with binary number system and those who are
not familiar with it. You dont understand? That means that you still belong to the later group. If you want to change your status read the
following text describing briefly some of the basic concepts used further in this book (just to be sure we are on the same page).
World of Numbers
Mathematics is such a good science! Everything is so logical and simple as that. The whole universe can be described with ten digits only.
But, does it really have to be like that? Do we need exactly ten digits? Of course not, it is only a matter of habit. Remember the lessons from
the school. For example, what does the number 764 mean: four units, six tens and seven hundreds. Simple! Could it be described in a bit
more complicated way? Of course it could: 4 + 60 + 700. Even more complicated? Naturally: 4*1 + 6*10 + 7*100. Could this number look a
bit more scientific? The answer is yes: 4*10^0 + 6*10^1 + 7*10^2. What does it actually mean? Why do we use exactly these numbers: 100,
101 and 102 ? Why is it always about the number 10? That is because we use ten different digits (0, 1, 2, ... 8, 9). In other words, because
we use base-10 number system, i.e. decimal number system.
Fig. 0-2 The num ber 764 represented in three different w ays
www.mikroe.com/chapters/view/1/introduction-world-of-microcontrollers/
2/15
22/01/13
Fig. 0-3 The num ber 218 represented in binary and decim al system
Clearly, it is the same number represented in two different ways. The only difference is in the number of digits necessary for writing some
number. One digit (2) is used to write the number 2 in decimal system, whereas two digits (1 and 0) are used to write that number in binary
system. Do you now agree that there are 10 groups of people? Welcome to the world of binary arithmetic! Do you have any idea where it is
used?
Excepting strictly controlled laboratory conditions, the most complicated electronic circuits cannot accurately determine the difference
between two sizes (two voltage values, for example) if they are too small (lower than several volts). The reasons are electrical noises and
something called the real working environment (unpredictable changes of power supply voltage, temperature changes, tolerance to
values of built in components etc.). Imagine a computer which would operate upon decimal numbers by recognizing 10 digits in the
following way: 0=0V, 1=5V, 2=10V, 3=15V, 4=20V... 9=45V !? Did anybody say batteries? A far simpler solution is the use of binary logic
where 0 indicates that there is no voltage and 1 indicates that there is voltage. It is easier to write 0 or 1 instead of there is no voltage or
there is voltage. It is called logic zero (0) and logic one (1) which electronics perfectly conforms with and easily performs all those
endlessly complex mathematical operations. It is electronics which in reality applies mathematics in which all numbers are represented by
two digits only and in which it is only important to know whether there is voltage or not. Of course, we are talking about digital electronics.
The largest number that can be represented by 4 binary digits is the number 1111. It corresponds to the number 15 in decimal system.
That number is in hexadecimal system represented by only one digit F. It is the largest onedigit number in hexadecimal system. Do you
see how skillfully it is used? The largest number written with eightdigits is at the same time the largest twodigit hexadecimal number. Bear
in mind that the computer uses 8-digit binary numbers.
BCD Code
BCD code is actually a binary code for decimal numbers only. It is used to enable electronic circuits to communicate in a decimal number
system with peripherals and in a binary system within their own world. It consists of fourdigit binary numbers which represent the first ten
digits (0, 1, 2, 3 ... 8, 9). Even though four digits can give a total of 16 possible combinations, only the first ten are used.
www.mikroe.com/chapters/view/1/introduction-world-of-microcontrollers/
3/15
22/01/13
Marking Numbers
The hexadecimal numbering system is along with binary and decimal
number systems considered to be the most important for us. It is easy
to make conversion of any hexadecimal number to binary and it is also
easy to remember it. However, these conversions may cause
confusion. For example, what does the statement It is necessary to
count up 110 products on assembly line actually mean? Depending on
whether it is about binary, decimal or hexadecimal, the result could be
6, 110 or 272 products, respectively! Accordingly, in order to avoid
misunderstanding, different prefixes and suffixes are directly added to
the numbers. The prefix $ or 0x as well as the suffix h marks the
numbers in hexadecimal system. For example, hexadecimal number
10AF may look as follows $10AF, 0x10AF or 10AFh. Similarly, binary
numbers usually get the suffix % or 0b, whereas decimal numbers get
the suffix D.
Bit
Theory says a bit is the basic unit of information... Lets forget this dry explanation for a moment and take a look at what it is in practice. The
answer is nothing special a bit is a binary digit. Similar to decimal number system in which digits in a number do not have the same value
( for example digits in the number 444 are the same, but have different values), the significance of the bit depends on the position it has
in the binary number. Therefore, there is no point talking about units, tens etc. Instead, here it is about the zero bit (rightmost bit), first bit
(second from the right) etc. In addition, since the binary system uses two digits only (0 and 1), the value of one bit can be 0 or 1.
Dont be confused if you find some bit has value 4, 16 or 64. It means that bits values are represented in decimal system. Simply, we have
got so much accustomed to the usage of decimal numbers that these expressions became common. It would be correct to say for
example, the value of sixth bit in binary number is equivalent to decimal number 64. But we are human and habits die hard... Besides,
how would it sound number: one-onezero- one-zero...
Byte
A byte or a program word consists of eight bits grouped together. If a bit is a digit, it is logical that bytes represent numbers. All
mathematical operations can be performed upon them, like upon common decimal numbers. As is the case with digits of any other
number, byte digits do not have the same significance. The largest value has the leftmost bit called the most significant bit (MSB). The
rightmost bit has the least value and is therefore called the least significant bit (LSB). Since eight zeros and units of one byte can be
combined in 256 different ways, the largest decimal number which can be represented by one byte is 255 (one combination represents
zero).
A nibble is referred to as half a byte. Depending on which half of the byte we are talking about (left or right), there are high and low
nibbles.
www.mikroe.com/chapters/view/1/introduction-world-of-microcontrollers/
4/15
22/01/13
Logic Circuits
Have you ever wondered what electronics within some digital integrated circuits, microcontrollers or processors look like? What do the
circuits performing complicated mathematical operations and making decisions look like? Do you know that their seemingly complicated
schematics comprise only a few different elements called logic circuits or logic gates?
The operation of these elements is based on the principles established by British mathematician George Boole in the middle of the 19th
century- even before the first bulb was invented! In brief, the main idea was to express logical forms through algebraic functions. Such
thinking was soon transformed into a practical product which far later evaluated in what today is known as AND, OR and NOT logic circuits.
The principle of their operation is known as Boolean algebra. As some program instructions used by the microcontroller perform the same
way as logic gates except in the form of commands, the principle of their operation will be discussed here.
AND Gate
A logic gate AND has two or more inputs and one output. Let us presume that the gate used in this case has only two inputs. A logic one
(1) will appear on its output only in case both inputs (A AND B) are driven to logic one (1).
The table shows mutual dependence between inputs and output.
When the gate has more than two inputs, the principle of operation is the
same: a logic one (1) will appear on its output only if case all inputs are
driven to logic one (1). Any other combination of input voltages will result in
a logic zero (0) at its output.
OR Gate
Similarly to the previous case, OR gates also have two or more inputs and
one output. A logic one (1) will appear on its output if either input (A OR B)
is driven to logic one (1). If all inputs are at logic zero (0), the output will be
driven to logic zero (0).
NOT Gate
This logic gate has only one input and only one output. It operates in an
extremely simple way. When logic zero (0) appears on its input, a logic one
(1) appears on its output and vice versa. This means that this gate inverts
the signal by itself. It is sometimes called inverter.
If a program, logic NOT operation is performed on one byte. The result is a byte with
inverted bits. If byte is considered to be a number, the inverted value is actually a
complement of that number, i.e. the complement of a number is what is needed to
add to it to make it reach the maximal 8 bit value (255).
EXCLUSIVE OR Gate
The EXCLUSIVE OR (XOR) gate is a bit complicated comparing to other gates. It represents a combination of all the previously described
gates. A logic one (1) appears on its output only when the inputs have different logic states.
www.mikroe.com/chapters/view/1/introduction-world-of-microcontrollers/
5/15
22/01/13
Register
A register or a memory cell is an electronic circuit which can memorize the state of one byte.
Input/Output Ports
In order to make the microcontroller useful, it has to be connected to additional electronics, i.e. peripherals. Each microcontroller has one
or more registers (called a port) connected to the microcontroller pins. Why input/output? Because you can change the pins function as
you wish. For example, suppose you want your device to turn three signal LEDs and simultaneously monitor the logic state of five sensors
or push buttons. Some of ports need to be configured so that there are three outputs (connected to the LEDs) and five inputs (connected to
sensors). It is simply performed by software, which means that the pins function can be changed during operation.
www.mikroe.com/chapters/view/1/introduction-world-of-microcontrollers/
6/15
22/01/13
One of the more important specifications of input/output (I/O) pins is the maximum current they can handle. For most microcontrollers,
current obtained from one pin is sufficient to activate an LED or other similar low-current device (10-20 mA). If the microcontroller has many
I/O pins, then the maximum current of one pin is lower. Simply put, you cannot expect all pins to give maximum current if there are more
than 80 of them on one microcontroller. Another way of putting it is that the maximum current stated in the data specifications sheet for the
microprocessor is shared across all I/O ports.
Another important pin function is that it can have pull-up resistors. These resistors connect pins to the positive power supply voltage and
their effect is visible when the pin is configured as an input connected to mechanical switch or push button. Newer versions of
microcontrollers have pull-up resistors configurable by software.
Usually, each I/O port is under control of another SFR, which means that each bit of that register determines the state of the corresponding
microcontroller pin. For example, by writing logic one (1) to one bit of that control register SFR, the appropriate port pin is automatically
configured as input. It means that voltage brought to that pin can be read as logic 0 or 1. Otherwise, by writing zero to the SFR, the
appropriate port pin is configured as an output. Its voltage (0V or 5V) corresponds to the state of the appropriate bit of the port register.
Memory Unit
Memory is part of the microcontroller used for data storage. The easiest way to explain it is to compare it with a filing cabinet with many
drawers. Suppose, the drawers are clearly marked so that it is easy to access any of them. It is easy enough to find out the contents of the
drawer by reading the label on the front of the drawer.
Each memory address corresponds to one memory location. The content
of any location becomes known by its addressing. Memory can either be
written to or read from. There are several types of memory within the
microcontroller.
www.mikroe.com/chapters/view/1/introduction-world-of-microcontrollers/
7/15
22/01/13
Flash memory. This type of memory was invented in the 80s in the laboratories of INTEL and were represented as the successor to the UV
EPROM. Since the contents of this memory can be written and cleared practically an unlimited number of times, the microcontrollers with
Flash ROM are ideal for learning, experimentation and small-scale manufacture. Because of its popularity, the most microcontrollers are
manufactured in flash versions today. So, if you are going to buy a microcontroller, the type to look for is definitely Flash!
Random Access Memory (RAM)
Once the power supply is off the contents of RAM (Random Access Memory) is cleared. It is used for temporary storing data and
intermediate results created and used during the operation of the microcontroller. For example, if the program performs an addition (of
whatever), it is necessary to have a register representing what in everyday life is called the sum. For that purpose, one of the registers in
RAM is called the sum and used for storing results of addition.
Electrically Erasable Programmable ROM (EEPROM)
The contents of the EEPROM may be changed during operation (similar to RAM), but remains permanently saved even upon the power
supply goes off (similar to ROM). Accordingly, an EEPROM is often used to store values, created during operation, which must be
permanently saved. For example, if you design an electronic lock or an alarm, it would be great to enable the user to create and enter a
password, but useless if it is lost every time the power supply goes off. The ideal solution is the microcontroller with an embedded
EEPROM.
Interrupt
The most programs use interrupts in regular program execution. The purpose of the microcontroller is mainly to react on changes in its
surrounding. In other words, when some event takes place, the microcontroller does something... For example, when you push a button on
a remote controller, the microcontroller will register it and respond to the order by changing a channel, turn the volume up or down etc. If the
microcontroller spent most of its time endlessly a few buttons for hours or days... It would not be practical.
The microcontroller has learnt during its evolution a trick. Instead of checking each pin or bit constantly, the microcontroller delegates the
wait issue to the specialist which will react only when something attention worthy happens.
The signal which informs the central processor about such an event is called an INTERRUPT.
Instruction Decoder is a part of the electronics which recognizes program instructions and runs other circuits on the
basis of that. The instruction set which is different for each microcontroller family expresses the abilities of this circuit.
Arithmetical Logical Unit (ALU) performs all mathematical and logical operations upon data.
Accumulator is a SFR closely related to the operation of the ALU. It is a kind of working desk used for storing all data
upon which some operation should be performed (addition, shift/move etc.). It also stores the results ready for use in
further processing. One of the SFRs, called a Status Register (PSW), is closely related to the accumulator. It shows at
any given moment the status of a number stored in the accumulator (number is greater or less than zero etc.).
Bus
Physically, the bus consists of 8, 16 or more wires. There are two types of buses: the address bus and the data bus. The address bus
consists of as many lines as necessary for memory addressing. It is used to transmit the address from the CPU to the memory. The data
bus is as wide as the data, in our case it is 8 bits or wires wide. It is used to connect all circuits inside the microcontroller.
Serial Communication
Parallel connections between the microcontroller and peripherals via input/output ports is the ideal solution for shorter distances- up to
several meters. However, in other cases - when it is necessary to establish communication between two devices on longer distances it is
not possible to use a parallel connection - such a simple solution is out of question. In these situations, serial communication is the best
solution.
Today, most microcontrollers have built in several different systems for serial communication as a standard equipment. Which of these
systems will be used depends on many factors of which the most important are:
www.mikroe.com/chapters/view/1/introduction-world-of-microcontrollers/
8/15
22/01/13
One of the most important things concerning serial communication is the Protocol which
should be strictly observed. It is a set of rules which must be applied in order that the devices can correctly interpret data they mutually
exchange. Fortunately, the microcontrollers automatically take care of this, so the work of the programmer/user is reduced to simple write
(data to be sent) and read (received data).
Baud Rate
The term Baud rate is commonly used to denote the number of bits transferred per second [bps].
It should be noted that it refers to bits, not bytes! It is usually required by the protocol that each byte is transferred along with several control
bits. It means that one byte in serial data stream may consist of 11 bits. For example, if the baud rate is 300 bps then maximum 37 and
minimum 27 bytes may be transferred per second, which depends on type of connection and protocol in use.
The most commonly used serial communication systems are:
I2C (Inter Integrated Circuit) is a system used when the distance
between the microcontrollers is short and specialized integrated
circuits of of a new generation (receiver and transmitter are
usually on the same printed circuit board). Connection is
established via two conductors- one is used for data transfer
whereas another is used for synchronization (clock signal). As
seen in figure, one device is always the master. It performs
addressing of one slave chip (subordinated) before
communication starts. In this way one microcontroller can
communicate with 112 different devices. Baud rate is usually 100 Kb/sec (standard mode) or 10 Kb/sec (slow baud rate mode). Systems
with the baud rate of 3.4 Mb/sec have recently appeared. The distance between devices which communicate via an inter-integrated circuit
bus is limited to several meters.
SPI (Serial Peripheral Interface Bus) is a system for serial
communication which uses up to four conductors (usually three)one for data receiving, one for data sending, one for
synchronization and one (alternatively) for selecting the device to
communicate with. It is full duplex connection, which means that
data is sent and received simultaneously. The maximum baud
rate is higher than in I2C connection.
Oscillator
Even pulses coming from the oscillator enable harmonic and synchronous operation of all circuits of the microcontroller. The oscillator
module is usually configured to use quartz crystal or ceramic resonator for frequency stabilization. Furthermore, it can also operate without
elements for frequency stabilization (like RC oscillator). It is important to say that instructions are not executed at the rate imposed by the
oscillator itself, but several times slower. It happens because each instruction is executed in several steps. In some microcontrollers, the
same number of cycles is needed to execute any instruction, while in others, the execution time is not the same for all instructions.
Accordingly, if the system uses quartz crystal with a frequency of 20 Mhz, execution time of an instruction is not 50nS, but 200, 400 or 800
nS, depending on the type of Microcontroller Unit (MCU)!
www.mikroe.com/chapters/view/1/introduction-world-of-microcontrollers/
9/15
22/01/13
Timers/Counters
The microcontroller oscillator uses quartz crystal for its operation. Even though it is not the simplest solution, there are many reasons to
use it. Namely, the frequency of such oscillator is precisely defined and very stable, the pulses it generates are always of the
same width, which makes them ideal for time measurement. Such oscillators are used in quartz watches. If it is necessary to measure
time between two events, it is sufficient to count pulses coming from this oscillator. That is exactly what the timer does.
Most programs use these miniature electronic stopwatches. These are commonly 8- or 16-bit SFRs and their content is automatically
incremented by each coming pulse. Once a register is completely loaded - an interrupt is generated!
If the timer registers use an internal quartz oscillator for their operation then it is possible to measure time between two events (if the
register value is T1 at the moment measurement has started, and T2 at the moment it has finished, then the elapsed time is equal to the
result of subtraction T2-T1). If the registers use pulses coming from external source then such a timer is turned into a counter.
This is only a simple explanation of the operation itself.
www.mikroe.com/chapters/view/1/introduction-world-of-microcontrollers/
10/15
22/01/13
It is easy to measure short time intervals (up to 256 microseconds) in the way described above because it is the largest number that one
register can contain. This obvious disadvantage may be easily overcome in several ways by using a slower oscillator, registers with more
bits, a prescaler or interrupts. The first two solutions have some weaknesses so it is preferable to use prescalers or interupts.
This figure illustrates the use of the interrupt in timer operation. Delays of arbitrary duration with minimal interference by the main program
execution can be easily obtained by assigning a prescaler to the timer.
Counters
If a timer is supplying pulses into the microcontroller input pin then it turns into a counter. Clearly, It is the same electronic circuit. The only
difference is that in this case pulses to be counted come through the ports and their duration (width) is mostly not defined. This is why they
cannot be used for time measurement, but can be used to measure anything else: products on an assembly line, number of axis rotation,
passengers etc. (depending on sensor in use).
Watchdog Timer
www.mikroe.com/chapters/view/1/introduction-world-of-microcontrollers/
11/15
22/01/13
The Watchdog Timer is a timer connected to a completely separate RC oscillator within the microcontroller.
If the watchdog timer is enabled, every time it counts up to the program end, the microcontroller reset occurs and program execution starts
from the first instruction. The point is to prevent this from happening by using a specific command. The whole idea is based on the fact that
every program is executed in several longer or shorter loops.
If instructions which reset the watchdog timer are set at the appropriate program locations, besides commands being regularly executed,
then the operation of the watchdog timer will not affect program execution. If for any reason (usually electrical noises in industry), the
program counter gets stuck on some memory location from which there is no return, the watchdog will not be cleared and the registers
value being constantly incremented will reach the maximum et voila! Reset occurs!
A/D Converter
External signals are usually fundamentally different from those the microcontroller understands (Ones and Zeros), so that they have to be
converted in order for the microcontroller to understand them. An analogue to digital converter is an electronic circuit which converts
continuous signals to discrete digital numbers. This module is therefore used to convert some analogue value into binary number and
forwards it to the CPU for further processing. In other words, this module is used for input pin voltage measurement (analogue value). The
result of measurement is a number (digital value) used and processed later in the program.
Internal Architecture
All upgraded microcontrollers use one of two basic design models called Harvard and von-Neumann architecture.
Briefly, they are two different ways of data exchange between CPU and memory.
von-Neumann Architecture
Microcontrollers using this architecture have only one memory block and one 8-bit data bus. As all data are exchanged by using these 8
lines, this bus is overloaded and communication itself is very slow and inefficient. The CPU can either read an instruction or read/write
data from/to the memory. Both cannot occur at the same time since the instructions and data use the same bus system. For example, if
some program line says that RAM memory register called SUM should be incremented by one (instruction: incf SUM), the microcontroller
www.mikroe.com/chapters/view/1/introduction-world-of-microcontrollers/
12/15
22/01/13
1. Read the part of the program instruction specifying WHAT should be done (in this very case it is the incf
instruction for increment).
2. Read further the same instruction specifying upon WHICH data it should be performed (in this very case it is the
SUM register).
3. After being incremented, the contents of this register should be written to the register from which it was read
(SUM register address).
The same data bus is used for all these intermediate operations.
Harvard Architecture
Microcontrollers using this architecture have two different data
buses. One is 8 bits wide and connects CPU to RAM. Another
consists of several lines (12, 14 or 16) and connects CPU to
ROM. Accordingly, the CPU can read an instruction and perform a
data memory access at the same time. Since all RAM memory
registers are 8 bits wide, all data within the microcontroller are
exchanged in the same such format. Additionally, during program
writing, only 8 bits data are considered. In other words, all you can
ever change from within the program and all you can affect will be
8 bits wide. A program written for some of these microcontrollers
will be stored in the microcontroller internal ROM upon having
being compiled into machine language. However, these memory
locations do not have 8, but 12, 14 or 16 bits. The rest of bits- 4, 6
or 8- represents the instruction itself specifying to the CPU what to
do with the 8-bit data.
The advantages of such design are the following:
All data in a program is one byte (8 bit) wide. As the data bus used for program reading has several lines (12, 14 or 16),
both instructions and data can be read simultaneously by using these spare bits. Therefore, all instructions are
executed in only one instruction cycle. The only exception is jump instruction which is executed in two cycles.
Owing to the fact that a program (ROM) and temporary data (RAM) are separate, the CPU can execute two
instructions simultaneously. Simply, while RAM read or write is in progress (the end of one instruction), the next
program instruction is being read via another bus.
When using microcontrollers with von-Neumann architecture one never knows how much memory is to be occupied by
some program. Basically, each program instruction occupies two memory locations (one contains information on
WHAT should be done, whereas another contains information upon WHICH data it should be done). However, it is not a
hard and fast rule, but the most common case. In microcontrollers with Harvard architecture, the program bus is wider
than one byte, which allows each program word to consist of instruction and data. In other words: one program wordone instruction.
INSTRUCTION SET
Instructions that can be understood by the microcontroller are known as an instruction set. When you write a
program in assembly language, you actually tell a story by specifying instructions in the order they should be
executed. The main restriction in this process is the number of available instructions. The manufacturers stick to
one of the two following strategies:
www.mikroe.com/chapters/view/1/introduction-world-of-microcontrollers/
13/15
22/01/13
PIC microcontrollers
PIC microcontrollers designed by Microchip Technology are likely the right choice for you if you are the beginner. Here is why...
The real name of this microcontroller is PICmicro (Peripheral Interface Controller), but it is better known as PIC. Its first ancestor was
designed in 1975 by General Instruments. This chip called PIC1650 was meant for totally different purposes. About ten years later, by
adding EEPROM memory, this circuit was transformed into a real PIC microcontroller. Nowadays, Microchip Technology announces a
manufacturing of the 5 billionth sample...
In order that you can better understand the reasons for its popularity, we will briefly describe several important things.
RAM
[bytes]
Clock
Freq.
[MHz]
ROM
[Kbytes]
PIC 10FXXX
0.375 0.75
16 - 24
6-8
4-8
0-2
0-1
PIC 12FXXX
0.75 - 1.5
25 - 38
4-8
0-3
PIC 16FXXX
0.75 - 3
25 - 134
14 44
20
0-3
PIC 16HVXXX
1.5
25
18 20
20
Pins
A/D
Inputs
Resolution
of A/D
Converter
Family
Comparators
8/16
bit
Timers
Serial
Comm.
PWM
Outputs
Others
1x 8
0-1
1x 8
EEPROM
0-2
1x 8
EEPROM
1x 8
Vdd =
15V
1.75 - 3.5
64 - 128
20
0-4
10
1-2x
81x
16
0-1
EEPROM
PIC 12HVXXX
1.75
64
20
0-4
10
1-2x
81x
16
0-1
PIC 16FXXX
1.75 - 14
64 - 368
14 64
20
0 - 13
8 or 10
0-2
1-2x
81x
16
USART
I2C SPI
0-3
PIC 16HVXXX
1.75 - 3.5
64 - 128
14 20
20
0 - 12
10
2x 81
x 16
USART
I2C SPI
4 - 128
256 3936
18 80
32 48
4 - 16
10 or 12
0-3
0-2x
82-3
x 16
USB2.0
C AN2.0
USART
I2C SPI
0-5
PIC 18FXXJXX
8 - 128
1024 3936
28 100
40 48
10 - 16
10
0-2x
82-3
x 16
USB2.0
USART
Ethernet
I2C SPI
2-5
PIC 18FXXKXX
8 - 64
768 3936
28 44
64
10 - 13
10
1x 83
x 16
USART
I2C SPI
All PIC microcontrollers use harvard architecture, which means that their program memory is connected to CPU via more than 8 lines.
Depending on the bus width, there are 12-, 14- and 16-bit microcontrollers. The table above shows the main features of these three
categories.
As seen in the table on the previous page, excepting 16-bit monsters- PIC 24FXXX and PIC 24HXXX- all PIC microcontrollers have 8-bit
harvard architecture and belong to one out of three large groups. Therefore, depending on the size of a program word there are first,
second and third category, i.e. 12-, 14- or 16-bit microcontrollers. Having similar 8- bit core, all of them use the same instruction set and
the basic hardware skeleton connected to more or less peripheral units.
In order to avoid tedious explanations and endless story about the useful features of different microcontrollers, this book describes the
operation of one particular model belonging to high middle class. It is about PIC16F887- powerful enough to be worth attention and
simple enough to be easily presented to everybody.
table of contents | next chapter
dsPIC Solution
Follow us on
PIC32 Solution
Add-on boards
Additional Software
C lick Boards
Visual TFT
PIC C om pile rs
dsPIC C om pile rs
PIC 32 C om pile rs
Visual GLC D
C om m unication boards
www.mikroe.com/chapters/view/1/introduction-world-of-microcontrollers/
14/15
22/01/13
PIC Kits
dsPIC Kits
PIC Book s
dsPIC Book s
AVR Solution
PIC 32 Kits
Storage boards
8051 Solution
ARM Solution
AR M De ve lopm e nt Boards
8051 C om pile rs
AVR C om pile rs
AR M C om pile rs
8051 Book s
AVR Kits
AR M Kits
8051 Kits
Support
Forum
m ik roBUS
Le ts m ak e
Pre ss
Product Archive
About Us
C opyright 1998 - 2013. MikroElektronika. All rights reserved. All trade and/or services marks mentioned are the property of their respective owners.
www.mikroe.com/chapters/view/1/introduction-world-of-microcontrollers/
15/15