The 9S12 A/D converter Huang Section ATD_10B8C Block User Guide

Size: px
Start display at page:

Download "The 9S12 A/D converter Huang Section ATD_10B8C Block User Guide"

Transcription

1 The 9S2 A/D converter Huang Section ATD_B8C Block User Guide Analog/Digital Converters A -bit A/D converter is used to convert an input voltage The reference voltages are V RL = V and V RH = 5V What is the quantization level of the A/D converter? V = (V RH V RL )/2 b = 488 mv What is the dynamic range of the A/D converter? DR db = 62 b = 62 db If the value read from the A/D converter is x5a, what is the input voltage? Vin = V RL + [(V RH V RL )/2 b ]*ADvalue = V mv 346 = 6894 V The HCS2 has two -bit A/D converters (ATD and ATD) Each A/D converter has an 8-channel analog mulitplexer in front of it, so each channel can convert 8 analog inputs (but not at exactly the same time) ATD uses the eight bits of Port AD, called PAD through PAD7 Ports AD and AD of ATD are used by DBug-2 at startup to determine whether to execute DBug-2, or to run code from EEPROM of the bootloader ATD uses the eight bits of Port AD, called PAD8 through PAD5 (9S2DT256DGV3pdf) The HCS2 Analog/Digital Converter We will discuss only ATD ATD is identical ATD is an eight-channel -bit A/D converter The A/D converter can also be used in 8-bit mode There are eight inputs to the A/D converter The inputs are fed through a multiplexer to the single A/D converter There are inputs on the HCS2 for the reference voltages V RL and V RH In normal operation V RL = V and V RH = 5 V You must have V SS V RL < V RH V DD The accuracy of the A/D converter is guaranteed only for V RH V RL =5 V

2 When using the A/D converter, you can choose between performing single or continuous conversion on a single channel or multiple channels The AD conversion results are stored in the registers ATDDR through ATDDR7 You can choose whether to have the results left-justified or right justified To program the HCS2 A/D converter you need to set up the A/D control registers ATDCTL2, ATDCTL3, ATDCTL4 and ATDCTL5 The registers ATDCTL and ATDCTL are used for factory test, and not used in normal operation When the AD converter is not used, Port AD can be used for general purpose input Register ATDDIEN is used to set up Port AD pins for use as a general purpose inputs The values on the pins are read from PORTAD MULT= PAD PAD PAD PAD2 PAD7 PAD3 A/D ATDR ATDR ATDDRx ATDR2 ATDR3 CC CB CA Only one channel, determined by CC CB CA Single or continuous conversion to 8 conversions, number determined by SC, S2C, S4C, S8C MULT= PAD PAD7 PAD PAD PAD2 PAD3 A/D ATDR ATDR ATDDRx ATDR2 ATDR3 Several channels Starting channel determined by CC CB CA to 8 conversions, number determined by SC, S2C, S4C, S8C

3 ATDCTL2 ADPU AFFC ASWAI ETRIGLE ETRIGLP ASCIE ASCIF x82 ATDCTL3 S8C S4C S2C SC FIFO FRZ FRZ x83 ATDCTL4 SRES8 SMP SMP PRS4 PRS3 PRS2 PRS PRS x84 ATDCTL5 DJM DSGN SCAN MULT CC CB CA x85 To Use A/D Converter: ADPU = (Power up A/D) ETRIGLE ETRIGP External Trigger Falling edge Rising edge Low level High level ASCIE = => disables ATD interrupt ASCIE = => enables ATD interrupt on sequence complete (ASCIF = ) ASCIF = => no ATD interrupt occurred ASCIF = => ATD sequence complete S8C, S4C, S2C, SC: Number of conversions per sequence: ( to 7) SRES8 = = > Bit Mode SRES8 = => 8 Bit Mode SMP & SMP2: select sample time bits Always use = > 2 A/D conversion clock periods PRS4- PRS are prescaler bits to set the conversion clock frequency ATDclock=([bus clock]/(prs+))*5 PRS4 - PRS Total Divisor Value Max Bus Clock Min Bus Clock by 2 by 4 by 6 by 8 by by 2 by 4 by 6 4 MHz 8 MHz 2 MHz 6 MHz 2 MHz 24 MHz 28 MHz 32 MHz MHz 2 MHz 3 MHz 4 MHz 5 MHz 6 MHz 7 MHz 8 MHz

4 The ATD conversion frequency must be between 5 khz and 2 MHz DJM = => Left justified data in the result registers DJM = => Right justified data in the result registers DSGN = => Unsigned data in the result registers DSGN = => Signed data representation in the result registers (only for left justified) SCAN = => Single conversion sequence SCAN = => Convert continuously MULT = => Sample only one channel MULT = => Sample across several channels CC CB CA Analog Input Channel AN AN AN2 AN3 AN4 AN5 AN6 AN7 SCF Flag is set after a sequence of conversions is complete The SCF Flag is cleared when ATDCTL5 is written, or by writing a to the SCF bit After writing to ATDCTL5, SCF flag cleared and conversions start USING THE HCS2 A/D CONVERTER Power up A/D Converter (ADPU = in ATDCTL2) 2 Select number of conversions per sequence (S8C S4C S2C SC in ATDCTL3) S8C S4C S2C SC = to for to 7 conversions S8C S4C S2C SC = or xxx for 8 conversions 3 Set up ATDCTL4 For 8-bit mode write x85 to ATDCTL4 For -bit mode write x5 to ATDCTL4 Other values of ATDCTL4 either will not work or will result in slower A/D conversion rates

