SlideShare ist ein Scribd-Unternehmen logo
1 von 27
PIC MICROCONTROLLER
Features & Applications
WHAT IS A MICROCONTROLLER
• A smaller computer
• On-chip RAM, ROM, I/O ports...
• Example:Motorola’s 6811, Intel’s 8051, Zilog’s Z8
  and PIC 16X

       CPU    RAM    ROM
                              A single chip
                    Serial    Microcontroller
       I/O
              Timer COM
       Port
                    Port
HOW IT IS DIFFERENT FROM A
                MICROPROCESSOR
General-purpose microprocessor
•   CPU for Computers
•   No RAM, ROM, I/O on CPU chip itself
•   Example:Intel’s x86, Motorola’s 680x0
                          Data Bus
            CPU
            General-
                                                           Serial
            Purpose         RAM       ROM   I/O    Timer   COM
            Micro-                          Port
                                                           Port
            processor
                           Address Bus
Types of Microcontrollers
IMPORTANT FEATURES OF
              PIC 16F73
• High performance RISC CPU.
• There is Only 35 single word instructions.
• 4K Bytes Flash Program Memory.
• 192 Bytes RAM.
• Three I/O ports – PORT A = 6 Bit.
                   PORT B & C = 8 Bit.
• on-chip RC Oscillator.
PIN DESCRIPTION
PIC MEMORY
• The PIC 16F73 has 4 kbytes of program
  memory.
• 192 Bytes Registers as Data Memory :
  Special Function Registers: used to control
  peripherals and PIC behaviors.
  General Purpose Registers: used for temporary
  storage of data.
PIC PROGRAM MEMORY
         Takes a max of 8 addresses, the
         ninth address will write over the
         first.
         When the controller is
         reset, program execution starts
         from here.

        If interrupted, program execution
        continues from here.
PIC DATA MEMORY
The most
important
registers
have
addresses
in all the
four
banks




             The data memory is divided into 4 memory banks
PERIPHERAL FEATURES OF PIC
• Three timers –Timer0: 8-bit timer
                Timer1: 16-bit timer
                Timer2: 8-bit timer
• Two PWM modules
• 8-bit, 5-channel Analog-to-Digital converter.
• USART And SSP Serial Communication.
• Brown-out detection circuitry with Watchdog
  timer.
PIC Peripherals: Timers
The PIC16F73 has 3 Timers
They can be used as-
  TIMER: When The clock source is the internal crystal
  frequency of the PIC.
  COUNTER: When an external pulse is given from the
  input pin.
  For timer0 input pin is pin number 6 i.e TOCKI
  For timer1 input pin is pin number 11 i.e T1CKI
Special features of timers
Only timer0 and timer1 can be used as a Timer
  and Counter. Timer2 is related with PWM
  wave generation.
Every timer is associated with pre-scaler factor.
Generate interrupts on timer overflow.
There is a Watchdog Timer with brown out
  detection circuit.
REGISTER ASSOCIATED WITH TIMER0
       OPTION_REG Register
REGISTER ASSOCIATED WITH TIMER1
  T1CON:Timer1 Control Register
REGISTER ASSOCIATED WITH TIMER1
  T1CON:Timer1 Control Register
PIC Peripherals: PWM
PWM stands for pulse width modulation.
It is generally used to slow down the speed of
motors by varying the duty cycle of the period.
DUTY CYCLE is given by- Ton time / T total time
                 The ratio between ON and OFF
   state of the pulse determines the amount of
   energy tranferred to the device.
BLOCK DIAGRAM AND OUTPUT
    WAVEFORM OF PWM
PIC Peripherals: ADC
• ADC stands for analog to digital comparator.
• In PIC16F73 there is 8 bit , 5 channels ADC.
Therefore there are 256 combinations
• For conversion of analog voltage to digital
  first we have to make a least count matching
  between the two devices.
          Least Count=Vref. /resolution
BLOCK DIAGRAM OF ANALOG TO
        DIGITAL CONVERTER
The A/D module has four registers. These registers are:
   A/D Result Register (ADRES)
   A/D Control Register0 (ADCON0)
   A/D Control Register1 (ADCON1)
PIC Peripherals: USART And SSP
     Serial Communication
