SlideShare a Scribd company logo
1 of 14
L. D. COLLEGE OF ENGINNERING
AHMEDABAD-380015
GUIDED BY:
PROF. P.P. PRAJAPATI
ASSISTANT PROFESSOR,
DEPARTMENT OF ELECTRONICS & COMMUNICATION ENGINEERING.
L. D. COLLEGE OF ENGINEERING,
AHMEDABAD.
PREPARED BY:
MITUL LAKHANI
DHAVAL SONANI
VISHAL GONADALIYA
WHAT IS DAC??
 In electronics, a digital- to- analog
converter (DAC or D-to-A) is a device that
converts a digital (usually binary) code to an analog
signal ( current, voltage, or electric charge).
An analog digital converter (ADC) performs the
reverse operation. Signals are easily stored and
transmitted in digital form, but a DAC is needed for
the signal to be recognized by human senses or
other non-digital systems.
GENERAL USE OF DAC.
 A common use of digital-to- analog converters is
generation of audio signals from digital information
in music player.
 Digital video signals are converted to analog
in televisions and cell phones to display colors and
shades.
 Digital-to- analog conversion can degrade a signal,
so conversion details are normally chosen so that
the errors are negligible.
DAC USING MICROCONTROLLER
 The digital-to-analog converter (DAC) is a device
widely used to convert digital pulses to analog
signals.
 Recall from your digital electronics book the two
methods of creating a DAC:
Binary weighted and R/2R ladder.
 The vast majority of integrated circuit DACs,
including the MC1408 (DAC0808) used in this
section, uses the R/2R method since it can achieve
a much higher degree of precision.
STEP BY STEP PROCEDURE
FOR INTERFACING
MCU-DAC
COMPONENTS REQUIRED
 MCU (AT89C51)
 DAC0808/MC1408
 Resistors (10k,8.2k).
 Capacitors(33pF,10uF).
 Op-amp.
 Oscilloscope.
 Power Supply.
STEP BY STEP PROCEDURE
FOR INTERFACING
MCU-DAC
ALGORITHAM:
STEP BY STEP PROCEDURE
FOR INTERFACING
MCU-DAC
CIRCUIT DIAGRAM:
STEP BY STEP PROCEDURE
FOR INTERFACING
MCU-DAC
 Procedure to generate Sine wave:
 To generate a sine wave, first a table is designed
whose values represent the amplitude of the sine of
the angles between 0 and 360 degrees. The value
of the sine function varies from -1.0 to +1.0
 To generate the sine wave the output of DAC is
assumed to be 10V. Full scale output of the DAC is
achieved when all the data inputs of the DAC are
high. Therefore to achieve the full-scale 10V output,
we use following equation.
Vout = 5V + (5*sinø)
DATA TABLE FOR SINE WAVE GENERATION
FLOWCHART FOR OUR PROGRAM
START
INITIALISE VARIABLE
USE DPTR AS A POINTER TO
POINT TO THE LOOK UP TABLE
DATA ACCESSING USING INDEXED
ADDRESSING MODE
VALUE IS SENT TO THE PORT1
AND INCREMENT DPTR
DECREMENT
COUNTER=0??
END
NO
YES
ASSEMBLY LANGUAGE PROGRAM
START:MOV DPTR,#TABLE
MOV R1,#13
CLR A
LOOP: MOVC A,@A+DPTR
MOV P1,A
INC DPTR
DJNZ R1,LOOP
SJMP START
TABLE: ORG 200H
DB 128,192,238,255,238,192,128,64,17,0,17,64,128
IMAGE OF SINEWAVE WHICH WE GET
ON OSCILLOSCOPE….
QUERY????
Digital to Analog Converter by LDCE students

More Related Content

What's hot

8051 Microcontroller PPT's By Er. Swapnil Kaware
8051 Microcontroller PPT's By Er. Swapnil Kaware8051 Microcontroller PPT's By Er. Swapnil Kaware
8051 Microcontroller PPT's By Er. Swapnil Kaware
Prof. Swapnil V. Kaware
 

What's hot (20)

Seven Segment Display
Seven Segment DisplaySeven Segment Display
Seven Segment Display
 
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
 
Intel 8051 Programming in C
Intel 8051 Programming in CIntel 8051 Programming in C
Intel 8051 Programming in C
 
Keypad Interfacing with 8051 Microcontroller
Keypad Interfacing with 8051 MicrocontrollerKeypad Interfacing with 8051 Microcontroller
Keypad Interfacing with 8051 Microcontroller
 
Adc interfacing
Adc interfacingAdc interfacing
Adc interfacing
 
8051 instruction set
8051 instruction set8051 instruction set
8051 instruction set
 