5 4 Select DJM in ATDCTL5 (a) DJM = => Left justified data in the result registers (b) DJM = => Right justified data in the result registers 5 Select DSGN in ATDCTL5 (a) DSGN = => Unsigned data representation in the result register (b) DSGN = => Signed data representation in the result register The Available Result Data Formats are shown in the following table: SRES8 DJM DSGN RESULT DATA FORMAT 8-bit/left justified/unsigned Bits bit/left justified/signed Bits 5-8 X 8-bit/right justified/unsigned Bits 7- -bit/left justified/unsigned Bits 5-6 -bit/left justified/signed Bits 5-6 X -bit/right justified/unsigned Bits 9-6 Select MULT in ATDCTL5: MULT = : Convert one channel the specified number of times Choose channel to convert with CC, CB, CA of ATDCTL5 MULT = : Convert across several channels CC, CB, CA of ATDCTL is the first channel to be converted 7 Select SCAN in ATDCTL5: SCAN = : Convert one sequence, then stop SCAN = : Convert continuously 8 After writing to ATDCTL5, the A/D converter starts, and the SCF bit is cleared After a sequence of conversions is completed, the SCF flag in ATDSTAT is set You can read the results in ATDDRx [-7] 9 If SCAN =, you need to write to ATDCTL5 to start a new sequence If SCAN =, the conversions continue automatically, and you can read new values in ADR[-7] To get an interrupt after the sequence of conversions are completed, set ASCIE bit of ATDCTL2 After the sequence of conversions, the ASCIF bit in ATDCTL2 will be set, and an interrupt will be generated On HCS2 EVBU, AD channels and are used to determine start-up program (D- Bug2, EEPROM or bootloader) Do not use AD channels or unless absolutely necessary (if you need more than 4 A/D channels) 2 ATDDRx =(V in V RL )/(V RH V RL ) 24 Normally, V RL = V, and V RH = 5 V, so ATDDRx =V in /5 V 24

6 Example: ATDDR = 448 => V in = 29 V 3 To use -bit result, set ATDCTL4 = x5 (Gives 2 MHz AD clock with 24 MHz bus clock, -bit mode) 4 You can get more accuracy by averaging multiple conversions If you need only one channel, set MULT =, set S8C, S4C, S2C, SC, bits for eight conversions, then average all eight result registers The following assumes the data was right justified: int avg; avg = (ATDDR + ATDDR ATDDR2 + ATDDR3 ATDDR4 + ATDDR5 ATDDR6 + ATDDR7) >> 3;

7 A sinusoidal signal with Gaussian noise embedded in it, and an averaged signal

8 /* Read temperature from PAD4 Turn on heater if temp too low, * turn off heater if temp too high Heater connected to Bit * of Port A */ #include "hcs2h" #define TRUE #define SET_POINT 72 /* Temp at which to turn heater on or off */ main() { ATDCTL2 = x8; /* Power up A/D, no interrupts */ ATDCTL3 = x; /* Do eight conversions */ ATDCTL4 = x85; /* 8-bit mode */ ATDCTL5 = xa4; /* \ / \ Bit 4 of Port AD \ MULT = => one channel only \ Scan = => continuous \ DSGN = => unsigned \ DJM = => right justified */ /*******************************************************************/ DDRA = xff; /* Make Port A output */ PORTA = x; /* Turn off heater */ /*******************************************************************/ } while (TRUE) { if (ATDDR > SET_POINT) PORTA &= ~x; else PORTA = x; }

Analog-to-Digital Conversion (Part 2) Microcomputer Architecture and Interfacing Colorado School of Mines Professor William Hoff

Analog-to-Digital Conversion (Part 2) Microcomputer Architecture and Interfacing Colorado School of Mines Professor William Hoff Analog-to-Digital Conversion (Part 2) Charge redistribution network Instead of a resistor ladder for the D/A converter, the microcontroller uses an-all capacitor system to generate the known voltages It

More information

The Successive Approximation Converter Concept - 8 Bit, 5 Volt Example

The Successive Approximation Converter Concept - 8 Bit, 5 Volt Example Successive Approximation Converter A successive approximation converter provides a fast conversion of a momentary value of the input signal. It works by first comparing the input with a voltage which is

More information

nc... Freescale Semiconductor, I

nc... Freescale Semiconductor, I Application Note Rev. 0, 2/2003 Interfacing to the HCS12 ATD Module by Martyn Gallop, Application Engineering, Freescale, East Kilbride Introduction Many of the HCS12 family of 16-bit microcontrollers

More information

Analog Input & Output

Analog Input & Output EEL 4744C: Microprocessor Applications Lecture 10 Part 1 Analog Input & Output Dr. Tao Li 1 Read Assignment M&M: Chapter 11 Dr. Tao Li 2 To process continuous signals as functions of time Advantages free

More information

Introduction to Mechatronics. Fall Instructor: Professor Charles Ume. Analog to Digital Converter

Introduction to Mechatronics. Fall Instructor: Professor Charles Ume. Analog to Digital Converter ME6405 Introduction to Mechatronics Fall 2006 Instructor: Professor Charles Ume Analog to Digital Converter Analog and Digital Signals Analog signals have infinite states available mercury thermometer

More information

Implementing a Rudimentary Oscilloscope

Implementing a Rudimentary Oscilloscope EE-3306 HC6811 Lab #4 Implementing a Rudimentary Oscilloscope Objectives The purpose of this lab is to become familiar with the 68HC11 on chip Analog-to-Digital converter. This lab builds on the knowledge

More information

Introduction to Embedded Microcomputer Systems Lecture Discrete digital signal. Continuous analog signal

Introduction to Embedded Microcomputer Systems Lecture Discrete digital signal. Continuous analog signal Introduction to Embedded Microcomputer Systems Lecture 22.1 Recap Output compare interrupts Metrowerks Codewarrior Overview to Convertor Transducer: mechanical, electrical Using output compare interrupts

More information

Analog to Digital Conversion

Analog to Digital Conversion Analog to Digital Conversion What the heck is analog to digital conversion? Why do we care? Analog to Digital Conversion What the heck is analog to digital conversion? Why do we care? A means to convert

More information

Analog-to-Digital Converter