USART REGISTERS
USART stands for synchronous asynchronous serial receiver
   and transmitter
IT DEALS WITH TWO REGISTERS:
TXSTA : Transmit status and control register.
RXSTA : Receive status and control register.
In synchronous communication we have to give the same
   clock to both the transmitter and receiver whereas
In asynchronous communication we have to make the baud
   rate( data transfer rate ) of both the transmitter and
   receiver same.
INTERFACING TO PC
SSP SERIAL COMMUNICATION
SSP stands for synchronous serial peripherals.
InPIC16F73 there are 2 SSP’s-
I2C AND SPI
I2C COMMUNICATION
SPI COMMUNICATION
APPLICATIONS
INTERFACING OF LCD WITH PIC16F73



PIC16F73




  PORT
  PINS
INTERFACING OF SEVEN SEGMENT
    DISPLAY WITH PIC16F73


PIC16F73

           PIC
           16F73
Thank You For
Your Attendance

Weitere ähnliche Inhalte

Was ist angesagt?

Microcontroller
MicrocontrollerMicrocontroller
Microcontroller
Spitiq
 
Microcontroller 8051
Microcontroller 8051Microcontroller 8051
Microcontroller 8051
John Williams
 

Was ist angesagt? (20)

Arm architecture chapter2_steve_furber
Arm architecture chapter2_steve_furberArm architecture chapter2_steve_furber
Arm architecture chapter2_steve_furber
 
Making Of 0-9 Decade Counter with 7 segment display
Making Of 0-9 Decade Counter with 7 segment displayMaking Of 0-9 Decade Counter with 7 segment display
Making Of 0-9 Decade Counter with 7 segment display
 
Introduction to pic microcontroller
Introduction to pic microcontrollerIntroduction to pic microcontroller
Introduction to pic microcontroller
 
PIC timer programming
PIC timer programmingPIC timer programming
PIC timer programming
 
Introduction to arm processor
Introduction to arm processorIntroduction to arm processor
Introduction to arm processor
 
I2C-Bus Design and Verification Specs
I2C-Bus Design and Verification SpecsI2C-Bus Design and Verification Specs
I2C-Bus Design and Verification Specs
 
Study on 32-bit Cortex - M3 Powered MCU: STM32F101
Study on 32-bit Cortex - M3 Powered MCU: STM32F101Study on 32-bit Cortex - M3 Powered MCU: STM32F101
Study on 32-bit Cortex - M3 Powered MCU: STM32F101
 
Lcd
LcdLcd
Lcd
 
LCD interfacing
LCD interfacingLCD interfacing
LCD interfacing
 
8051 microcontroller lecture ppt by Tarun Khaneja ( 9034406598 )
8051 microcontroller lecture ppt by Tarun Khaneja ( 9034406598 )8051 microcontroller lecture ppt by Tarun Khaneja ( 9034406598 )
8051 microcontroller lecture ppt by Tarun Khaneja ( 9034406598 )
 
Processors selection
Processors selectionProcessors selection
Processors selection
 
8086 pin details
8086 pin details8086 pin details
8086 pin details
 
Programming with PIC microcontroller
Programming with PIC microcontroller Programming with PIC microcontroller
Programming with PIC microcontroller
 
Microcontroller
MicrocontrollerMicrocontroller
Microcontroller
 
LCD Interacing with 8051
LCD Interacing with 8051LCD Interacing with 8051
LCD Interacing with 8051
 
8051 interfacing
8051 interfacing8051 interfacing
8051 interfacing
 
I2C introduction
I2C introductionI2C introduction
I2C introduction
 
INTERFACING ANALAOG TO DIGITAL CONVERTER (ADC0808/09) TO 8051 MICROCONTROLLER
 INTERFACING ANALAOG TO DIGITAL CONVERTER (ADC0808/09) TO 8051 MICROCONTROLLER   INTERFACING ANALAOG TO DIGITAL CONVERTER (ADC0808/09) TO 8051 MICROCONTROLLER
INTERFACING ANALAOG TO DIGITAL CONVERTER (ADC0808/09) TO 8051 MICROCONTROLLER
 
Lecture 05 pic io port programming
Lecture 05 pic io port programmingLecture 05 pic io port programming
Lecture 05 pic io port programming
 