DAC Interfacing with 8051.pdf
DAC Interfacing with 8051.pdfDAC Interfacing with 8051.pdf
DAC Interfacing with 8051.pdf
 
Interrupts in 8051
Interrupts in 8051Interrupts in 8051
Interrupts in 8051
 
8051 Microcontroller PPT's By Er. Swapnil Kaware
8051 Microcontroller PPT's By Er. Swapnil Kaware8051 Microcontroller PPT's By Er. Swapnil Kaware
8051 Microcontroller PPT's By Er. Swapnil Kaware
 
Parity Generator and Parity Checker
Parity Generator and Parity CheckerParity Generator and Parity Checker
Parity Generator and Parity Checker
 
Voltage Amplifier
Voltage AmplifierVoltage Amplifier
Voltage Amplifier
 
Interfacing Stepper motor with 8051
Interfacing Stepper motor with 8051Interfacing Stepper motor with 8051
Interfacing Stepper motor with 8051
 
Pic microcontroller architecture
Pic microcontroller architecturePic microcontroller architecture
Pic microcontroller architecture
 
Data acquisition & system control basic information
Data acquisition & system control basic information Data acquisition & system control basic information
Data acquisition & system control basic information
 
8051 Architecture and PIN Configuration.pdf
8051 Architecture and PIN Configuration.pdf8051 Architecture and PIN Configuration.pdf
8051 Architecture and PIN Configuration.pdf
 
Basics of digital electronics
Basics of digital electronicsBasics of digital electronics
Basics of digital electronics
 
8051 Microcontroller I/O ports
8051 Microcontroller I/O ports8051 Microcontroller I/O ports
8051 Microcontroller I/O ports
 
Ultrasonic sensor
Ultrasonic sensorUltrasonic sensor
Ultrasonic sensor
 
ANALOG TO DIGITAL CONVERTOR
ANALOG TO DIGITAL CONVERTORANALOG TO DIGITAL CONVERTOR
ANALOG TO DIGITAL CONVERTOR
 
Sensors and microcontroller interfacing
Sensors and microcontroller interfacingSensors and microcontroller interfacing
Sensors and microcontroller interfacing
 

Viewers also liked

Contributor personality developement
Contributor personality developementContributor personality developement
Contributor personality developement
Alka Sanghani
 
Smart Home Automation by LDCE student
Smart Home Automation by LDCE studentSmart Home Automation by LDCE student
Smart Home Automation by LDCE student
Mitul Lakhani
 
Contributor example and google as a contributor
Contributor example and google as a contributorContributor example and google as a contributor
Contributor example and google as a contributor
student(MCA)
 
Contributor and non contributor
Contributor and non contributorContributor and non contributor
Contributor and non contributor
student(MCA)
 
8051 Microcontroller Notes
8051 Microcontroller Notes8051 Microcontroller Notes
8051 Microcontroller Notes
Dr.YNM
 

Viewers also liked (20)

Contributor Personality Development- L. D. College of Engineering
Contributor Personality Development- L. D. College of EngineeringContributor Personality Development- L. D. College of Engineering
Contributor Personality Development- L. D. College of Engineering
 
Contributor personality developement
Contributor personality developementContributor personality developement
Contributor personality developement
 
Cpd ch 2 identity
Cpd ch 2 identityCpd ch 2 identity
Cpd ch 2 identity
 
Cpd ch 1 contributor
Cpd ch 1 contributorCpd ch 1 contributor
Cpd ch 1 contributor
 
CONSEQUENCES OF INTEGRATION IN DIGITAL SYSTEM DESIGNS
CONSEQUENCES OF INTEGRATION IN DIGITAL SYSTEM DESIGNSCONSEQUENCES OF INTEGRATION IN DIGITAL SYSTEM DESIGNS
CONSEQUENCES OF INTEGRATION IN DIGITAL SYSTEM DESIGNS
 
Interfacing 8051 with Real World
Interfacing 8051 with Real WorldInterfacing 8051 with Real World
Interfacing 8051 with Real World
 
Interfacing with Atmega 16
Interfacing with Atmega 16Interfacing with Atmega 16
Interfacing with Atmega 16
 
Arrays in C language
Arrays in C languageArrays in C language
Arrays in C language
 
Power Series,Taylor's and Maclaurin's Series
Power Series,Taylor's and Maclaurin's SeriesPower Series,Taylor's and Maclaurin's Series
Power Series,Taylor's and Maclaurin's Series
 
8255:ppi & 8259:pic
8255:ppi & 8259:pic 8255:ppi & 8259:pic
8255:ppi & 8259:pic
 
Smart Home Automation by LDCE student
Smart Home Automation by LDCE studentSmart Home Automation by LDCE student
Smart Home Automation by LDCE student
 