Analog-to-Digital Converter 5 5.1 Objectives: The TM4C is equipped with an analog-to-digital (ATD) conversion system that samples an analog (continuous) signal at regular intervals and then converts each of these analog samples into

More information

o The 9S12 has a 16-bit free-running counter to determine the time and event happens, and to make an event happen at a particular time

o The 9S12 has a 16-bit free-running counter to determine the time and event happens, and to make an event happen at a particular time More on Programming the 9S12 in C Huang Sections 5.2 through 5.4 Introduction to the 9S12 Hardware Subsystems Huang Sections 8.2-8.6 ECT_16B8C Block User Guide A summary of 9S12 hardware subsystems Introduction

More information

o The 9S12 has a 16-bit free-running counter to determine the time and event happens, and to make an event happen at a particular time

o The 9S12 has a 16-bit free-running counter to determine the time and event happens, and to make an event happen at a particular time More on Programming the 9S12 in C Huang Sections 5.2 through 5.4 Introduction to the 9S12 Hardware Subsystems Huang Sections 8.2-8.6 ECT_16B8C Block User Guide A summary of 9S12 hardware subsystems Introduction

More information

DSM GHz Linear Chirping Source

DSM GHz Linear Chirping Source DSM202 2.0 GHz GENERAL DESCRIPTION The DSM202 is a linear chirping waveform module that generates two types of chirping waveforms at 32 clocks per frequency update. The DSM202 can be controlled using a

More information

PCI-DAS6034, PCI-DAS6035, and PCI-DAS6036

PCI-DAS6034, PCI-DAS6035, and PCI-DAS6036 PCI-DAS6034, PCI-DAS6035, and PCI-DAS6036 Specifications Document Revision 1.2, February, 2010 Copyright 2010, Measurement Computing Corporation Typical for 25 C unless otherwise specified. Specifications

More information

International Islamic University Chittagong (IIUC) Department of Electrical and Electronic Engineering (EEE)

International Islamic University Chittagong (IIUC) Department of Electrical and Electronic Engineering (EEE) International Islamic University Chittagong (IIUC) Department of Electrical and Electronic Engineering (EEE) Course Code: EEE 3518 Course Title: Embedded System Sessional EXPERIMENT NO. 8 Name of the Experiment:

More information

8-BIT MCU WITH SINGLE VOLTAGE FLASH MEMORY, DATA EEPROM, ADC, TIMERS, SPI

8-BIT MCU WITH SINGLE VOLTAGE FLASH MEMORY, DATA EEPROM, ADC, TIMERS, SPI 8-BIT MCU WITH SINGLE VOLTAGE FLASH MEMORY, DATA EEPROM, ADC, TIMERS, SPI Memories.5K bytes single voltage Flash Program memory with read-out protection, In-Circuit Programming and In-Application Programming

More information

Chapter 11 Sections 1 3 Dr. Iyad Jafar

Chapter 11 Sections 1 3 Dr. Iyad Jafar Data Acquisition and Manipulation Chapter 11 Sections 1 3 Dr. Iyad Jafar Outline Analog and Digital Quantities The Analog to Digital Converter Features of Analog to Digital Converter The Data Acquisition

More information

Tutorial Introduction

Tutorial Introduction Tutorial Introduction PURPOSE - To explain how to configure and use the in common applications OBJECTIVES: - Identify the steps to set up and configure the. - Identify techniques for maximizing the accuracy

More information

AI-1204Z-PCI. Features. 10MSPS, 12-bit Analog Input Board for PCI AI-1204Z-PCI 1. Ver.1.04

AI-1204Z-PCI. Features. 10MSPS, 12-bit Analog Input Board for PCI AI-1204Z-PCI 1. Ver.1.04 10MSPS, 12-bit Analog Board for PCI AI-1204Z-PCI * Specifications, color and design of the products are subject to change without notice. This product is a PCI bus-compliant interface board that expands

More information

Scans and encodes up to a 64-key keyboard. DB 1 DB 2 DB 3 DB 4 DB 5 DB 6 DB 7 V SS. display information.

Scans and encodes up to a 64-key keyboard. DB 1 DB 2 DB 3 DB 4 DB 5 DB 6 DB 7 V SS. display information. Programmable Keyboard/Display Interface - 8279 A programmable keyboard and display interfacing chip. Scans and encodes up to a 64-key keyboard. Controls up to a 16-digit numerical display. Keyboard has

More information

Analog Arts SA985 SA975 SA935 SA915 Product Specifications

Analog Arts SA985 SA975 SA935 SA915 Product Specifications Analog Arts SA985 SA975 SA935 SA915 Product Specifications Oscilloscope/ Spectrum Analyzer/ Data Recorder Model SA985 SA975 SA935 SA915 Oscilloscope (Typical by Design) Bandwidth (Max at probe tip) [1]

More information

Software Analog Video Inputs

Software Analog Video Inputs Software FG-38-II has signed drivers for 32-bit and 64-bit Microsoft Windows. The standard interfaces such as Microsoft Video for Windows / WDM and Twain are supported to use third party video software.

More information

Analog Arts SA985 SA975 SA935 SA915 Product Specifications [1]

Analog Arts SA985 SA975 SA935 SA915 Product Specifications [1] www.analogarts.com Analog Arts SA985 SA975 SA935 SA915 Product Specifications [1] 1. These models consist of an oscilloscope, a spectrum analyzer, a data recorder, and a frequency & phase meter. Oscilloscope/

More information

DaqBoard/3000USB Series USB 1 MHz, 16-Bit Data Acquisition Boards

DaqBoard/3000USB Series USB 1 MHz, 16-Bit Data Acquisition Boards USB 1 MHz, 16-Bit Data Acquisition Boards Features Designed for OEM and embedded applications Custom versions available for OEMs (contact factory) 16-bit, 1 MHz A/D converter Up to 32 differential or 64

More information

Personal Daq/3000 Series USB 1-MHz, 16-Bit Multifunction Modules