Microcontroller 8051
Microcontroller 8051Microcontroller 8051
Microcontroller 8051
 

Andere mochten auch

Pic microcontroller step by step your complete guide
Pic microcontroller step by step your complete guidePic microcontroller step by step your complete guide
Pic microcontroller step by step your complete guide
Ashraf Said AlMadhoun - Educational Engineering Team
 
Chp4 introduction to the pic microcontroller copy
Chp4 introduction to the pic microcontroller   copyChp4 introduction to the pic microcontroller   copy
Chp4 introduction to the pic microcontroller copy
mkazree
 
Ece interview questions with answers
Ece interview questions with answersEce interview questions with answers
Ece interview questions with answers
manish katara
 
8051 microcontroller features
8051 microcontroller features8051 microcontroller features
8051 microcontroller features
Tech_MX
 
Gsm based lcd notice board display
Gsm based lcd notice board displayGsm based lcd notice board display
Gsm based lcd notice board display
Ravi M
 

Andere mochten auch (20)

PIC microcontroller review
PIC microcontroller reviewPIC microcontroller review
PIC microcontroller review
 
PIC introduction + mapping
PIC introduction + mappingPIC introduction + mapping
PIC introduction + mapping
 
Pic microcontroller step by step your complete guide
Pic microcontroller step by step your complete guidePic microcontroller step by step your complete guide
Pic microcontroller step by step your complete guide
 
PIC-MICROCONTROLLER TUTORIALS FOR BEGINNERS
PIC-MICROCONTROLLER TUTORIALS FOR BEGINNERSPIC-MICROCONTROLLER TUTORIALS FOR BEGINNERS
PIC-MICROCONTROLLER TUTORIALS FOR BEGINNERS
 
PIC and LCD
PIC and LCDPIC and LCD
PIC and LCD
 
PIC CONTROLLERS
PIC CONTROLLERSPIC CONTROLLERS
PIC CONTROLLERS
 
Lcd thermomter final
Lcd thermomter finalLcd thermomter final
Lcd thermomter final
 
Project list pic microcontroller 877- projects
Project list   pic microcontroller  877- projectsProject list   pic microcontroller  877- projects
Project list pic microcontroller 877- projects
 
ARM Micro-controller
ARM Micro-controllerARM Micro-controller
ARM Micro-controller
 
Ling on PIC32 microcontroller
Ling on PIC32 microcontrollerLing on PIC32 microcontroller
Ling on PIC32 microcontroller
 
Ppt
PptPpt
Ppt
 
8-bit PIC Microcontrollers
8-bit PIC Microcontrollers8-bit PIC Microcontrollers
8-bit PIC Microcontrollers
 
PIC_ARM_AVR
PIC_ARM_AVRPIC_ARM_AVR
PIC_ARM_AVR
 
Chp4 introduction to the pic microcontroller copy
Chp4 introduction to the pic microcontroller   copyChp4 introduction to the pic microcontroller   copy
Chp4 introduction to the pic microcontroller copy
 
Wireless Radio Frequency Module Using PIC Microcontroller.
Wireless Radio Frequency Module Using PIC Microcontroller.Wireless Radio Frequency Module Using PIC Microcontroller.
Wireless Radio Frequency Module Using PIC Microcontroller.
 
Ece interview questions with answers
Ece interview questions with answersEce interview questions with answers
Ece interview questions with answers
 
8051 microcontroller features
8051 microcontroller features8051 microcontroller features
8051 microcontroller features
 
Precise kilometer calculation by underground cable fault detector
Precise kilometer calculation by underground cable fault detectorPrecise kilometer calculation by underground cable fault detector
Precise kilometer calculation by underground cable fault detector
 
PIC MICROCONTROLLERS -CLASS NOTES
PIC MICROCONTROLLERS -CLASS NOTESPIC MICROCONTROLLERS -CLASS NOTES
PIC MICROCONTROLLERS -CLASS NOTES
 
Gsm based lcd notice board display
Gsm based lcd notice board displayGsm based lcd notice board display
Gsm based lcd notice board display
 

Ähnlich wie Pic microcontroller [autosaved] [autosaved]