Cpd ch 9 engage deeply
Cpd ch 9 engage deeplyCpd ch 9 engage deeply
Cpd ch 9 engage deeply
 
Contributor personality development
Contributor personality developmentContributor personality development
Contributor personality development
 
Contributor example and google as a contributor
Contributor example and google as a contributorContributor example and google as a contributor
Contributor example and google as a contributor
 
Contributor and non contributor
Contributor and non contributorContributor and non contributor
Contributor and non contributor
 
Interfacing LCD with 8051 Microcontroller
Interfacing LCD with 8051 MicrocontrollerInterfacing LCD with 8051 Microcontroller
Interfacing LCD with 8051 Microcontroller
 
Microcontroller 8051 and its interfacing
Microcontroller 8051 and its interfacingMicrocontroller 8051 and its interfacing
Microcontroller 8051 and its interfacing
 
Sample project abstract
Sample project abstractSample project abstract
Sample project abstract
 
8051 Microcontroller Notes
8051 Microcontroller Notes8051 Microcontroller Notes
8051 Microcontroller Notes
 
Building Healthier Communities: TEDMED 2016
Building Healthier Communities: TEDMED 2016Building Healthier Communities: TEDMED 2016
Building Healthier Communities: TEDMED 2016
 

Similar to Digital to Analog Converter by LDCE students

M-TECH 4th SEM PRESENTATION
M-TECH 4th SEM PRESENTATIONM-TECH 4th SEM PRESENTATION
M-TECH 4th SEM PRESENTATION
Subhajit Shaw
 
Data Acquisition System, a side for Electrical Engg.
Data Acquisition System, a side for Electrical Engg.Data Acquisition System, a side for Electrical Engg.
Data Acquisition System, a side for Electrical Engg.
AdnanZafar83
 

Similar to Digital to Analog Converter by LDCE students (20)

Interfacing with peripherals: analog to digital converters and digital to ana...
Interfacing with peripherals: analog to digital converters and digital to ana...Interfacing with peripherals: analog to digital converters and digital to ana...
Interfacing with peripherals: analog to digital converters and digital to ana...
 
Ad and da convertor
Ad and da convertorAd and da convertor
Ad and da convertor
 
Ad and da convertor
Ad and da convertorAd and da convertor
Ad and da convertor
 
Unit IV DA & AD Convertors and Phase Locked Loop
Unit IV  DA & AD Convertors and Phase Locked LoopUnit IV  DA & AD Convertors and Phase Locked Loop
Unit IV DA & AD Convertors and Phase Locked Loop
 
MODULE-2_SIGNAL_CONDITIONING.pptx
MODULE-2_SIGNAL_CONDITIONING.pptxMODULE-2_SIGNAL_CONDITIONING.pptx
MODULE-2_SIGNAL_CONDITIONING.pptx
 
ADC - Types (Analog to Digital Converter)
ADC - Types (Analog to Digital Converter)ADC - Types (Analog to Digital Converter)
ADC - Types (Analog to Digital Converter)
 
Analog to digital converter (ACD)
Analog to digital converter (ACD)Analog to digital converter (ACD)
Analog to digital converter (ACD)
 
IRJET- Implementation of 16-Bit Pipelined ADC using 180nm CMOS Technology
IRJET-  	  Implementation of 16-Bit Pipelined ADC using 180nm CMOS TechnologyIRJET-  	  Implementation of 16-Bit Pipelined ADC using 180nm CMOS Technology
IRJET- Implementation of 16-Bit Pipelined ADC using 180nm CMOS Technology
 
M-TECH 4th SEM PRESENTATION
M-TECH 4th SEM PRESENTATIONM-TECH 4th SEM PRESENTATION
M-TECH 4th SEM PRESENTATION
 
Implementation of 4-bit R-2R DAC on CADENCE Tools
Implementation of 4-bit R-2R DAC on CADENCE ToolsImplementation of 4-bit R-2R DAC on CADENCE Tools
Implementation of 4-bit R-2R DAC on CADENCE Tools
 
Data Acquisition System, a side for Electrical Engg.
Data Acquisition System, a side for Electrical Engg.Data Acquisition System, a side for Electrical Engg.
Data Acquisition System, a side for Electrical Engg.
 
LIC UNIT IV.pptx
LIC UNIT IV.pptxLIC UNIT IV.pptx
LIC UNIT IV.pptx
 
Lica 7th chapter slides
Lica 7th chapter slidesLica 7th chapter slides
Lica 7th chapter slides
 
R2 r dac
R2 r dacR2 r dac
R2 r dac
 
Analog to digital converter
Analog to digital converterAnalog to digital converter
Analog to digital converter
 
analog to digital adn digital to analog .ppt
analog to digital adn digital to analog .pptanalog to digital adn digital to analog .ppt
analog to digital adn digital to analog .ppt
 