Personal Daq/3000 Series USB 1-MHz, 16-Bit Multifunction Modules USB 1-MHz, 16-Bit Multifunction Modules Features 1-MHz, 16-bit multifunction USB modules Synchronous analog input, analog output, digital I/O, and counter/timer I/O 8 differential or 16 single-ended analog

More information

Sources of Error in Time Interval Measurements

Sources of Error in Time Interval Measurements Sources of Error in Time Interval Measurements Application Note Some timer/counters available today offer resolution of below one nanosecond in their time interval measurements. Of course, high resolution

More information

Ocean Sensor Systems, Inc. Wave Staff III, OSSI With 0-5V & RS232 Output and A Self Grounding Coaxial Staff

Ocean Sensor Systems, Inc. Wave Staff III, OSSI With 0-5V & RS232 Output and A Self Grounding Coaxial Staff Ocean Sensor Systems, Inc. Wave Staff III, OSSI-010-008 With 0-5V & RS232 Output and A Self Grounding Coaxial Staff General Description The OSSI-010-008 Wave Staff III is a water level sensor that combines

More information

Section bit Analog-to-Digital Converter (ADC)

Section bit Analog-to-Digital Converter (ADC) Section 17. 10-bit Analog-to-Digital Converter (ADC) HIGHLIGHTS This section of the manual contains the following major topics: 17 17.1 Introduction...17-2 17.2 Control Registers...17-4 17.3 ADC Operation,

More information

Maintenance/ Discontinued

Maintenance/ Discontinued CCD Delay Line Series MN3870S NTSC-Compatible CCD Comb Filter with Built-in H Video Signal Delay Element Overview The MN3870S is a 4 f SC CMOS CCD comb filter with a built-in 4 f SC CMOS CCD signal delay

More information

Converting between Analog and Digital Domains

Converting between Analog and Digital Domains Converting between Analog and Digital Domains Chapter 6 Renesas Electronics America Inc. Advanced Embedded Systems using the RX63N Rev. 0.1 00000-A Topics Need Reference voltage Resolution Sample and Hold

More information

Point System (for instructor and TA use only)

Point System (for instructor and TA use only) EEL 4744C - Drs. George and Gugel Spring Semester 2002 Final Exam NAME SS# Closed book and closed notes examination to be done in pencil. Calculators are permitted. All work and solutions are to be written

More information

HMC7056. Block Upconverters / HPA's. Typical Applications. General Description. Features. Functional Block Diagram

HMC7056. Block Upconverters / HPA's. Typical Applications. General Description. Features. Functional Block Diagram Typical Applications Features Compact Design Dual L Band Inputs Dual up conversion to ensure no phase inversion WR28 Output with Isolator PA Enable Digital Gain control Thermal Monitoring and Gain Compensation

More information

OBSOLETE HMC7056. Block Upconverters / HPA's. Typical Applications. General Description. Features. Functional Block Diagram

OBSOLETE HMC7056. Block Upconverters / HPA's. Typical Applications. General Description. Features. Functional Block Diagram Typical Applications Features Compact Design Dual L Band Inputs Dual up conversion to ensure no phase inversion WR28 Output with Isolator PA Enable Digital Gain control Thermal Monitoring and Gain Compensation

More information

1310nm Single Channel Optical Transmitter

1310nm Single Channel Optical Transmitter 0nm Single Channel Optical Transmitter TRPVGETC000EG Pb Product Description The TRPVGETC000EG is a single channel optical transmitter module designed to transmit optical serial digital signals as defined

More information

Ocean Sensor Systems, Inc. Wave Staff, OSSI F, Water Level Sensor With 0-5V, RS232 & Alarm Outputs, 1 to 20 Meter Staff

Ocean Sensor Systems, Inc. Wave Staff, OSSI F, Water Level Sensor With 0-5V, RS232 & Alarm Outputs, 1 to 20 Meter Staff Ocean Sensor Systems, Inc. Wave Staff, OSSI-010-002F, Water Level Sensor With 0-5V, RS232 & Alarm Outputs, 1 to 20 Meter Staff General Description The OSSI-010-002E Wave Staff is a water level sensor that

More information

Experiment 9 Analog/Digital Conversion

Experiment 9 Analog/Digital Conversion Experiment 9 Analog/Digital Conversion Introduction Most digital signal processing systems are interfaced to the analog world through analogto-digital converters (A/D) and digital-to-analog converters

More information

CPE 310L EMBEDDED SYSTEM DESIGN (CPE)

CPE 310L EMBEDDED SYSTEM DESIGN (CPE) CPE 310L EMBEDDED SYSTEM DESIGN (CPE) LABORATORY 8 ANALOG DIGITAL CONVERTER DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING UNIVERSITY OF NEVADA, LAS VEGAS GOAL The goal of this lab is to understand

More information

PART. Maxim Integrated Products 1

PART. Maxim Integrated Products 1 9-646; Rev 0; /00 General Description The MAX94 evaluation kit (EV kit) is assembled with a MAX94 and the basic components necessary to evaluate the -bit analog-to-digital converter (ADC). Connectors for

More information

Specification for HTPA32x31L10/0.8HiM(SPI) Rev.4: Fg

Specification for HTPA32x31L10/0.8HiM(SPI) Rev.4: Fg The HTPA32x31L_/_M(SPI) is a fully calibrated, low cost thermopile array module, with fully digital SPI interface. The module delivers an electrical offset and ambient temperature compensated output stream,

More information

1310nm Video SFP Optical Transceiver

1310nm Video SFP Optical Transceiver 0nm Video SFP Optical Transceiver TRPVGELRx000MG Pb Product Description The TRPVGELRx000MG is an optical transceiver module designed to transmit and receive electrical and optical serial digital signals

More information

Part 2 -- A digital thermometer or talk I2C to your atmel microcontroller

Part 2 -- A digital thermometer or talk I2C to your atmel microcontroller Home Electronics Graphics, Film & Animation E-cards Other Linux stuff Photos Online-Shop Content: The new things The LCD display A little GUI How it works: Analog to digital conversion How it works: I2C