AN INTEGRATED FOUR-PORT DC-DC CONVERTER-CEI0080
AN INTEGRATED FOUR-PORT DC-DC CONVERTER-CEI0080AN INTEGRATED FOUR-PORT DC-DC CONVERTER-CEI0080
AN INTEGRATED FOUR-PORT DC-DC CONVERTER-CEI0080
Vivek Venugopal
 

Ähnlich wie Pic microcontroller [autosaved] [autosaved] (20)

Pic microcontroller architecture
Pic microcontroller architecturePic microcontroller architecture
Pic microcontroller architecture
 
Ee6008 mcbsd notes
Ee6008 mcbsd notesEe6008 mcbsd notes
Ee6008 mcbsd notes
 
EE6008 MCBSD - Introduction to PIC Micro controller
EE6008 MCBSD - Introduction to PIC Micro controller EE6008 MCBSD - Introduction to PIC Micro controller
EE6008 MCBSD - Introduction to PIC Micro controller
 
EE6008 MBSD
EE6008  MBSDEE6008  MBSD
EE6008 MBSD
 
microcontroller 8051 17.07.2023.pdf
microcontroller 8051 17.07.2023.pdfmicrocontroller 8051 17.07.2023.pdf
microcontroller 8051 17.07.2023.pdf
 
8051.pptx
8051.pptx8051.pptx
8051.pptx
 
PIC 16F877 micro controller by Gaurav raikar
PIC 16F877 micro controller by Gaurav raikarPIC 16F877 micro controller by Gaurav raikar
PIC 16F877 micro controller by Gaurav raikar
 
Introduction2_PIC.ppt
Introduction2_PIC.pptIntroduction2_PIC.ppt
Introduction2_PIC.ppt
 
Introduction to PIC.pptx
Introduction to PIC.pptxIntroduction to PIC.pptx
Introduction to PIC.pptx
 
AN INTEGRATED FOUR-PORT DC-DC CONVERTER-CEI0080
AN INTEGRATED FOUR-PORT DC-DC CONVERTER-CEI0080AN INTEGRATED FOUR-PORT DC-DC CONVERTER-CEI0080
AN INTEGRATED FOUR-PORT DC-DC CONVERTER-CEI0080
 
Overview of Microcontroller and ATMega32 microcontroller
Overview of Microcontroller and ATMega32 microcontrollerOverview of Microcontroller and ATMega32 microcontroller
Overview of Microcontroller and ATMega32 microcontroller
 
8051 Presentation
8051 Presentation8051 Presentation
8051 Presentation
 
Pc based wire less data aquisition system using rf(1)
Pc based wire less data aquisition system using rf(1)Pc based wire less data aquisition system using rf(1)
Pc based wire less data aquisition system using rf(1)
 
Atmega16
Atmega16Atmega16
Atmega16
 
unit-2.pptx
unit-2.pptxunit-2.pptx
unit-2.pptx
 
Embedded systems, 8051 microcontroller
Embedded systems, 8051 microcontrollerEmbedded systems, 8051 microcontroller
Embedded systems, 8051 microcontroller
 
PIC Introduction and explained in detailed
PIC Introduction and explained in detailedPIC Introduction and explained in detailed
PIC Introduction and explained in detailed
 
8051 architecture and pin configuration
8051 architecture and pin configuration8051 architecture and pin configuration
8051 architecture and pin configuration
 
AVR Fundamentals
AVR FundamentalsAVR Fundamentals
AVR Fundamentals
 
INTRODUCTION TO MICROCONTROLLER
INTRODUCTION TO MICROCONTROLLERINTRODUCTION TO MICROCONTROLLER
INTRODUCTION TO MICROCONTROLLER
 

Kürzlich hochgeladen

CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
giselly40
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 

Kürzlich hochgeladen (20)

Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 

