Introducing the PIC Mid-Range Family and the 16F84A

Slides:



Advertisements
Similar presentations
Introduction to PIC Microcontrollers
Advertisements

Microcontroller – 3 PIC.
Microprocessor and Microcontroller Based Systems Instructor: Eng.Moayed N. EL Mobaied The Islamic University of Gaza Faculty of Engineering Electrical.
Microcontroller – PIC – 4 PIC types PIC architecture
16.317: Microprocessor System Design I Instructor: Dr. Michael Geiger Spring 2012 Lecture 29: Microcontroller intro.
Smarter systems and the PIC® 18FXX2 Chapter One 12.1 – 12.5 Dr. Gheith Abandah1.
The 8051 Microcontroller Architecture
Microprocessor and Microcontroller Based Systems
Microcontroller: Introduction
Microprocessor and Microcontroller Based Systems Instructor: Eng.Moayed N. EL Mobaied The Islamic University of Gaza Faculty of Engineering Electrical.
Engineering 1040: Mechanisms & Electric Circuits Fall 2011 Introduction to Embedded Systems.
Chapter 4 Starting to Program – an Introduction to Assembler The aims of this chapter are to introduce: the essentials of Assembler programming; the Microchip.
MCU – Microcontroller Unit – 1 MCU  1 cip or VLSI core – application-specific.
1 © Unitec New Zealand Embedded Hardware ETEC 6416 Date: - 10 Aug,2011.
Minimum Systems and the PIC 16F84A Chapter Two Dr. Gheith Abandah1.
Prepared by Eng. Musa Alyaman1 Chapter Seven Chapter Seven PIC16F87x.
Microcontroller Presented by Hasnain Heickal (07), Sabbir Ahmed(08) and Zakia Afroze Abedin(19)
© 2008, Renesas Technology America, Inc., All Rights Reserved 1 Course Introduction Purpose  This course provides an overview of the CPU architecture.
Chapter 2 Introducing the PIC Mid-Range Family and the 16F84A The aims of this chapter are to introduce: The PIC mid-range family, in overview The overall.
Chapter 7 Larger Systems and the PIC 16F873A The aims of this chapter are to introduce: The architecture of the 16F873A microcontroller; The 16F873A memory.
Microcontrollers Class : 4th Semister E&C and EEE Subject Code: 06ES42
Intel 8051 Another family of microcontroller is the Intel 8051 family. The basic 8051 microcontroller has four parallel input/output ports, port 0, 1,
INTRODUCTION TO PIC MICROCONTROLLER. Overview and Features The term PIC stands for Peripheral Interface Controller. Microchip Technology, USA. Basically.
Chapter 11 Data Acquisition and Manipulation The aims of this chapter are to introduce: the main features of a data acquisition system; the characteristics.
Chapter 12 Some PIC Microcontroller Advances The aims of this chapter are to introduce: To introduce in overview two microcontrollers which show some enhanced.
Chapter 3 Parallel Ports, Power Supply and the Clock Oscillator The aims of this chapter are to introduce: Why we need parallel input/output; How simple.
Components of a typical full-featured microcontroller.
DEPARTMENT OF ELECTRONICS ENGINEERING V-SEMESTER MICROPROCESSOR & MICROCONTROLLER 1 CHAPTER NO microcontroller & programming.
Dr. Iyad Jafar Introducing the PIC 16 Series and the 16F84A.
An Introduction to Embedded Systems, and the PIC Microcontroller Lecture 8: Interrupts The aims of this session are to explore the structure and application.
The 8051 Microcontroller architecture
Popular Microcontrollers and their Selection by Lachit Dutta
Embedded Systems Programming
PROGRAMMABLE LOGIC CONTROLLERS SINGLE CHIP COMPUTER
MICROCONTROLLER ARCHITECTURE & ASSEMBLY LANGUAGE PROGRAMMING
COURSE OUTCOMES OF Microprocessor and programming
8051 Pin - out PORT 0 PORT 1 PORT 2 PORT 3.
The 8085 Microprocessor Architecture
Atmega32 Architectural Overview
C. K. Pithawalla College of Engineering and Technology, Surat
Introducing Embedded Systems
For further information
Microprocessor Systems Design I
UNIT – Microcontroller.
MCU – Microcontroller Unit – 2
Microprocessor Systems Design I
The 8085 Microprocessor Architecture
DIGITAL CALCULATOR USING 8051
Introduction Definition of Embedded Systems Examples
Microprocessor Systems Design I
Introduction of microprocessor
Course Overview and The 8051 Architecture
Project Title EVM IN PIC Under the Guidance of Submitted by.
Microprocessor Systems Design I
The Arduino Microcontroller: Atmel AVR Atmega 328
An Introduction to Microprocessor Architecture using intel 8085 as a classic processor
Microcontroller Intel 8051
Introduction to Microprocessors and Microcontrollers
Number Representations and Basic Processor Architecture
Tiny Computers, Hidden Control
EE Embedded Systems Fall 2015
Architecture & Support Components
Md. Mojahidul Islam Lecturer Dept. of Computer Science & Engineering
Md. Mojahidul Islam Lecturer Dept. of Computer Science & Engineering
The 8085 Microprocessor Architecture
8051 Micro Controller.
EECE.3170 Microprocessor Systems Design I
Microcontroller – 2 PIC.
Wireless Embedded Systems
MCU – Microcontroller Unit – 2
Presentation transcript:

Introducing the PIC Mid-Range Family and the 16F84A Designing Embedded Systems with PIC Microcontrollers: Principles and Applications 2nd Edition. Tim Wilmshurst Chapter 2 Introducing the PIC Mid-Range Family and the 16F84A The aims of this chapter are to introduce: The PIC mid-range family, in overview The overall architecture of the 16F84A The 16F84A memory, and a review of memory technologies Other hardware features of the 16F84A, including reset. Instructors using Designing Embedded Systems with PIC Microcontrollers are welcome to use or change these slides as they see fit. Feedback, to t.j.wilmshurst@derby.ac.uk, is welcomed. The copyright to all diagrams is held by Microchip Technology, or T. Wilmshurst, unless otherwise stated

Some Examples of the Microchip Mid-Range Family Device number No. of pins* Clock speed Memory (K = Kbytes, i.e. 1024 bytes) Peripherals/special features 16F84A 18 DC to 20MHz 1K program memory, 68 bytes RAM, 64 bytes EEPROM 1 8-bit timer, 1 5-bit parallel port, 1 8-bit parallel port, ICSP. 16LF84A as above As above, with extended supply voltage range 16F84A-04 DC to 4MHz As above 16F87 4K program memory, 368 bytes RAM, 256 bytes EEPROM. 2 parallel ports, 3 counter/timers, 2 capture/compare/PWM modules, 2 serial communication modules, 2 analog comparators, nanoWatt technology, software-selectable oscillator block, 16F88 as above, and 7 10-bit ADC channels

The 16F84A Microcontroller: Pin Connection Diagram The 16F84A is available as an 18-pin device. The pin connection diagram is shown here. This won’t make much sense just yet, but in the coming sessions you will be surprised how quickly you get to know what most (if not all) of these pins are used for. In the book, the 16F84A is used as an example in an electronic ping-pong game.

The PIC 16F84A Block Diagram We are going to look at the block diagram of the 16F84A, straight from the manufacturer’s data sheet, shown below right. A good understanding of the block diagram leads to an ability to design with the microcontroller, and to program it. In the diagram, you should in time be able to recognise all the basic features of a microcontroller, as shown in the previous slide set, and repeated below left. Let’s pick out the main features of the 16F84A, in the coming slides.

The 16F84A Block Diagram – the main features Extra “non-volatile” Data Memory Data Memory Address for Program Memory Program Memory Data from Program Memory, carrying instruction word Address for Data Memory Data bus for Data Memory and peripherals It is easy to see the Program memory, which uses Flash memory technology. Alongside this comes the Stack, which we meet later. Microchip call the main data memory “File Registers”. There is another section of data memory which uses EEPROM technology. Counter/Timer Peripheral Digital Input/ Output Ports The CPU

The 16F84A Core and Instruction Flow The Instruction word flows here. The word will contain the instruction, and maybe also address and data information Address info. flows here “Literal” data flows along here Instruction info flows here The core is the “microprocessor inside the microcontroller”, centred around the ALU. It is interesting to see the path that the instruction takes from program memory. The Arithmetic Logic Unit The “Working Register”

The Status Register Condition Code Flags

Program Memory and Stack Program Counter 16 Series instructions which invoke the Stack The program must start here The Interrupt Service Routine must start here Program Counter points to locations in program memory Unimplemented memory space, still addressable by the 13-bit 16F84A program address bus.

Data Memory and Special Function Register Map These are the Special Function Registers, which allow the CPU to interact with the peripherals msb is “bank select bit” (Status register). General purpose memory

Interfacing with Peripherals – the Special Function Register Microcontroller Interaction with its Peripherals, via Special Function Register (SFR) and Interrupt microcontroller peripherals can be configured in software to operate in a number of different modes, to do this certain control data must be sent to them to set them up in the desired way once in use, there will be data flow between core and peripheral, there may still be need for further control data, these needs are commonly met by means of dedicated, memory - mapped registers, sometimes called Special Function Registers, this approach gives the microcontroller manufacturer great flexibility to extend a microcontroller family – SFRs for new peripherals can easily be located in gaps in the memory map.

The 16F84A Configuration Word The configuration word determines certain operating features of the microcontroller. It is in program memory, but cannot be accessed in normal operation. It is written to during the programming process. You set its value either by response to a dialogue box in MPLAB, or by use of Assembler Directives, at the head of your programme.

Instruction Pipelining

b) Power-on Reset, with Discharge Diode and Protective Resistor External Reset Inputs If held in “Reset”, the microcontroller action is frozen – program execution does not take place. When it leaves reset, program execution starts, at the Reset Vector. In each of these circuits the microcontroller remains in the reset state as long as its Reset pin is held low. b) Power-on Reset, with Discharge Diode and Protective Resistor c) User Reset Button a) Power-on Reset

16F84A Simplified Reset Circuit Notice that (if enabled) the Power-up Timer (PWRT) can hold the 16F84A in reset for a short period of time. This means that the external R-C connected to the Reset input is not needed.

Summary The PIC mid-range is a diverse and effective family of microcontrollers. The 16F84A architecture is representative of all mid-range microcontrollers, with Harvard structure, pipelining and a RISC instruction set. The PIC 16F84A has a limited set of peripherals, chosen for small and low-cost applications. It is thus a smaller member of the family, with features that are a subset of any of the larger ones. The 16F84A uses three distinct memory technologies for its different memory areas. A particular type of memory location is the Special Function Register, which acts as the link between the CPU and the peripherals. Reset mechanisms ensure that the CPU starts running when the appropriate operating conditions have been met, and can be used to restart the CPU in case of program failure. End of Lecture Note