More information

AN-822 APPLICATION NOTE

AN-822 APPLICATION NOTE APPLICATION NOTE One Technology Way P.O. Box 9106 Norwood, MA 02062-9106, U.S.A. Tel: 781.329.4700 Fax: 781.461.3113 www.analog.com Synchronization of Multiple AD9779 Txs by Steve Reine and Gina Colangelo

More information

3G HDSDI interface board for SONY FCB HD cameras. Technical manual

3G HDSDI interface board for SONY FCB HD cameras. Technical manual 3G HDSDI interface board for SONY FCB HD cameras Technical manual Revision History Date Modifications Pages Oct, 9th, 2013 Original All 1 Board description This board provides a 3G HDSDI output for FCB

More information

SDA 3302 Family. GHz PLL with I 2 C Bus and Four Chip Addresses

SDA 3302 Family. GHz PLL with I 2 C Bus and Four Chip Addresses GHz PLL with I 2 C Bus and Four Chip Addresses Preliminary Data Features 1-chip system for MPU control (I 2 C bus) 4 programmable chip addresses Short pull-in time for quick channel switch-over and optimized

More information

M68HC11 Timer. Definition

M68HC11 Timer. Definition M68HC Timer March 24 Adam Reich Jacob Brand Bhaskar Saha Definition What is a timer? A timer is a digital sequential circuit that can count at a precise and programmable frequency Built-in timer (like

More information

Maintenance/ Discontinued

Maintenance/ Discontinued CCD Delay Line Series MN390S NTSC-Compatible CCD H Video Signal Delay Element Overview The MN390S is a H image delay element of a f SC CMOS CCD and suitable for video signal processing applications. It

More information

DP8212 DP8212M 8-Bit Input Output Port

DP8212 DP8212M 8-Bit Input Output Port DP8212 DP8212M 8-Bit Input Output Port General Description The DP8212 DP8212M is an 8-bit input output port contained in a standard 24-pin dual-in-line package The device which is fabricated using Schottky

More information

USER S MANUAL. FX2N-8AD Analog input block

USER S MANUAL. FX2N-8AD Analog input block USER S MANUAL FX2N-8AD Analog input block FX2N-8AD Analog input block Foreword This manual contains text, diagrams and explanations which will guide the reader in the correct installation and operation

More information

ES /2 digit with LCD

ES /2 digit with LCD Features Max. ±19,999 counts QFP-44L and DIP-40L package Input full scale range: 200mV or 2V Built-in multiplexed LCD display driver Underrange/Overrange outputs 10µV resolution on 200mV scale Display

More information

A/D and D/A convertor 0(4) 24 ma DC, 16 bits

A/D and D/A convertor 0(4) 24 ma DC, 16 bits A/D and D/A convertor 0(4) 24 ma DC, 6 bits ZAT-DV The board contains independent isolated input A/D convertors for measurement of DC current signals 0(4) ma from technological convertors and sensors and

More information

LadyBug Technologies, LLC LB5908A True-RMS Power Sensor

LadyBug Technologies, LLC LB5908A True-RMS Power Sensor LadyBug Technologies, LLC LB5908A True-RMS Power Sensor LB5908ARev8 LadyBug Technologies www.ladybug-tech.com Telephone: 707-546-1050 Page 1 LB5908A Data Sheet Key PowerSensor+ TM Specifications Frequency

More information

Vorne Industries. 87/719 Analog Input Module User's Manual Industrial Drive Itasca, IL (630) Telefax (630)

Vorne Industries. 87/719 Analog Input Module User's Manual Industrial Drive Itasca, IL (630) Telefax (630) Vorne Industries 87/719 Analog Input Module User's Manual 1445 Industrial Drive Itasca, IL 60143-1849 (630) 875-3600 Telefax (630) 875-3609 . 3 Chapter 1 Introduction... 1.1 Accessing Wiring Connections

More information

WaveDriver 20 Potentiostat/Galvanostat System

WaveDriver 20 Potentiostat/Galvanostat System WaveDriver 20 Potentiostat / Galvanostat WaveDriver 20 Potentiostat/Galvanostat System Electrode Connections Cell Port Reference Electrode Counter Electrode First Working Electrode Second Working Electrode

More information

Maintenance/ Discontinued

Maintenance/ Discontinued CCD Delay Line Series MNS NTSC-Compatible CCD Video Signal Delay Element Overview The MNS is a CCD signal delay element for video signal processing applications. It contains such components as a shift

More information

RX40_V1_0 Measurement Report F.Faccio

RX40_V1_0 Measurement Report F.Faccio RX40_V1_0 Measurement Report F.Faccio This document follows the previous report An 80Mbit/s Optical Receiver for the CMS digital optical link, dating back to January 2000 and concerning the first prototype

More information

ADC0804C, ADC BIT ANALOG-TO-DIGITAL CONVERTERS WITH DIFFERENTIAL INPUTS

ADC0804C, ADC BIT ANALOG-TO-DIGITAL CONVERTERS WITH DIFFERENTIAL INPUTS 8-Bit esolution atiometric Conversion 100-µs Conversion Time 135-ns Access Time No Zero Adjust equirement On-Chip Clock Generator Single 5-V Power Supply Operates With Microprocessor or as Stand-Alone

More information

LCD Triplex Drive with COP820CJ

LCD Triplex Drive with COP820CJ LCD Triplex Drive with COP820CJ INTRODUCTION There are many applications which use a microcontroller in combination with a Liquid Crystal Display. The normal method to control a LCD panel is to connect

More information

HMC7053. Block Upconverters. Typical Applications. General Description. Features. Functional Block Diagram. Satellite communications.

HMC7053. Block Upconverters. Typical Applications. General Description. Features. Functional Block Diagram. Satellite communications. Typical Applications Satellite communications Commercial Features Compact Design Dual L Band Inputs Dual Upconversion to ensure no phase inversion SMA(F) Input Connectors K(F) Output Connector Digital

More information

AD16-64(LPCI)LA. Non-isolated high precision analog input board for Low Profile PCI AD16-64(LPCI)LA 1. Ver.1.01

AD16-64(LPCI)LA. Non-isolated high precision analog input board for Low Profile PCI AD16-64(LPCI)LA 1. Ver.1.01 Non-isolated high precision analog board for Low Profile PCI AD16-64(LPCI)LA * Specifications, color and design of the products are subject to change without notice. This product is a PCI bus compatible

More information

ECE251 Intro to Microprocessors Final Exam December 14, 2015, 2 p.m.

ECE251 Intro to Microprocessors Final Exam December 14, 2015, 2 p.m. ECE251 Intro to Microprocessors Final Exam December 14, 2015, 2 p.m. Name: Solution Instructions: Two sides of single page handwritten study sheet OK. Arithmetic-only calculator OK. No books, other notes,

More information

S6B CH SEGMENT DRIVER FOR DOT MATRIX LCD

S6B CH SEGMENT DRIVER FOR DOT MATRIX LCD 64 CH SEGMENT DRIVER FOR DOT MATRIX LCD June. 2000. Ver. 0.0 Contents in this document are subject to change without notice. No part of this document may be reproduced or transmitted in any form or by

More information

In-process inspection: Inspector technology and concept

In-process inspection: Inspector technology and concept Inspector In-process inspection: Inspector technology and concept Need to inspect a part during production or the final result? The Inspector system provides a quick and efficient method to interface a

More information

PCI Frame Grabber. Model 611 (Rev.D)

PCI Frame Grabber. Model 611 (Rev.D) SENSORAY CO., INC. PCI Frame Grabber Model 611 (Rev.D) July 2001 Sensoray 2001 7313 SW Tech Center Dr. Tigard, OR 97223 Phone 503.684.8073 Fax 503.684.8164 sales@sensoray.com www.sensoray.com Table of

More information

64CH SEGMENT DRIVER FOR DOT MATRIX LCD

64CH SEGMENT DRIVER FOR DOT MATRIX LCD 64CH SEGMENT DRIVER FOR DOT MATRIX LCD INTRODUCTION The (TQFP type: S6B2108) is a LCD driver LSI with 64 channel output for dot matrix liquid crystal graphic display systems. This device consists of the

More information

R1MS-GH3 BEFORE USE... POINTS OF CAUTION INSTRUCTION MANUAL THERMOCOUPLE & DC INPUT MODULE MODEL. (8 points; isolated)

R1MS-GH3 BEFORE USE... POINTS OF CAUTION INSTRUCTION MANUAL THERMOCOUPLE & DC INPUT MODULE MODEL. (8 points; isolated) INSTRUCTION MANUAL THERMOCOUPLE & INPUT MODULE (8 points; isolated) MODEL BEFORE USE... Thank you for choosing M-System. Before use, please check contents of the package you received as outlined below.

More information

SLD. Board FC/APC Connector. TEC Control. Board. Control Circuits. Control interface DB9 (Female)

SLD. Board FC/APC Connector. TEC Control. Board. Control Circuits. Control interface DB9 (Female) Product Specification, Revision 1.1 SLD Light Source Module Part Number: IPSDS1604-1. Configuration SLD Drive Board SLD TEC Control Board FC/APC Connector Control Circuits Control interface DB9 (Female)

More information

LM16X21A Dot Matrix LCD Unit

LM16X21A Dot Matrix LCD Unit LCD Data Sheet FEATURES STC (Super Twisted igh Contrast) Yellow Green Transmissive Type Low Power Consumption Thin, Lightweight Design Permits Easy Installation in a Variety of Equipment General Purpose

More information

MAX11503 BUFFER. Σ +6dB BUFFER GND *REMOVE AND SHORT FOR DC-COUPLED OPERATION

MAX11503 BUFFER. Σ +6dB BUFFER GND *REMOVE AND SHORT FOR DC-COUPLED OPERATION 19-4031; Rev 0; 2/08 General Description The is a low-power video amplifier with a Y/C summer and chroma mute. The device accepts an S-video or Y/C input and sums the luma (Y) and chroma (C) signals into

More information

Fig. 1 Analog pins of Arduino Mega

Fig. 1 Analog pins of Arduino Mega Laboratory 7 Analog signals processing An analog signals is variable voltage over time and is usually the output of a sensor that monitors the environment. Such a signal can be processed and interpreted

More information

AI-1616L-LPE. Features. High-precision Analog input board (Low Profile size) for PCI Express AI-1616L-LPE 1. Ver.1.02 Ver.1.01

AI-1616L-LPE. Features. High-precision Analog input board (Low Profile size) for PCI Express AI-1616L-LPE 1. Ver.1.02 Ver.1.01 High-precision Analog input board (Low Profile size) for PCI Express AI-1616L-LPE This product is a multi-function, PCI Express bus-compliant interface board that incorporates high-precision 16-bit analog

More information

Analog input and output

Analog input and output Analog input and output DRAFT VERSION - This is part of a course slide set, currently under development at: http://mbed.org/cookbook/course-notes We welcome your feedback in the comments section of the

More information

ELCT706 MicroLab Session #3 7-segment LEDs and Analog to Digital Conversion. Eng. Salma Hesham

ELCT706 MicroLab Session #3 7-segment LEDs and Analog to Digital Conversion. Eng. Salma Hesham ELCT706 MicroLab Session #3 7-segment LEDs and Analog to Digital Conversion 7-Segment LED Display g f com a b e d com c P 7-Segment LED Display Common Cathode - Com Pin = Gnd - Active high inputs - Example

More information

FRQM-2 Frequency Counter & RF Multimeter

FRQM-2 Frequency Counter & RF Multimeter FRQM-2 Frequency Counter & RF Multimeter Usage Instructions Firmware v2.09 Copyright 2007-2011 by ASPiSYS Ltd. Distributed by: ASPiSYS Ltd. P.O.Box 14386, Athens 11510 (http://www.aspisys.com) Tel. (+30)

More information

CMN-91. Multiformat Signal Analyzer FEATURES

CMN-91. Multiformat Signal Analyzer FEATURES Multiformat Signal Analyzer You don t have to look hard to see the benefits of the new Videotek Compact Monitor Series including the multiformat signal analyzer with integral LCD. The smallest solution

More information

ART6212 Datasheet. Amp ed RF Technology, Inc.

ART6212 Datasheet. Amp ed RF Technology, Inc. ART6212 Datasheet Amp ed RF Technology, Inc. 1 ART6212 Product Specification Features WLAN 802.11a/b/g/n, 802.11d, 802.11r Dual Band: 2.4GHz and 5GHz Output Power, +21.5dBm Description 12 mm x 12 mm x

More information

SignalTap Plus System Analyzer

SignalTap Plus System Analyzer SignalTap Plus System Analyzer June 2000, ver. 1 Data Sheet Features Simultaneous internal programmable logic device (PLD) and external (board-level) logic analysis 32-channel external logic analyzer 166

More information

Major Differences Between the DT9847 Series Modules

Major Differences Between the DT9847 Series Modules DT9847 Series Dynamic Signal Analyzer for USB With Low THD and Wide Dynamic Range The DT9847 Series are high-accuracy, dynamic signal acquisition modules designed for sound and vibration applications.

More information

GALILEO Timing Receiver

GALILEO Timing Receiver GALILEO Timing Receiver The Space Technology GALILEO Timing Receiver is a triple carrier single channel high tracking performances Navigation receiver, specialized for Time and Frequency transfer application.

More information

XFP Optical Transceiver

XFP Optical Transceiver XFP Optical Transceiver Small Form-Factor Pluggable (XFP) Fibre Optic Transceivers are compact transceivers used to interface networking devices to fibre or copper networking cables in telecom and data

More information

TZ1000 Series. MCU 12-bit Analog to Digital Converter

TZ1000 Series. MCU 12-bit Analog to Digital Converter TZ1 Series Application Processor Lite ApP Lite TZ1 Series Reference Manual MCU 12bit Analog to Digital Converter Revision 1.3 2182 215218 Toshiba Electronic Devices & Storage Corporation 1 / 53 21826 Rev.1.3

More information

NI-DAQmx Device Considerations

NI-DAQmx Device Considerations NI-DAQmx Device Considerations January 2008, 370738M-01 This help file contains information specific to analog output (AO) Series devices, C Series, B Series, E Series devices, digital I/O (DIO) devices,

More information

7000 Series Signal Source Analyzer & Dedicated Phase Noise Test System

7000 Series Signal Source Analyzer & Dedicated Phase Noise Test System 7000 Series Signal Source Analyzer & Dedicated Phase Noise Test System A fully integrated high-performance cross-correlation signal source analyzer with platforms from 5MHz to 7GHz, 26GHz, and 40GHz Key

More information

SMPTE-259M/DVB-ASI Scrambler/Controller

SMPTE-259M/DVB-ASI Scrambler/Controller SMPTE-259M/DVB-ASI Scrambler/Controller Features Fully compatible with SMPTE-259M Fully compatible with DVB-ASI Operates from a single +5V supply 44-pin PLCC package Encodes both 8- and 10-bit parallel

More information

LED7706/7/8. LED drivers for backlighting and lighting applications.

LED7706/7/8. LED drivers for backlighting and lighting applications. LED7706/7/8 LED drivers for backlighting and lighting applications www.st.com/led Content Advanced power management to drive LEDs...3 LED7706/7: six rows of up to 10 white LEDs, with adjustable maximum

More information

V DD V DD V CC V GH- V EE

V DD V DD V CC V GH- V EE N/A 480 x 468 Pixels LCD Color Monitor The is a compact full color TFT LCD module, whose driving board is capable of converting composite video signals to the proper interface of LCD panel and is suitable

More information

Fast Quadrature Decode TPU Function (FQD)

Fast Quadrature Decode TPU Function (FQD) PROGRAMMING NOTE Order this document by TPUPN02/D Fast Quadrature Decode TPU Function (FQD) by Jeff Wright 1 Functional Overview The fast quadrature decode function is a TPU input function that uses two

More information

Specifications for Thermopilearrays HTPA8x8, HTPA16x16 and HTPA32x31 Rev.6: Fg

Specifications for Thermopilearrays HTPA8x8, HTPA16x16 and HTPA32x31 Rev.6: Fg Principal Schematic for HTPA16x16: - 1 - Pin Assignment in TO8 for 8x8: Connect all reference voltages via 100 nf capacitors to VSS. Pin Assignment 8x8 Pin Name Description Type 1 VSS Negative power supply

More information

WF61 Datasheet. Amp ed RF Technology, Inc.

WF61 Datasheet. Amp ed RF Technology, Inc. WF61 Datasheet Amp ed RF Technology, Inc. 1 WF61 Product Specification PRELIMINARY Description 12mm x 12mm x 2.2 mm (WF61A) 12mm x 12mm x 2.7 mm (WF61L) Amp ed RF Tech presents the WF61 WiFi dual band

More information

Part 2. LV5333 LV5381 LV5382 LV7390 LV7770 LV7330 LV5838 LT4610 LT4600 LT4446 LT4100 LT4110 Accessories

Part 2. LV5333 LV5381 LV5382 LV7390 LV7770 LV7330 LV5838 LT4610 LT4600 LT4446 LT4100 LT4110 Accessories Part 2 LV5333 LV5381 LV5382 LV7390 LV7770 LV7330 LV5838 LT4610 LT4600 LT4446 LT4100 LT4110 Accessories LT4610SER01 OPTION LTC IN/OUT GPS IN CW IN AES/EBU/OUT SILENCE OUT WCLK OUT ETHERNET GENLOCK

More information

Table of Contents. 1. Discharge Principle of CCD Substrate Drain Shutter Mechanism Asynchronous Shutter... 2

Table of Contents. 1. Discharge Principle of CCD Substrate Drain Shutter Mechanism Asynchronous Shutter... 2 Table of Contents. Discharge Principle of CCD... 2. Substrate Drain Shutter Mechanism... 2.2 Asynchronous Shutter... 2 2. Shutter Speed Control... 3 2. External Double Pulse Mode... 3 2.2 Internal Fast

More information

10G- XFP- SR- AO. 10Gbs XFP Transceiver

10G- XFP- SR- AO. 10Gbs XFP Transceiver 10G- XFP- SR- AO BROCADE 10GBASE- SR XFP MMF 850NM 300M REACH LC DOM www.addoncomputer.com 10G- XFP- SR- AO 10Gbs XFP Transceiver Features Duplex LC connector Support hot- pluggable Metal with lower EMI

More information

April 1965 NUMBER OF COPIES: 75

April 1965 NUMBER OF COPIES: 75 NATIONAL RADIO ASTRONOMY OBSERVATORY Green Bank, West Virgini. Electronics Division Internal Report No 47 INTERFEROMETER DIGITAL OUTPUT SYSTEM Claude C. Bare April 1965 NUMBER OF COPIES: 75 INTERFEROMETER

More information

CM1-AD08V 0~5V, 1~5V, -10~10V, 0~10V An input signal is converted to a digital value from 0 to or from 8000 to 8000.

CM1-AD08V 0~5V, 1~5V, -10~10V, 0~10V An input signal is converted to a digital value from 0 to or from 8000 to 8000. 1260 CIMON-PLC CM1-AD08V 0~5V, 1~5V, -10~10V, 0~10V An input signal is converted to a digital value from 0 to 16000 or from 8000 to 8000. Average or sampling is the method used to process input signal.

More information

DATA SHEET. Digital Video/Analogue Audio Optical Extender M1-203D-TR

DATA SHEET. Digital Video/Analogue Audio Optical Extender M1-203D-TR M1-203D-TR (Ver. 1.1) DATA SHEET Digital Video/Analogue Audio Optical Extender M1-203D-TR Contents Description Features Absolute Maximum Ratings Recommended Operating Conditions Electrical Power Supply

More information

ANALOG I/O MODULES AD268 / DA264 / TC218 USER S MANUAL

ANALOG I/O MODULES AD268 / DA264 / TC218 USER S MANUAL UM-TS02 -E026 PROGRAMMABLE CONTROLLER PROSEC T2-series ANALOG I/O MODULES AD268 / DA264 / TC218 USER S MANUAL TOSHIBA CORPORATION Important Information Misuse of this equipment can result in property damage

More information

DOT MATRIX PRINTER MECHANICAL CONTROL LSI FOR DP910 SERIES MODEL CBM-909PC SERIES

DOT MATRIX PRINTER MECHANICAL CONTROL LSI FOR DP910 SERIES MODEL CBM-909PC SERIES User s Manual DOT MATRIX PRINTER MECHANICAL CONTROL LSI FOR DP910 SERIES MODEL CBM-909PC SERIES Rev.1.00 Newly issued Sep.30th,2000 REVISION Rev.No. Date Content 1.00 Sep. 30, 2000 Newly issued i CONTENTS

More information

STA2051E VESPUCCI 32-BIT SINGLE CHIP BASEBAND CONTROLLER FOR GPS AND TELEMATIC APPLICATIONS 1 FEATURES. Figure 1. Packages

STA2051E VESPUCCI 32-BIT SINGLE CHIP BASEBAND CONTROLLER FOR GPS AND TELEMATIC APPLICATIONS 1 FEATURES. Figure 1. Packages STA2051 VESPUCCI 32-BIT SINGLE CHIP BASEBAND CONTROLLER FOR GPS AND TELEMATIC APPLICATIONS DATA BRIEF 1 FEATURES ARM7TDMI 16/32 bit RISC CPU based host microcontroller. Complete Embedded Memory System:

More information

40-Gb/s Limiting Amplifier Model 1424

40-Gb/s Limiting Amplifier Model 1424 USER S GUIDE 40-Gb/s Limiting Amplifier Model 1424 2584 Junction Ave. San Jose, CA 95134-1902 USA phone: (408) 919-1500 e-mail: contact@newfocus.com www.newfocus.com Warranty New Focus, Inc. guarantees

More information

Part Number Transmitter Output Power Receiver Sensitivity Reach Temp DDM RoHS. Logic Symbol Name/Description Note 1 - GND Module Ground 1

Part Number Transmitter Output Power Receiver Sensitivity Reach Temp DDM RoHS. Logic Symbol Name/Description Note 1 - GND Module Ground 1 Product Features Compliant with IEEE Std 802.3-2005 10Gb Ethernet 10GBase-BX XFP MSA Rev. 4.5 compliant Full digital diagnostic management interface XFP MSA package with Single LC receptacle optical Uncooled

More information

AD16-16U(PCI)EV. Features. High-Speed & Resolution Analog Input Board for PCI AD16-16U(PCI)EV 1. Ver.1.02

AD16-16U(PCI)EV. Features. High-Speed & Resolution Analog Input Board for PCI AD16-16U(PCI)EV 1. Ver.1.02 High-Speed & Resolution Analog Input Board for PCI * Specifications, color and design of the products are subject to change without notice. This product is PCI-compliant interface boards that convert analog

More information

New GRABLINK Frame Grabbers

New GRABLINK Frame Grabbers New GRABLINK Frame Grabbers Full-Featured Base, High-quality Medium and video Full capture Camera boards Link Frame Grabbers GRABLINK Full Preliminary GRABLINK DualBase Preliminary GRABLINK Base GRABLINK

More information