Design and Simulation of First Order Sigma-Delta Modulator Using LT spice Tool
Design and Simulation of First Order Sigma-Delta Modulator Using LT spice ToolDesign and Simulation of First Order Sigma-Delta Modulator Using LT spice Tool
Design and Simulation of First Order Sigma-Delta Modulator Using LT spice Tool
 
Adc &dac ppt
Adc &dac pptAdc &dac ppt
Adc &dac ppt
 
86919253 data-acquisition-system-ppt
86919253 data-acquisition-system-ppt86919253 data-acquisition-system-ppt
86919253 data-acquisition-system-ppt
 
Design of CMOS operational Amplifiers using CADENCE
Design of CMOS operational Amplifiers using CADENCEDesign of CMOS operational Amplifiers using CADENCE
Design of CMOS operational Amplifiers using CADENCE
 

Recently uploaded

1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
AldoGarca30
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
MayuraD1
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
Epec Engineered Technologies
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Recently uploaded (20)

Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
 
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Wadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptxWadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptx
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 
Computer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to ComputersComputer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to Computers
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Engineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesEngineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planes
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 

Digital to Analog Converter by LDCE students

  • 1. L. D. COLLEGE OF ENGINNERING AHMEDABAD-380015 GUIDED BY: PROF. P.P. PRAJAPATI ASSISTANT PROFESSOR, DEPARTMENT OF ELECTRONICS & COMMUNICATION ENGINEERING. L. D. COLLEGE OF ENGINEERING, AHMEDABAD. PREPARED BY: MITUL LAKHANI DHAVAL SONANI VISHAL GONADALIYA
  • 2. WHAT IS DAC??  In electronics, a digital- to- analog converter (DAC or D-to-A) is a device that converts a digital (usually binary) code to an analog signal ( current, voltage, or electric charge). An analog digital converter (ADC) performs the reverse operation. Signals are easily stored and transmitted in digital form, but a DAC is needed for the signal to be recognized by human senses or other non-digital systems.
  • 3. GENERAL USE OF DAC.  A common use of digital-to- analog converters is generation of audio signals from digital information in music player.  Digital video signals are converted to analog in televisions and cell phones to display colors and shades.  Digital-to- analog conversion can degrade a signal, so conversion details are normally chosen so that the errors are negligible.
  • 4. DAC USING MICROCONTROLLER  The digital-to-analog converter (DAC) is a device widely used to convert digital pulses to analog signals.  Recall from your digital electronics book the two methods of creating a DAC: Binary weighted and R/2R ladder.  The vast majority of integrated circuit DACs, including the MC1408 (DAC0808) used in this section, uses the R/2R method since it can achieve a much higher degree of precision.
  • 5. STEP BY STEP PROCEDURE FOR INTERFACING MCU-DAC COMPONENTS REQUIRED  MCU (AT89C51)  DAC0808/MC1408  Resistors (10k,8.2k).  Capacitors(33pF,10uF).  Op-amp.  Oscilloscope.  Power Supply.
  • 6. STEP BY STEP PROCEDURE FOR INTERFACING MCU-DAC ALGORITHAM:
  • 7. STEP BY STEP PROCEDURE FOR INTERFACING MCU-DAC CIRCUIT DIAGRAM:
  • 8. STEP BY STEP PROCEDURE FOR INTERFACING MCU-DAC  Procedure to generate Sine wave:  To generate a sine wave, first a table is designed whose values represent the amplitude of the sine of the angles between 0 and 360 degrees. The value of the sine function varies from -1.0 to +1.0  To generate the sine wave the output of DAC is assumed to be 10V. Full scale output of the DAC is achieved when all the data inputs of the DAC are high. Therefore to achieve the full-scale 10V output, we use following equation. Vout = 5V + (5*sinø)
  • 9. DATA TABLE FOR SINE WAVE GENERATION
  • 10. FLOWCHART FOR OUR PROGRAM START INITIALISE VARIABLE USE DPTR AS A POINTER TO POINT TO THE LOOK UP TABLE DATA ACCESSING USING INDEXED ADDRESSING MODE VALUE IS SENT TO THE PORT1 AND INCREMENT DPTR DECREMENT COUNTER=0?? END NO YES
  • 11. ASSEMBLY LANGUAGE PROGRAM START:MOV DPTR,#TABLE MOV R1,#13 CLR A LOOP: MOVC A,@A+DPTR MOV P1,A INC DPTR DJNZ R1,LOOP SJMP START TABLE: ORG 200H DB 128,192,238,255,238,192,128,64,17,0,17,64,128
  • 12. IMAGE OF SINEWAVE WHICH WE GET ON OSCILLOSCOPE….