Pic microcontroller [autosaved] [autosaved]

  • 2. WHAT IS A MICROCONTROLLER • A smaller computer • On-chip RAM, ROM, I/O ports... • Example:Motorola’s 6811, Intel’s 8051, Zilog’s Z8 and PIC 16X CPU RAM ROM A single chip Serial Microcontroller I/O Timer COM Port Port
  • 3. HOW IT IS DIFFERENT FROM A MICROPROCESSOR General-purpose microprocessor • CPU for Computers • No RAM, ROM, I/O on CPU chip itself • Example:Intel’s x86, Motorola’s 680x0 Data Bus CPU General- Serial Purpose RAM ROM I/O Timer COM Micro- Port Port processor Address Bus
  • 5. IMPORTANT FEATURES OF PIC 16F73 • High performance RISC CPU. • There is Only 35 single word instructions. • 4K Bytes Flash Program Memory. • 192 Bytes RAM. • Three I/O ports – PORT A = 6 Bit. PORT B & C = 8 Bit. • on-chip RC Oscillator.
  • 7. PIC MEMORY • The PIC 16F73 has 4 kbytes of program memory. • 192 Bytes Registers as Data Memory : Special Function Registers: used to control peripherals and PIC behaviors. General Purpose Registers: used for temporary storage of data.
  • 8. PIC PROGRAM MEMORY Takes a max of 8 addresses, the ninth address will write over the first. When the controller is reset, program execution starts from here. If interrupted, program execution continues from here.
  • 9. PIC DATA MEMORY The most important registers have addresses in all the four banks The data memory is divided into 4 memory banks
  • 10. PERIPHERAL FEATURES OF PIC • Three timers –Timer0: 8-bit timer Timer1: 16-bit timer Timer2: 8-bit timer • Two PWM modules • 8-bit, 5-channel Analog-to-Digital converter. • USART And SSP Serial Communication. • Brown-out detection circuitry with Watchdog timer.
  • 11. PIC Peripherals: Timers The PIC16F73 has 3 Timers They can be used as- TIMER: When The clock source is the internal crystal frequency of the PIC. COUNTER: When an external pulse is given from the input pin. For timer0 input pin is pin number 6 i.e TOCKI For timer1 input pin is pin number 11 i.e T1CKI
  • 12. Special features of timers Only timer0 and timer1 can be used as a Timer and Counter. Timer2 is related with PWM wave generation. Every timer is associated with pre-scaler factor. Generate interrupts on timer overflow. There is a Watchdog Timer with brown out detection circuit.
  • 13. REGISTER ASSOCIATED WITH TIMER0 OPTION_REG Register
  • 14. REGISTER ASSOCIATED WITH TIMER1 T1CON:Timer1 Control Register
  • 15. REGISTER ASSOCIATED WITH TIMER1 T1CON:Timer1 Control Register
  • 16. PIC Peripherals: PWM PWM stands for pulse width modulation. It is generally used to slow down the speed of motors by varying the duty cycle of the period. DUTY CYCLE is given by- Ton time / T total time The ratio between ON and OFF state of the pulse determines the amount of energy tranferred to the device.
  • 17. BLOCK DIAGRAM AND OUTPUT WAVEFORM OF PWM
  • 18. PIC Peripherals: ADC • ADC stands for analog to digital comparator. • In PIC16F73 there is 8 bit , 5 channels ADC. Therefore there are 256 combinations • For conversion of analog voltage to digital first we have to make a least count matching between the two devices. Least Count=Vref. /resolution
  • 19. BLOCK DIAGRAM OF ANALOG TO DIGITAL CONVERTER The A/D module has four registers. These registers are: A/D Result Register (ADRES) A/D Control Register0 (ADCON0) A/D Control Register1 (ADCON1)
  • 20. PIC Peripherals: USART And SSP Serial Communication
  • 21. USART REGISTERS USART stands for synchronous asynchronous serial receiver and transmitter IT DEALS WITH TWO REGISTERS: TXSTA : Transmit status and control register. RXSTA : Receive status and control register. In synchronous communication we have to give the same clock to both the transmitter and receiver whereas In asynchronous communication we have to make the baud rate( data transfer rate ) of both the transmitter and receiver same.
  • 23. SSP SERIAL COMMUNICATION SSP stands for synchronous serial peripherals. InPIC16F73 there are 2 SSP’s- I2C AND SPI I2C COMMUNICATION
  • 25. APPLICATIONS INTERFACING OF LCD WITH PIC16F73 PIC16F73 PORT PINS
  • 26. INTERFACING OF SEVEN SEGMENT DISPLAY WITH PIC16F73 PIC16F73 PIC 16F73
  • 27. Thank You For Your Attendance