Economic Measurement Techniques With the Comparator_A Module

Size: px
Start display at page:

Download "Economic Measurement Techniques With the Comparator_A Module"

Transcription

1 Application Report SLAA7 - October 999 Economic Measurement Techniques With the Comparator_A Module Lutz Bierl Mixed Signal Products ABSTRACT This report describes the methods for comparing input signals, and measuring voltage, current, capacitance, and resistance using the Comparator_A module of the MSP4 family. Two measurement principles (charge and discharge) are explained, and schematics and equations are given for different measurement principles. Contents The Comparator_A Comparator_A Attributes and Functions The Control Registers Applications Comparison of Two Voltages Fast Comparator Input Sampling Resistance Measurement Voltage Measurement Digital Motor Control (DMC) Connection of Sensor Bridges Measurement Without Amplification Measurement With Amplification Capacitance Measurement Other Applications Two Independent Measurement Circuits External Use of the Internal Reference Voltage References List of Figures Comparator_A Hardware Comparator_A Control Registers Comparison of Two Input Voltages Variation for the Comparison of Two External Voltages Circuit for Fast Comparator Input Sampling Measurement of Resistors Voltage at Cm During Resistance Measurement Voltage Measurement Voltage Measurement With the Discharge Method

2 SLAA7 Current and Temperature Measurement for a PWM Motor Control Current and Temperature Measurement (Charge Method) Connection of a Measurement Bridge to Comparator_A Voltage V cm During Bridge Measurement (V m and Temperature) Connection of a Bridge With Amplification Measurement of an Unknown Capacity Cx Independent Use of the Two Comparator_A Inputs Use of the Internal Reference Voltage in the External Circuitry The Comparator_A Comparator_A is a module contained in some members of the MSP4xxx family. It is designed for precise analog measurements. Figure shows the versatile hardware of the module.. Comparator_A Attributes and Functions Some of the most important attributes of the Comparator_A module are: Very low input current at the comparator inputs CA and CA It can be switched off to minimize current consumption (control bit CAON) It is controlled by three memory-mapped control bytes (see Section.) Stability with slow-changing input voltages (control bit CAF) can be provided by switching of an analog filter to the comparator output. Interrupt capability for the leading and trailing edges of the output signal CAOUT. Use without interrupt is also possible. Economic Measurement Techniques With the Comparator_A Module

3 SLAA7 PCA CAEX CAON CAF CA CA VCA VCA PCA V + _ Low Pass Filter τ, µs To Internal Modules CAOUT Set CAIFG Flag Internal References CAREF CARSEL VCAREF.5 x.5 x MSP4 V Figure. Comparator_A Hardware Bit CAOUT contains the result of the comparison. The following are the comparison combinations allowed by the hardware: Comparison of two external inputs Comparison of each external input with.5 V CC, or.5 V CC Comparison of each external input with an internal-reference voltage Additional functions performed by Comparator_A are: The internal reference voltages can be output to comparator input pins CA and CA for use by external hardware (see Section.8.). A register allows switching off the port input buffers, which are used for analog purposes. This removes current into the input buffers caused by input voltages that differ from V CC or V SS. Economic Measurement Techniques With the Comparator_A Module

4 SLAA7 The input change-over switch CAEX allows offset-free measurements. The same software can be used for both states of CAEX due to the inversion of the comparator output signal. The above attributes allow simple voltage, current, resistor, and capacity measurements. The main function of Comparator_A is to indicate which one of the two voltages, V CA or V CA, is higher. The output CAOUT is set accordingly: If V CA V CA then : CAOUT else : CAOUT The two voltages V CA and V CA can be external or internal reference voltages. Any combination is possible (see Figure ).. The Control Registers The two control registers, CACTL and CACTL, contain all the control bits necessary to use Comparator_A. See Figure for the function of the control bits. 7 CACTL 59h CAEX CA RSEL CA REF CA REF CAON CAIES CAIE CAIFG rw-() rw-() rw-() rw-() rw-() rw-() rw-() rw-() 7 CACTL 5Ah CACTL.7 CACTL.6 CACTL.5 CACTL.4 PCA PCA CAF CAOUT rw-() rw-() rw-() rw-() rw-() rw-() rw-() rw-() Figure. Comparator_A Control Registers The functions of the Comparator_A control bits, not shown in Figure, are: CAIFG Interrupt flag : No interrupt pending : Interrupt pending CAIE Interrupt enable flag : Interrupt disabled : Interrupt enabled CAIES Interrupt edge select bit : Leading edge of CAOUT sets CAIFG : Trailing edge of CAOUT sets CAIFG CACTL.x: Bits are implemented but do not control any hardware. They can be used for flags. Applications The following sections present some Comparator_A applications. In addition, the Comparator_A hardware allows all applications presented in the MSP4 Application Report Book to be used with the Universal Timer/Port. One of the 6-bit capture/compare registers of Timer_A is used in place of the two 8-bit counters of the Universal Timer/Port. NOTE: The hardware and Timer_A configuration of the MSP4F are used in the application examples. Other MSP4 family members may have slightly-different hardware (ports and Timer_A). 4 Economic Measurement Techniques With the Comparator_A Module

5 SLAA7. Comparison of Two Voltages The simplest Comparator_A application is the comparison of two external voltages. Neither internal reference voltage nor Timer_A are necessary. Figure shows the comparison of a divided input voltage V IN with the output voltage V IN of an op amp (amplifier, Schmitt trigger, comparator, and sensor bridge amplifier). It is not necessary to change the comparator setting during the measurement since internal reference voltages are not used. The value of the signal CAOUT at the comparator output is: If V IN R R R V IN then : CAOUT ; else CAOUT Because the output filter is switched on (CAF = ), any change in the comparator output is delayed by approximately. µs. VIN PCA CAEX CAON CAF + _ R VIN x k R VIN CA CA PCA + _ Internal References Low Pass Filter τ, µs To Internal Modules CAOUT Set CAIFG Flag CAREF CARSEL VCAREF.5 x.5 x MSP4 V Figure. Comparison of Two Input Voltages V Economic Measurement Techniques With the Comparator_A Module 5

6 SLAA7 The following software example shows initialization and a test of comparator input voltages to determine which is higher. Figure shows the hardware. ; Initialize Comparator_A for the input voltage test ; MOV.B #CAON,&CACTL ; Define Comp_A mode MOV.B #PCA+PCA+CAF,&CACTL ; Connect CA and CA... ; Proceed with initialization ; ; Compare the two input voltages VIN*k and VIN. k=r/(r+r) ; BIT.B #CAOUT,&CACTL ; VIN*k > VIN? JNZ VGTV ; Yes... ; No, VIN*k < VIN Figure 4 shows other possibilities for the two input voltages. Four input voltages V IN to V IN, selected by an analog multiplexer, are compared with an external programmable-reference voltage. The reference voltage can be switched off for lower current consumption using port P.. The output signal at CAOUT is: If V INx V TLV4 R R4 then : CAOUT ; else CAOUT R4 Where V INx is the particular input voltage selected from the range V IN to V IN. 6 Economic Measurement Techniques With the Comparator_A Module

7 SLAA7 CAF Low Pass Filter To Internal Modules CAOUT τ, µs Set CAIFG Flag Input Selection PCA CAEX CAON VIN VIN VIN VIN In In In In Ctrl Out MUX VIN VIN P... CA CA + _ PCA Internal References Rv P. R TLV4 CAREF R4 CARSEL.5 x VCAREF.5 x MSP4 V Figure 4. Variation for the Comparison of Two External Voltages The following software example includes initialization and a test to determine which of the voltages V IN or reference voltage V IN is higher. Figure 4 shows the hardware. Economic Measurement Techniques With the Comparator_A Module 7

8 SLAA7 ; Initialize Comparator_A for the input voltage test ; MOV.B #CAON,&CACTL ; Define Comp_A mode MOV.B #PCA+PCA,&CACTL ; Connect CA and CA BIS.B #7,&PDIR ; P...: outputs... ; Proceed with initialization ; ; Compare input voltage VIN with the ext. reference voltage ; BIC.B #7,&POUT ; Select VIN BIS.B #6,&POUT ; Switch on VIN... ; Wait for settling of VIN BIT.B #CAOUT,&CACTL ; VIN > VIN? JNZ VGTV ; Yes... ; No, VIN < VIN. Fast Comparator Input Sampling Very fast sampling of sequential input values is often necessary. The following measurement sequence is the fastest way to accomplish this using Comparator_A inputs. After n input checks, a majority test, or its equivalent, can be performed to reach a conclusion. Figure 5 shows the hardware used for this example. The software samples the voltage generated by the current I MEAS over resistor Rm a voltage drop higher than.5 V CC sets CAOUT, a lower voltage drop resets CAOUT. After n samples, the number of sampled s is checked. Any other input combination can also be used. Any of the indirect instructions which read byte CACTL used only two CPU cycles. The contents of control register CACTL does not change during the n samples, so the number of s can be easily found by subtraction of n (initialized register contents). 8 Economic Measurement Techniques With the Comparator_A Module

9 SLAA7 PCA CAEX CAON CAF RM IMEAS CA CA PCA + _ Low Pass Filter τ, µs e.g. capture input of Timer_A CAOUT Set CAIFG Flag Internal References CAREF CARSEL VCAREF.5 x.5 x MSP4 V V Figure 5. Circuit for Fast Comparator Input Sampling Economic Measurement Techniques With the Comparator_A Module 9

10 SLAA7 ; Fast test for the state of the Comparator_A input CA ; MOV.B #CARSEL+CAREF+CAON,&CACTL ; Define Comp_A mode MOV.B #PCA,&CACTL ; Connect CA to noninv. input MOV #CACTL,R5 ; Prepare pointer to reg. CACTL... ; Sample CAOUT (CAOUT = CACTL.) ; Add next sample... ; Add following samples ; Add sample n ; ; Test if CAOUT showed more than n/ times a positive result ; SUB #n*pca,r5 ; Correct result CMP.B #(n/+),r5 ; R5 (n/+) JGE POS ; More samples... ; More samples or, for an even faster decision: ; Test if CAOUT showed more than n/ times a positive result ; CMP.B #n*pca+(n/+),r5 ; R5 (n*pca+(n/+)) JHS POS ; More samples are... ; More samples are This method allows samples within 5 µs (/4 MHz cycles samples = 5 µs) for an MCLK frequency of 4 MHz. The input CA can be used as an external reference voltage instead of the internal reference voltages.. Resistance Measurement Figure 6 shows the minimum hardware configuration for the measurement of a resistive sensor: the sensor Rsens itself, the reference resistor Rref, and the capacitor Cm. Capacitor Cm is charged to the voltage V CC before each measurement. At the start of capacitor discharge, the contents of timer register TAR (which always counts upwards in continuous mode) is stored. When capacitor Cm voltage reaches the value.5 V CC, the negative edge of CAOUT causes the actual TAR value to be captured in register CCR. The differences between the values in CCR and the start values represent the discharge time intervals tsens and tref, respectively. Comparator_A is not changed during the measurements, but the outputs of Port perform the switching of the resistors to be measured. Economic Measurement Techniques With the Comparator_A Module

11 SLAA7 PCA CAEX CAON CAF RSENS CA CA P.x VCA PCA + _ Low Pass Filter τ, µs A (See Next Page) CAOUT Set CAIFG Flag Internal References RREF P.y CM CAREF VCM VSS CARSEL VCAREF.5 x.5 x MSP4 V Figure 6. Measurement of Resistors Comparator_A Economic Measurement Techniques With the Comparator_A Module

12 SLAA7 To Other Capture/Compare Blocks Timer Bus CCIS CCIS Out Capture/Compare Block OM OM OM Output Unit EQU 5 Capture/Compare Register CCR 5 Comparator 5 Capture/Compare Control Register CCTL Capture Disabled Pos. Edge Neg. Edge Both Edges CCM Capture Mode CCM CCI P./CCIA CAOUT GND A (See Previous Page) Data EQU SSEL SSEL TACLK ACLK SMCLK Input Divider DC to MCLK Timer Clock Timer Bus 5 Timer Register TAR CLK RC Timer Register Block Mode Control INCLK ID ID Pass / /4 /8 POR/CLR Data Set_TAIFG Carry/Zero Stop Up Mode Contin. Up/Down MC MC Equ Timer_A Figure 6. Measurement of Resistors (Continued) Figure 7 shows the voltage Vcm across capacitor Cm during the two measurements. The charge time tc must be between 5τ (for %) and 7τ (for.%), depending on the accuracy required, where τ = Rref Cm. Economic Measurement Techniques With the Comparator_A Module

13 SLAA7 VCM Reference Rsens: HiZ Rref: VSS VCA: VCM VCA: VCAREF VCAREF:.5 Rsens: Rref: Sensor Rsens: VSS Rref: HiZ (VSS) VCA: VCM VCA: VCAREF VCAREF:.5 CAOUT gets LO CAOUT gets LO VCAREF =.5 x tc tref tc tsens Time Figure 7. Voltage at Cm During Resistance Measurement Solution of the two exponential equations describing the capacitor discharge for reference resistor Rref and sensor Rsens leads to a simple equation for the calculation of Rsens: Rsens Rref tsens Cm ln V CAREF V CC Cm ln V CAREF V CC tref Rsens Rref tsens tref For highly nonlinear sensors (such as NTC sensors), reference resistor Rref is chosen to be the optimum linearization resistor. It is connected in parallel with the sensor Rsens during sensor measurement. The formula then becomes: Rsens Rref tsens tref tsens The previous calculation formula (written for floating-point package FPP4) is contained in the MSP4 Application Report Book (see Section, Temperature Calculation Example). It is also possible to connect more than one sensor (switched by ports) and two reference resistors, one for the beginning and one for the end of the measurement range. The calculation formulas are contained in Section. of the MSP4 Application Report Book..4 Voltage Measurement Figure 8 shows how to measure an external voltage V IN. The supply voltage V CC is used as a reference. The split configuration of resistor divider and discharge circuit has the advantage of not using input voltage V IN to charge capacitor Cm (normally with large time constants). Instead, the input voltage always has the correct value at input pin CA. Figure 8 shows the position of the comparator switches during the reference measurement. Economic Measurement Techniques With the Comparator_A Module

14 SLAA7 NOTE: The complex formulas developed ahead can always be reduced to relatively simple equations with constant values: V A e x B, and V A e x B The logarithmic functions used are contained in floating-point package FPP4. See Section 5.6 of the MSP4 Application Report Book. If integers are used in the calculation, the exponential function can be emulated by a hyperbola. Then only one division is necessary: V D x C E See Section 5.5 of the MSP4 Application Report Book. 4 Economic Measurement Techniques With the Comparator_A Module

15 SLAA7 VIN PCA CAEX CAON CAF R VIN R CA CA VCA PCA + _ Low Pass Filter τ, µs A (See Next Page) CAOUT Set CAIFG Flag Internal References RREF P.y CM CAREF VCM VSS CARSEL VCAREF V.5 x.5 x MSP4 Figure 8. Voltage Measurement Comparator_A Economic Measurement Techniques With the Comparator_A Module 5

16 SLAA7 To Other Capture/Compare Blocks Timer Bus CCIS CCIS Out Capture/Compare Block OM OM OM Output Unit EQU 5 Capture/Compare Register CCR 5 Comparator 5 Capture/Compare Control Register CCTL Capture Disabled Pos. Edge Neg. Edge Both Edges CCM Capture Mode CCM CCI P./CCIA CAOUT GND A (See Previous Page) EQU Data SSEL SSEL TACLK ACLK SMCLK Input Divider DC to MCLK Timer Clock Timer Bus 5 Timer Register TAR CLK RC Timer Register Block Mode Control INCLK ID ID Pass / /4 /8 POR/CLR Data Set_TAIFG Carry/Zero Stop Up Mode Contin. Up/Down MC MC Equ Timer_A Figure 8. Voltage Measurement (Continued) The voltage range of V CA (seen at the comparator input CA) that can be measured with the previous discharge circuit is limited to the following nominal range: V CAREF V CA V CM(MAX) (Refer to device data sheet) This implies that for a supply voltage V CC =. V, voltages at the inputs (V CA and V CA ) between.85 V (.5. V) and V CM can be measured. 6 Economic Measurement Techniques With the Comparator_A Module

17 SLAA7 With a resistor divider consisting of resistors R and R, the nominal input voltage range for V IN becomes: V CAREF R R V R IN V CC R R R VCM Reference Rref: VSS VCA: VCAREF VCA: VCM VCAREF:.5 Rref: Voltage Rref: VSS VCA: VIN VCA: VCM VCAREF: HiZ CAOUT gets HI VCA CAOUT gets HI VCAREF =.5 x tc t tc tm Time Figure 9. Voltage Measurement With the Discharge Method As shown in Figure 9, capacitor Cm (previously charged to V CC ) is discharged through resistor Rref. The time interval tvcc (from the start of discharge until V CAREF is reached) is measured with Timer_A, as shown before for the resistance measurement. Next, switch PCA is set to (the divided voltage V IN is switched to the noninverting input), the internal reference voltage is switched off with CAREF =, and the discharge of the charged capacitor Cm is repeated. When Vcm reaches the voltage V CA, the comparator output CAOUT is switched high and the accurate time is captured in register CCR of Timer_A. The charge time tc required depends on the measurement accuracy required: 5τ for %, 7τ for.% (τ = Rref Cm). The voltage V IN is calculated from the two measured time intervals tm and tvcc using the following formula (discharge method): V IN V CC R R R tm tvcc ln V CAREF V e CC Because V CAREF =,5 V CC here, the logarithm of the above formula can be replaced by ln.5 = The voltage V IN can also be proportional to a current I IN. This also allows to perform current measurement. Economic Measurement Techniques With the Comparator_A Module 7

18 SLAA7 The charge method must be used when it is necessary to measure voltages or currents down to a value of zero. The reference voltage in this case is V CAREF =.5 V CC. The measurements are taken with capacitor Cm completely discharged. It is then charged until the voltages V CAREF and V CA, respectively, are reached. (See also Section.5, Digital Motor Control, where the charge method is used). Using the two measured time intervals tm and tvcc, the input voltage V IN can be calculated: V IN R R R V CC tm tvcc ln V CAREF V e CC Because V CAREF =.5 V CC here, the logarithm of the above formula can be replaced by ln.5 = Digital Motor Control (DMC) Figure shows an integrated motor control with an MSP4F and an L9. This L9 chip contains two H-bridges in a single package. The direction of rotation is defined by the static output P., and the speed of the motor is determined by the PWM output TA of Timer_A. Motor current and temperature can be measured with simple circuitry at the Comparator_A inputs. Only the charge method can be used because the motor current, which is always positive, must be measured down to a zero value. Capacitor Cm is discharged to V before each measurement, and the time interval until it reaches the voltage V CAREF relative to V SHUNT is measured. Using the measured time intervals tvcc and ti, the absolute value of the motor current Imotor can be calculated. The equation for the motor current Imotor is: Imotor Rshunt V CC ti tvcc ln V CAREF V e CC 8 Economic Measurement Techniques With the Comparator_A Module

19 SLAA7 +. V +4 V N494 M +4 V +5 V Y V Y MSP4F TA A A P.,EN GND IMOTOR / L9 P. VSS CAO CA P. P. Rsens Rref CM VCM Rshunt VSHUNT Reverse Forward V V V V Motor Current and Motor Temperature TA (PWM) Halt Slowly Forward Fast Forward Fast Reverse Slowly Reverse Figure. Current and Temperature Measurement for a PWM Motor Control P. (Direction) The temperature of the motor is measured using temperature sensor Rsens. To allow the use of the reference measurement for the current measurement (which delivers the value tvcc) as well as for the temperature measurement, the sensor Rsens is also measured using the charge method. The formula for calculation of the sensor resistance using the two values tvcc and tsens is: Rsens Rref tsens tvcc Economic Measurement Techniques With the Comparator_A Module 9

20 SLAA7 Figure shows the voltage Vcm at capacitor Cm for the current and temperature measurements. The discharge time td required depends on the measurement accuracy desired, namely 5τ for % and 7τ for.% (where τ = Rref Cm). VCM Current Rref: Rsens:HiZ VCA: VSHUNT VCA: VCM Reference Rref: Rsens:HiZ VCA: VCAREF VCA: VCM Temperature Rref: HiZ () Rsens: VCA: VCAREF VCA: VCM VCAREF Rref: VSS Rsens: VSS VSHUNT td ti td t td tsens td VSHUNT = IMOTOR x RSHUNT Time Figure. Current and Temperature Measurement (Charge Method) It is possible to take frequent measurements because the capacitor Cm is not charged up to the voltage V SHUNT with a high resistance. The frequency of the measurements depends only on the time constant τ = Cm Rref. The current of triac-controlled motors can also be measured using Comparator_A. However, the method previously shown only allows measurement of the positive half wave of the motor current. Economic Measurement Techniques With the Comparator_A Module

21 SLAA7.6 Connection of Sensor Bridges It is also possible to measure sensor bridges connected to Comparator_A. There is a difference between applications with and without amplification. Both possibilities are shown..6. Measurement Without Amplification The circuitry of Figure can be used when no amplification is required,. The two capacitors Cm and Cm are charged up to the voltages V m and V p of the two midpoints of the bridge legs. Then they are discharged to reference voltage.5 V CC while taking two adjacent measurements. The time intervals measured, tm and tm, are used on the calculation of voltages V p and V m. The references are represented by time intervals tvcc and tvcc for the capacitors to discharge from the supply voltage V CC down to.5 V CC. The equations for the two bridge voltages Vp and V m are: V p V CC e tvcc tm tvcc ln V CAREF V CC V m V CC e tvcc tm tvcc ln V CAREF V CC The value of most interest Rb/Rb (the relative change of the bridge resistor Rb with pressure) can be calculated using the former two equations: RB RB Vp V m V CC A complete measurement cycle consists of four voltage measurements: V m, V p, V CC. Figure shows the switch positions of the comparator for the measurement of voltage V p. Switches PCA, PCA, CARSEL, and CAEX are toggled to measure V m. This ensures that both voltages are measured with the same comparator offset. Economic Measurement Techniques With the Comparator_A Module

22 SLAA7 CAF Low Pass Filter To Internal Modules P.w CAOUT P.x Set CAIFG Flag P.y τ, µs RB RSENS PCA CAEX CAON VP Vm RV RV RREF RREF CA CA + _ To Timer_A P.z PCA Internal References CM CM CAREF Measurement Bridge VSS CARSEL VCAREF.5 x.5 x MSP4 V Figure. Connection of a Measurement Bridge to Comparator_A Figure shows the voltage curve for the bridge leg connected to comparator input CA; this input measures the voltage V m and the temperature. Economic Measurement Techniques With the Comparator_A Module

23 SLAA7 The charge time tc required depends on the measurement accuracy desired namely, 5τ for %, 7τ for.%, where τc = Rref Cm. The same is valid for time interval tce, where the time constant is τce = (Rref+Rv+Rb/) Cm. VCM Voltage Rref: VSS Rsens:HiZ VCA: VCM VCAREF:.5 Reference Rref: VSS Rsens:HiZ VCA: VCM VCAREF:.5 Rref: Temperature Rref: VSS Rsens:VSS VCA: VCM VCAREF:.5 CAOUT gets LO CAOUT gets LO CAOUT gets LO Vm Charge up to Vm VCAREF tm tc t tc tsens tce Time Figure. Voltage V cm During Bridge Measurement (V m and Temperature) The temperature of the bridge can also be measured as shown in Figure. The temperature is necessary for the compensation of the bridge. The value Rsens of a temperature sensor is measured the normal way. Resistor Rref must be selected so it can also be used for linearization of the temperature sensor. This is necessary because resistor Rref cannot be switched off completely. The equation for the sensor resistance Rsens is: Rsens Rref tsens tvcc tsens Calculation of the components The following steps are used to calculate the components shown in Figure. Components Rref, Cm, and Rv have the same values as components Rref, Cm and Rv calculated below.. Rsens = f(t) is given This defines the optimum linearization resistor Rlin. Rlin equals Rref. The time constant τ is chosen to reach a given minimum resolution n for a given Rb/Rb Rref Cm 4. With τ, the capacitor Cm is: Cm Rref n ƒmeas ln.5 Rb Rb ln.5 Rb Rb 5. Resistor Rv should impose minimum load to the bridge: Rb << Rv Rref Economic Measurement Techniques With the Comparator_A Module

24 SLAA7 Where: n Minimum resolution for a given Rb/Rb Rlin Optimum linearization resistor for the temperature sensor [Ω] fmeas Measurement frequency [Hz] EXAMPLE: a bridge system needs to be designed using the following data: Rlin = kω, n = 5 for Rb/Rb = Ω/ kω, Rb = kω, fmeas = MHz. Rlin defines Rref: Rref = kω. Time constant τ: 5 MHz ln.5 ln.5.78 s 5 MHz.6. Capacitor Cm: Cm.78 s 78 nf Cm nf k 4. Resistor Rv: kω << Rv kω Rv = kω This results in a resolution n for Rb/Rb = Ω/ kω: n ƒmeas ln.5 ln.5 n nf k MHz Measurement With Amplification An op amp must be used if the resolution of the circuitry of Figure is not sufficient. This op amp amplifies the voltage difference of the two bridge legs. It is connected to Comparator_A as shown in Figure 4. The measurement method and the equations are identical to those shown in the Voltage Measurement section. The value of interest, Rb/Rb (assuming Rb << R) is now: RB RB V BR R v V CC R V BR V CC A complete measurement cycle consists of two voltage measurements: One measurement with the bridge unloaded (that is, without pressure) One measurement with the bridge loaded The difference voltage V BR resulting from the two measurements is calculated. If a temperature measurement is necessary, it is done as described in the Resistance Measurement section. 4 Economic Measurement Techniques With the Comparator_A Module

25 SLAA7 under CAF Low Pass Filter P.z CAOUT Measurement Bridge RB R V PCA CAEX CAON τ, µs Set CAIFG Flag Vp Vm R R + RSENS VBR CA CA + _ To Timer_A P.x PCA RREF P.y Internal References CM VCM CAREF VSS CARSEL VCAREF.5 x.5 x MSP4 V Comparator_A Figure 4. Connection of a Bridge With Amplification Economic Measurement Techniques With the Comparator_A Module 5

26 SLAA7.7 Capacitance Measurement Figure 5 shows the circuit used to measure a capacitor Cx using a reference capacitor Cref. Output P.y connects capacitor Cref to V SS during the reference measurement, and output P.z connects the unknown capacitor Cx to V SS during the capacitance measurement. Both ports are otherwise switched to high impedance. Cs represents the stray capacitance of the measurement circuit. CS: Circuit Capacitance R P.x MSP4 CA +. V CA CX CS CREF P.y P.z VSS V Figure 5. Measurement of an Unknown Capacity Cx The voltage curve for the two measurements is the same as that shown in Figure 7 (resistance measurement). The equation for Cx is: Cx tx (Cref Cs) Cs tref Where tx and tref represent the measured discharge intervals for Cx and Cref. Capacitor Cm can be used for reference purposes in the existing circuitry for resistance and voltage measurement. Comparator input CA can also be used for other purposes. See the following sections..8 Other Applications Two of many possible applications of the Comparator_A module are described below..8. Two Independent Measurement Circuits It is possible to connect two completely independent measurement circuits to the Comparator_A inputs CA and CA. It is only necessary that both circuits use the internal reference voltages. This allows, for example, measuring voltage with one channel and checking a threshold on the other one. Figure 6 shows the connection of two independent measurement circuits for resistance measurement and fast sampling of an input signal (see also Sections. and.). The positions of the internal switches are shown for resistance measurement. To measure the circuit at input CA, all switches, with the exception of filter switch CAF, must be toggled. 6 Economic Measurement Techniques With the Comparator_A Module

27 SLAA7 CAF Low Pass Filter To Internal Modules CAOUT Set CAIFG Flag τ, µs PCA CAEX CAON RM IMEAS CA CA + _ To Timer_A PCA Internal References RSENS P.x CAREF RREF P.y CM CARSEL.5 x VCM VSS VCAREF.5 x MSP4 V Figure 6. Independent Use of the Two Comparator_A Inputs.8. External Use of the Internal Reference Voltage Sometimes it can be convenient to have access to the internal reference voltage in Comparator_A that is used for the comparison. This allows the use of the exact reference value in the external circuitry. Figure 7 shows the switch positions required to make the internal reference diode voltage available at the input CA and at the inverting comparator input. Economic Measurement Techniques With the Comparator_A Module 7

28 SLAA7 CAF Low Pass Filter To Internal Modules CAOUT Set CAIFG Flag τ, µs PCA CAEX CAON + _ VIN CA CA + _ PCA + Internal References VINT VCAREF CAREF V External Circuitry CARSEL VCAREF.5 x.5 x V Figure 7. Use of the Internal Reference Voltage in the External Circuitry 8 Economic Measurement Techniques With the Comparator_A Module

29 References SLAA7. MSP4xxx Family User s Guide SLAU49. MSP4x4xx Family User s Guide SLAU56. MSP4 Application Report Book SLAA4 4. MSP4FA Data Sheet SLAS4 5. MSP4 4-Bit Analog-to-Digital Converter Application Reports SLAA45, SLAA46, SLAA47, SLAA48, SLAA5 Economic Measurement Techniques With the Comparator_A Module 9

30 IMPORTANT NOTICE Texas Instruments Incorporated and its subsidiaries (TI) reserve the right to make corrections, modifications, enhancements, improvements, and other changes to its products and services at any time and to discontinue any product or service without notice. Customers should obtain the latest relevant information before placing orders and should verify that such information is current and complete. All products are sold subject to TI s terms and conditions of sale supplied at the time of order acknowledgment. TI warrants performance of its hardware products to the specifications applicable at the time of sale in accordance with TI s standard warranty. Testing and other quality control techniques are used to the extent TI deems necessary to support this warranty. Except where mandated by government requirements, testing of all parameters of each product is not necessarily performed. TI assumes no liability for applications assistance or customer product design. Customers are responsible for their products and applications using TI components. To minimize the risks associated with customer products and applications, customers should provide adequate design and operating safeguards. TI does not warrant or represent that any license, either express or implied, is granted under any TI patent right, copyright, mask work right, or other TI intellectual property right relating to any combination, machine, or process in which TI products or services are used. Information published by TI regarding third party products or services does not constitute a license from TI to use such products or services or a warranty or endorsement thereof. Use of such information may require a license from a third party under the patents or other intellectual property of the third party, or a license from TI under the patents or other intellectual property of TI. Reproduction of information in TI data books or data sheets is permissible only if reproduction is without alteration and is accompanied by all associated warranties, conditions, limitations, and notices. Reproduction of this information with alteration is an unfair and deceptive business practice. TI is not responsible or liable for such altered documentation. Resale of TI products or services with statements different from or beyond the parameters stated by TI for that product or service voids all express and any implied warranties for the associated TI product or service and is an unfair and deceptive business practice. TI is not responsible or liable for any such statements. Mailing Address: Texas Instruments Post Office Box 655 Dallas, Texas 7565 Copyright, Texas Instruments Incorporated

High-Side Measurement CURRENT SHUNT MONITOR

High-Side Measurement CURRENT SHUNT MONITOR INA39 INA69 www.ti.com High-Side Measurement CURRENT SHUNT MONITOR FEATURES COMPLETE UNIPOLAR HIGH-SIDE CURRENT MEASUREMENT CIRCUIT WIDE SUPPLY AND COMMON-MODE RANGE INA39:.7V to 40V INA69:.7V to 60V INDEPENDENT

More information

Current Mode PWM Controller

Current Mode PWM Controller Current Mode PWM Controller FEATURES Automatic Feed Forward Compensation Programmable Pulse-by-Pulse Current Limiting Automatic Symmetry Correction in Push-pull Configuration Enhanced Load Response Characteristics

More information

MC3486 QUADRUPLE DIFFERENTIAL LINE RECEIVER WITH 3-STATE OUTPUTS

MC3486 QUADRUPLE DIFFERENTIAL LINE RECEIVER WITH 3-STATE OUTPUTS Meets or Exceeds the Requirements of ANSI Standards EIA/TIA-422-B and EIA/TIA-423-B and ITU Recommendations V.10 and V.11 3-State, TTL-Compatible s Fast Transition Times Operates From Single 5-V Supply

More information

Advanced Regulating Pulse Width Modulators

Advanced Regulating Pulse Width Modulators Advanced Regulating Pulse Width Modulators FEATURES Complete PWM Power Control Circuitry Uncommitted Outputs for Single-ended or Push-pull Applications Low Standby Current 8mA Typical Interchangeable with

More information

Current Mode PWM Controller

Current Mode PWM Controller application INFO available UC1842/3/4/5 Current Mode PWM Controller FEATURES Optimized For Off-line And DC To DC Converters Low Start Up Current (

More information

TL317 3-TERMINAL ADJUSTABLE REGULATOR

TL317 3-TERMINAL ADJUSTABLE REGULATOR Voltage Range Adjustable From 1.2 V to 32 V When Used With an External Resistor Divider Current Capability of 100 ma Input Regulation Typically 0.01% Per Input-Voltage Change Regulation Typically 0.5%

More information

TL494 PULSE-WIDTH-MODULATION CONTROL CIRCUITS

TL494 PULSE-WIDTH-MODULATION CONTROL CIRCUITS Complete PWM Power-Control Circuitry Uncommitted Outputs for 200-mA Sink or Source Current Output Control Selects Single-Ended or Push-Pull Operation Internal Circuitry Prohibits Double Pulse at Either

More information

Complementary Switch FET Drivers

Complementary Switch FET Drivers Complementary Switch FET Drivers application INFO available FEATURES Single Input (PWM and TTL Compatible) High Current Power FET Driver, 1.0A Source/2A Sink Auxiliary Output FET Driver, 0.5A Source/1A

More information

Small, Dynamic Voltage Management Solution Based on TPS62300 High-Frequency Buck Converter and DAC6571

Small, Dynamic Voltage Management Solution Based on TPS62300 High-Frequency Buck Converter and DAC6571 Application Report SLVA196 October 2004 Small, Dynamic Voltage Management Solution Based on Christophe Vaucourt and Markus Matzberger PMP Portable Power ABSTRACT As cellular phones and other portable electronics

More information

Advanced Regulating Pulse Width Modulators

Advanced Regulating Pulse Width Modulators Advanced Regulating Pulse Width Modulators FEATURES Complete PWM Power Control Circuitry Uncommitted Outputs for Single-ended or Push-pull Applications Low Standby Current 8mA Typical Interchangeable with

More information

50ppm/ C, 50µA in SOT23-3 CMOS VOLTAGE REFERENCE

50ppm/ C, 50µA in SOT23-3 CMOS VOLTAGE REFERENCE REF312 REF32 REF325 REF333 REF34 MARCH 22 REVISED MARCH 23 5ppm/ C, 5µA in SOT23-3 CMOS VOLTAGE REFERENCE FEATURES MicroSIZE PACKAGE: SOT23-3 LOW DROPOUT: 1mV HIGH OUTPUT CURRENT: 25mA LOW TEMPERATURE

More information

NE555, SA555, SE555 PRECISION TIMERS

NE555, SA555, SE555 PRECISION TIMERS Timing From Microseconds to Hours Astable or Monostable Operation Adjustable Duty Cycle TTL-Compatible Output Can Sink or Source up to 00 ma Designed To Be Interchangeable With Signetics NE, SA, and SE

More information

available options TA PACKAGED DEVICE FEATURES 40 C to 85 C ONET2501PARGT 2.5-Gbps limiting amplifier with LOS and RSSI

available options TA PACKAGED DEVICE FEATURES 40 C to 85 C ONET2501PARGT 2.5-Gbps limiting amplifier with LOS and RSSI features Multi-Rate Operation from 155 Mbps Up to 2.5 Gbps Low Power Consumption Input Offset Cancellation High Input Dynamic Range Output Disable Output Polarity Select CML Data Outputs Receive Signals

More information

CD4066B CMOS QUAD BILATERAL SWITCH

CD4066B CMOS QUAD BILATERAL SWITCH 5-V Digital or ±7.5-V Peak-to-Peak Switching 5-Ω Typical On-State Resistance for 5-V Operation Switch On-State Resistance Matched to Within 5 Ω Over 5-V Signal-Input Range On-State Resistance Flat Over

More information

Current Mode PWM Controller

Current Mode PWM Controller Current Mode PWM Controller application INFO available FEATURES Optimized for Off-line and DC to DC Converters Low Start Up Current (

More information

Regulating Pulse Width Modulators

Regulating Pulse Width Modulators Regulating Pulse Width Modulators UC1525A/27A FEATURES 8 to 35V Operation 5.1V Reference Trimmed to ±1% 100Hz to 500kHz Oscillator Range Separate Oscillator Sync Terminal Adjustable Deadtime Control Internal

More information

LM124, LM124A, LM224, LM224A LM324, LM324A, LM2902 QUADRUPLE OPERATIONAL AMPLIFIERS

LM124, LM124A, LM224, LM224A LM324, LM324A, LM2902 QUADRUPLE OPERATIONAL AMPLIFIERS Wide Range of Supply Voltages: Single Supply...3 V to 30 V (LM2902 3 V to 26 V) or Dual Supplies Low Supply Drain Independent of Supply Voltage... 0.8 Typ Common-Mode Input Voltage Range Includes Ground

More information

TL594 PULSE-WIDTH-MODULATION CONTROL CIRCUIT

TL594 PULSE-WIDTH-MODULATION CONTROL CIRCUIT Complete PWM Power Control Circuitry Uncommitted Outputs for 200-mA Sink or Source Current Output Control Selects Single-Ended or Push-Pull Operation Internal Circuitry Prohibits Double Pulse at Either

More information

The UC3902 Load Share Controller and Its Performance in Distributed Power Systems

The UC3902 Load Share Controller and Its Performance in Distributed Power Systems Application Report SLUA128A - May 1997 Revised January 2003 The UC3902 Load Share Controller and Its Performance in Distributed Power Systems Laszlo Balogh System Power ABSTRACT Users of distributed power

More information

POSITIVE-VOLTAGE REGULATORS

POSITIVE-VOLTAGE REGULATORS SLVS010N JANUARY 1976 REVISED NOVEMBER 2001 3-Terminal Regulators Current up to 100 No External Components Internal Thermal-Overload Protection Internal Short-Circuit Current Limiting Direct Replacements

More information

Low-Cost, Low-Power Level Shifting in Mixed-Voltage (5 V, 3.3 V) Systems

Low-Cost, Low-Power Level Shifting in Mixed-Voltage (5 V, 3.3 V) Systems Application Report SCBA002A - July 2002 Low-Cost, Low-Power Level Shifting in Mixed-Voltage (5 V, 3.3 V) Systems Mark McClear Standard Linear & Logic ABSTRACT Many applications require bidirectional data

More information

TPS51124 User s Guide. SLUU252A APRIL 2006 Revised JULY High Performance Synchronous Buck EVM Using the TPS User s Guide

TPS51124 User s Guide. SLUU252A APRIL 2006 Revised JULY High Performance Synchronous Buck EVM Using the TPS User s Guide High Performance Synchronous Buck EVM Using the TPS51124 User s Guide 1 SLUU252A APRIL 2006 Revised JULY 2008 IMPORTANT NOTICE Texas Instruments Incorporated and its subsidiaries (TI) reserve the right

More information

Description The PT8000 series is a 60 A highperformance,

Description The PT8000 series is a 60 A highperformance, PT8000 5V 60 Amp High-Performance Programmable ISR SLTS135A (Revised 4/5/2001) Features 60A Output Current Multi-Phase Topology +5V Input 5-bit Programmable: 1.3V to 3.5V 1.075V to 1.850V High Efficiency

More information

Effect of Programmable UVLO on Maximum Duty Cycle Achievable With the TPS4005x and TPS4006x Family of Synchronous Buck Controllers

Effect of Programmable UVLO on Maximum Duty Cycle Achievable With the TPS4005x and TPS4006x Family of Synchronous Buck Controllers Application Report SLUA310 - April 2004 Effect of Programmable UVLO on Maximum Duty Cycle Achievable With the TPS4005x and TPS4006x Family of Synchronous Buck Controllers ABSTRACT System Power The programmable

More information

UCC38C42 25-Watt Self-Resonant Reset Forward Converter Reference Design

UCC38C42 25-Watt Self-Resonant Reset Forward Converter Reference Design Reference Design UCC38C42 25-Watt Self-Resonant Reset Forward Converter Reference Design UCC38C42 25-Watt Self-Resonant Reset Forward Converter Lisa Dinwoodie Power Supply Control Products Contents 1 Introduction.........................................................................

More information

AM26LS31 QUADRUPLE DIFFERENTIAL LINE DRIVER

AM26LS31 QUADRUPLE DIFFERENTIAL LINE DRIVER AM6LS SLLSG JANUARY 979 REVISED FEBRUARY Meets or Exceeds the Requirements of ANSI TIA/EIA--B and ITU Recommendation V. Operates From a Single -V Supply TTL Compatible Complementary Outputs High Output

More information

Application Report. 1 Background. PMP - DC/DC Converters. Bill Johns...

Application Report. 1 Background. PMP - DC/DC Converters. Bill Johns... Application Report SLVA295 January 2008 Driving and SYNC Pins Bill Johns... PMP - DC/DC Converters ABSTRACT The high-input-voltage buck converters operate over a wide, input-voltage range. The control

More information

PE4302 CCM PFC controller Power Factor Correction

PE4302 CCM PFC controller Power Factor Correction Features Wide Input Range Low Total Harmonic Distortion (THD) Low Start Up Current (

More information

A Numerical Solution to an Analog Problem

A Numerical Solution to an Analog Problem Application Report SBOA24 April 200 Xavier Ramus... High-Speed Products ABSTRACT In order to derive a solution for an analog circuit problem, it is often useful to develop a model. This approach is generally

More information

Ordering Information PT5521 =3.3 Volts PT5522 =2.5 Volts PT5523 =2.0 Volts PT5524 =1.8 Volts PT5525 =1.5 Volts PT5526 =1.2 Volts PT5527 =1.

Ordering Information PT5521 =3.3 Volts PT5522 =2.5 Volts PT5523 =2.0 Volts PT5524 =1.8 Volts PT5525 =1.5 Volts PT5526 =1.2 Volts PT5527 =1. PT552 Series 1.5-A 5-V/3.3-V Input Adjustable Integrated Switching Regulator SLTS147A (Revised 1/5/21) Features Single-Device: 5V/3.3V Input DSP Compatible 89% Efficiency Small Footprint Space-Saving package

More information

Application Report. Art Kay... High-Performance Linear Products

Application Report. Art Kay... High-Performance Linear Products Art Kay... Application Report SBOA0A June 2005 Revised November 2005 PGA309 Noise Filtering High-Performance Linear Products ABSTRACT The PGA309 programmable gain amplifier generates three primary types

More information

16.1 ADC ADC ADC10

16.1 ADC ADC ADC10 Chapter 27 The module is a high-performance 10-bit analog-to-digital converter. This chapter describes the operation of the module of the 4xx family. The is implemented on the MSP4340F41x2 devices. Topic

More information

LM158, LM158A, LM258, LM258A LM358, LM358A, LM2904, LM2904Q DUAL OPERATIONAL AMPLIFIERS

LM158, LM158A, LM258, LM258A LM358, LM358A, LM2904, LM2904Q DUAL OPERATIONAL AMPLIFIERS Wide Range of Supply oltages: Single Supply...3 to 30 (LM2904 and LM2904Q...3 to 26 ) or Dual Supplies Low Supply-Current Drain Independent of Supply oltage... 0.7 Typ Common-Mode Input oltage Range Includes

More information

TPIC0107B PWM CONTROL INTELLIGENT H-BRIDGE

TPIC0107B PWM CONTROL INTELLIGENT H-BRIDGE TPIC7B SLIS67A NOVEMBER 998 REVISED APRIL 22 Dedicated PWM Input Port Optimized for Reversible Operation of Motors Two Input Control Lines for Reduced Microcontroller Overhead Internal Current Shutdown

More information

HF Power Amplifier (Reference Design Guide) RFID Systems / ASP

HF Power Amplifier (Reference Design Guide) RFID Systems / ASP 16 September 2008 Rev A HF Power Amplifier (Reference Design Guide) RFID Systems / ASP 1.) Scope Shown herein is a HF power amplifier design with performance plots. As every application is different and

More information

LM317 3-TERMINAL ADJUSTABLE REGULATOR

LM317 3-TERMINAL ADJUSTABLE REGULATOR 3-TERMINAL ABLE REGULATOR Output Voltage Range Adjustable From 1.25 V to 37 V Output Current Greater Than 1.5 A Internal Short-Circuit Current Limiting Thermal Overload Protection Output Safe-Area Compensation

More information

EN: This Datasheet is presented by the m anufacturer. Please v isit our website for pricing and availability at ore.hu.

EN: This Datasheet is presented by the m anufacturer. Please v isit our website for pricing and availability at   ore.hu. EN: This Datasheet is presented by the m anufacturer. Please v isit our website for pricing and availability at www.hest ore.hu. Convert TTL Voltage Levels to MOS Levels High Sink-Current Capability Clamping

More information

APPLICATION BULLETIN

APPLICATION BULLETIN APPLICATION BULLETIN Mailing Address: PO Box 100 Tucson, AZ 873 Street Address: 6730 S. Tucson Blvd. Tucson, AZ 8706 Tel: (0) 76-1111 Twx: 910-9-111 Telex: 066-691 FAX (0) 889-10 Immediate Product Info:

More information

Application Report ...

Application Report ... Application Report SLVA322 April 2009 DRV8800/DRV8801 Design in Guide... ABSTRACT This document is provided as a supplement to the DRV8800/DRV8801 datasheet. It details the steps necessary to properly

More information

Chapter 4. Single-Supply Op Amp Design Techniques. Excerpted from Op Amps for Everyone. Literature Number SLOA076. Literature Number: SLOD006A

Chapter 4. Single-Supply Op Amp Design Techniques. Excerpted from Op Amps for Everyone. Literature Number SLOA076. Literature Number: SLOD006A Chapter 4 Single-Supply Op Amp Design Techniques Literature Number SLOA076 Excerpted from Op Amps for Everyone Literature Number: SLOD006A Chapter 4 Single-Supply Op Amp Design Techniques Ron Mancini 4.1

More information

Supply Voltage Supervisor TL77xx Series. Author: Eilhard Haseloff

Supply Voltage Supervisor TL77xx Series. Author: Eilhard Haseloff Supply Voltage Supervisor TL77xx Series Author: Eilhard Haseloff Literature Number: SLVAE04 March 1997 i IMPORTANT NOTICE Texas Instruments (TI) reserves the right to make changes to its products or to

More information

IMPORTANT NOTICE Texas Instruments (TI) reserves the right to make changes to its products or to discontinue any semiconductor product or service without notice, and advises its customers to obtain the

More information

Programmable, Off-Line, PWM Controller

Programmable, Off-Line, PWM Controller Programmable, Off-Line, PWM Controller FEATURES All Control, Driving, Monitoring, and Protection Functions Included Low-Current Off Line Start Circuit Voltage Feed Forward or Current Mode Control High

More information

Distributed by: www.jameco.com 1-800-831-4242 The content and copyrights of the attached material are the property of its owner. Operating Range 2-V to 5.5-V V CC 3-State s Drive Bus Lines Directly Latch-Up

More information

Understanding the ADC Input on the MSC12xx

Understanding the ADC Input on the MSC12xx Application Report SBAA111 February 2004 Understanding the ADC Input on the MSC12xx Russell Anderson Data Acquisition Products ABSTRACT The analog inputs of the MSC12xx are sampled continuously. This sampling

More information

The TPS61042 as a Standard Boost Converter

The TPS61042 as a Standard Boost Converter Application Report - December 2002 Revised July 2003 The TPS61042 as a Standard Boost Converter Jeff Falin PMP Portable Power ABSTRACT Although designed to be a white light LED driver, the TPS61042 can

More information

Voltage-to-Frequency and Frequency-to-Voltage CONVERTER

Voltage-to-Frequency and Frequency-to-Voltage CONVERTER Voltage-to-Frequency and Frequency-to-Voltage CONVERTER FEATURES OPERATION UP TO 500kHz EXCELLENT LINEARITY ±0.0% max at 0kHz FS ±0.05% max at 00kHz FS V/F OR F/V CONVERSION MONOTONIC VOLTAGE OR CURRENT

More information

ULN2001A, ULN2002A, ULN2003A, ULN2004A, ULQ2003A, ULQ2004A, HIGH-VOLTAGE HIGH-CURRENT DARLINGTON TRANSISTOR ARRAY

ULN2001A, ULN2002A, ULN2003A, ULN2004A, ULQ2003A, ULQ2004A, HIGH-VOLTAGE HIGH-CURRENT DARLINGTON TRANSISTOR ARRAY The ULNA is obsolete -ma Rated Collector Current (Single ) High-oltage s... Clamp Diodes ULNA, ULNA, ULNA, ULNA, ULQA, ULQA, SLRSC DECEMBER REISED MAY Inputs Compatible With arious Types of Logic Relay

More information

OPTIMIZING PERFORMANCE OF THE DCP01B, DVC01 AND DCP02 SERIES OF UNREGULATED DC/DC CONVERTERS.

OPTIMIZING PERFORMANCE OF THE DCP01B, DVC01 AND DCP02 SERIES OF UNREGULATED DC/DC CONVERTERS. Application Report SBVA0A - OCTOBER 00 OPTIMIZING PERFORMANCE OF THE DCP0B, DVC0 AND DCP0 SERIES OF UNREGULATED DC/DC CONVERTERS. By Dave McIlroy The DCP0B, DCV0, and DCP0 are three families of miniature

More information

ORDERING INFORMATION PACKAGE

ORDERING INFORMATION PACKAGE Operates From.65 V to 3.6 V Inputs Accept Voltages to 5.5 V Max t pd of 4.8 ns at 3.3 V Typical V OLP (Output Ground Bounce) 2

More information

MSP430 Family Mixed-Signal Microcontroller Application Reports

MSP430 Family Mixed-Signal Microcontroller Application Reports MSP430 Family Mixed-Signal Microcontroller Application Reports Author: Lutz Bierl Literature Number: SLAA024 January 2000 Printed on Recycled Paper IMPORTANT NOTICE Texas Instruments and its subsidiaries

More information

description 1G 1A1 2Y4 1A2 2Y3 1A3 2Y2 1A4 2Y1 GND V CC 2G/2G 1Y1 2A4 1Y2 2A3 1Y3 2A2 1Y4 2A1 1Y1 2A4 1Y2 2A3 1Y3 1A2 2Y3 1A3 2Y2 1A4 2A2 2G/2G 2Y1

description 1G 1A1 2Y4 1A2 2Y3 1A3 2Y2 1A4 2Y1 GND V CC 2G/2G 1Y1 2A4 1Y2 2A3 1Y3 2A2 1Y4 2A1 1Y1 2A4 1Y2 2A3 1Y3 1A2 2Y3 1A3 2Y2 1A4 2A2 2G/2G 2Y1 SN54LS240, SN54LS241, SN54LS244, SN54S240, SN54S241, SN54S244 3-State s Drive Bus Lines or Buffer Memory Address Registers PNP s Reduce DC Loading Hysteresis at s Improves Noise Margins description These

More information

1OE 3B V GND ORDERING INFORMATION. TOP-SIDE MARKING QFN RGY Tape and reel SN74CBTLV3126RGYR CL126 PACKAGE

1OE 3B V GND ORDERING INFORMATION. TOP-SIDE MARKING QFN RGY Tape and reel SN74CBTLV3126RGYR CL126 PACKAGE SN74CBTLV326 LOW-VOLTAGE QUADRUPLE FET BUS SWITCH SCDS03H DECEMBER 997 REVISED APRIL 2003 Standard 26-Type Pinout 5-Ω Switch Connection Between Two Ports Isolation Under Power-Off Conditions Latch-up Performance

More information

Application Report. Battery Management. Doug Williams... ABSTRACT

Application Report. Battery Management. Doug Williams... ABSTRACT Application Report SLUA392 August 2006 bq20z70/90 Printed-Circuit Board Layout Guide Doug Williams... Battery Management ABSTRACT Attention to layout is critical to the success of any battery management

More information

High Speed PWM Controller

High Speed PWM Controller High Speed PWM Controller application INFO available FEATURES Compatible with Voltage or Current Mode Topologies Practical Operation Switching Frequencies to 1MHz 50ns Propagation Delay to Output High

More information

1.5 C Accurate Digital Temperature Sensor with SPI Interface

1.5 C Accurate Digital Temperature Sensor with SPI Interface TMP TMP SBOS7B JUNE 00 REVISED SEPTEMBER 00. C Accurate Digital Temperature Sensor with SPI Interface FEATURES DIGITAL OUTPUT: SPI-Compatible Interface RELUTION: -Bit + Sign, 0.0 C ACCURACY: ±. C from

More information

APPLICATIONS FEATURES DESCRIPTION

APPLICATIONS FEATURES DESCRIPTION FEATURES DIGITALLY-CONTROLLED ANALOG VOLUME CONTROL Two Independent Audio Channels Serial Control Interface Zero Crossing Detection Mute Function WIDE GAIN AND ATTENUATION RANGE +31.5dB to 95.5dB with

More information

SN65LVDM31 HIGH-SPEED DIFFERENTIAL LINE DRIVER

SN65LVDM31 HIGH-SPEED DIFFERENTIAL LINE DRIVER HIH-SPEED DIFFERENTIAL LINE DRIVER Designed for Signaling Rates Up to 5 Mbps Low-Voltage Differential Signaling With Typical Output Voltage of 7 mv and a -Ω Load Propagation Delay Time of. ns, Typical

More information

TL594 PULSE-WIDTH-MODULATION CONTROL CIRCUITS

TL594 PULSE-WIDTH-MODULATION CONTROL CIRCUITS Complete PWM Power Control Circuitry Uncommitted Outputs for 200-mA Sink or Source Current Output Control Selects Single-Ended or Push-Pull Operation Internal Circuitry Prohibits Double Pulse at Either

More information

CD74HCT4514, CD74HCT LINE TO 16-LINE DECODERS/DEMULTIPLEXERS WITH INPUT LATCHES

CD74HCT4514, CD74HCT LINE TO 16-LINE DECODERS/DEMULTIPLEXERS WITH INPUT LATCHES 4.5-V to 5.5-V V CC Operation Fanout (Over Temperature Range) Standard s... 0 LSTTL Loads Bus-Driver s... 5 LSTTL Loads Wide Operating Temperature Range of 55 C to 25 C Balanced Propagation Delays and

More information

SN5404, SN54LS04, SN54S04, SN7404, SN74LS04, SN74S04 HEX INVERTERS

SN5404, SN54LS04, SN54S04, SN7404, SN74LS04, SN74S04 HEX INVERTERS Dependable Texas Instruments Quality and Reliability description These devices contain six independent inverters. SN5404, SN54LS04, SN54S04, SN5404... J PACKAGE SN54LS04, SN54S04... J OR W PACKAGE SN7404...

More information

IV B.Tech. I Sem (R13) ECE : Embedded Systems : UNIT -3 1 UNIT 3

IV B.Tech. I Sem (R13) ECE : Embedded Systems : UNIT -3 1 UNIT 3 IV B.Tech. I Sem (R13) ECE : Embedded Systems : UNIT -3 1 UNIT 3 Timers of MSP430 3.1. Basic Timer1 3.2. Timer_A 3.3. Edge aligned PWM output 3.4. Measurement in Capture mode ( Time period, duration, frequency)

More information

LOGARITHMIC AMPLIFIER

LOGARITHMIC AMPLIFIER LOGARITHMIC AMPLIFIER FEATURES ACCEPTS INPUT VOLTAGES OR CURRENTS OF EITHER POLARITY WIDE INPUT DYNAMIC RANGE 6 Decades of Decades of Voltage VERSATILE Log, Antilog, and Log Ratio Capability DESCRIPTION

More information

2 C Accurate Digital Temperature Sensor with SPI Interface

2 C Accurate Digital Temperature Sensor with SPI Interface TMP125 2 C Accurate Digital Temperature Sensor with SPI Interface FEATURES DIGITAL OUTPUT: SPI-Compatible Interface RELUTION: 10-Bit, 0.25 C ACCURACY: ±2.0 C (max) from 25 C to +85 C ±2.5 C (max) from

More information

SN54LS245, SN74LS245 OCTAL BUS TRANSCEIVERS WITH 3-STATE OUTPUTS

SN54LS245, SN74LS245 OCTAL BUS TRANSCEIVERS WITH 3-STATE OUTPUTS 3-State s Drive Bus Lines Directly PNP s Reduce dc Loading on Bus Lines Hysteresis at Bus s Improves Noise Margins Typical Propagation Delay Times Port to Port, 8 ns TYPE IOL (SINK CURRENT) IOH (SOURCE

More information

SN54AHC573, SN74AHC573 OCTAL TRANSPARENT D-TYPE LATCHES WITH 3-STATE OUTPUTS

SN54AHC573, SN74AHC573 OCTAL TRANSPARENT D-TYPE LATCHES WITH 3-STATE OUTPUTS Operating Range 2-V to 5.5-V V CC 3-State s Directly Drive Bus Lines Latch-Up Performance Exceeds 250 ma Per JESD 17 description The AHC573 devices are octal traparent D-type latches designed for 2-V to

More information

High Speed PWM Controller

High Speed PWM Controller High Speed PWM Controller FEATURES Compatible with Voltage or Current Mode Topologies Practical Operation Switching Frequencies to 1MHz 50ns Propagation Delay to Output High Current Dual Totem Pole Outputs

More information

TL431, TL431A ADJUSTABLE PRECISION SHUNT REGULATORS

TL431, TL431A ADJUSTABLE PRECISION SHUNT REGULATORS Equivalent Full-Range Temperature Coefficient... 30 ppm/ C 0.2-Ω Typical Output Impedance Sink-Current Capability...1 ma to 100 ma Low Output Noise Adjustable Output Voltage...V ref to 36 V Available in

More information

L293, L293D QUADRUPLE HALF-H DRIVERS

L293, L293D QUADRUPLE HALF-H DRIVERS Featuring Unitrode L and LD Products Now From Texas Instruments Wide Supply-Voltage Range:.5 V to V Separate Input-Logic Supply Internal ESD Protection Thermal Shutdown High-Noise-Immunity Inputs Functional

More information

Isolated High Side FET Driver

Isolated High Side FET Driver UC1725 Isolated High Side FET Driver FEATURES Receives Both Power and Signal Across the Isolation Boundary 9 to 15 Volt High Level Gate Drive Under-voltage Lockout Programmable Over-current Shutdown and

More information

Current Mode PWM Controller

Current Mode PWM Controller Current Mode PWM Controller UC1842/3/4/5 FEATURES Optimized For Off-line And DC To DC Converters Low Start Up Current (

More information

MAX232, MAX232I DUAL EIA-232 DRIVER/RECEIVER

MAX232, MAX232I DUAL EIA-232 DRIVER/RECEIVER Operates With Single 5-V Power Supply LinBiCMOS Process Technology Two Drivers and Two Receivers ± 30-V Input Levels Low Supply Current...8 ma Typical Meets or Exceeds TIA/EIA-232-F and ITU Recommendation

More information

TL494M PULSE-WIDTH-MODULATION CONTROL CIRCUIT

TL494M PULSE-WIDTH-MODULATION CONTROL CIRCUIT Complete PWM Power Control Circuitry Uncommitted Outputs for 00-mA Sink or Source Current Output Control Selects Single-Ended or Push-Pull Operation Internal Circuitry Prohibits Double Pulse at Either

More information

UCC3972 BiCMOS Cold Cathode Fluorescent Lamp Driver Controller, Evaluation Board and List of Materials R2 750 R10 VBUCK R11 L1 R6 75 Q1

UCC3972 BiCMOS Cold Cathode Fluorescent Lamp Driver Controller, Evaluation Board and List of Materials R2 750 R10 VBUCK R11 L1 R6 75 Q1 Design Note UCC397 BiCMOS Cold Cathode Fluorescent Lamp Driver Controller, Evaluation Board and List of Materials By Eddy Wells Introduction The UCC397 demo board is a DC/AC inverter module used to drive

More information

TL070 JFET-INPUT OPERATIONAL AMPLIFIER

TL070 JFET-INPUT OPERATIONAL AMPLIFIER Low Power Consumption Wide Common-Mode and Differential Voltage Ranges Low Input Bias and Offset Currents Output Short-Circuit Protection Low Total Harmonic Distortion.3% Typ Low Noise V n = 8 nv/ Hz Typ

More information

4423 Typical Circuit A2 A V

4423 Typical Circuit A2 A V SBFS020A JANUARY 1978 REVISED JUNE 2004 FEATURES Sine and Cosine Outputs Resistor-Programmable Frequency Wide Frequency Range: 0.002Hz to 20kHz Low Distortion: 0.2% max up to 5kHz Easy Adjustments Small

More information

Switched Mode Controller for DC Motor Drive

Switched Mode Controller for DC Motor Drive Switched Mode Controller for DC Motor Drive FEATURES Single or Dual Supply Operation ±2.5V to ±20V Input Supply Range ±5% Initial Oscillator Accuracy; ± 10% Over Temperature Pulse-by-Pulse Current Limiting

More information

TL431, TL431A ADJUSTABLE PRECISION SHUNT REGULATORS

TL431, TL431A ADJUSTABLE PRECISION SHUNT REGULATORS Equivalent Full-Range Temperature Coefficient... 0 ppm/ C 0.-Ω Typical Output Impedance Sink-Current Capability...1 ma to 100 ma Low Output Noise Adjustable Output Voltage...V ref to 6 V Available in a

More information

General Guideline: CDC7005 as a Clock Synthesizer and Jitter Cleaner

General Guideline: CDC7005 as a Clock Synthesizer and Jitter Cleaner Application eport SCAA063 March 2003 General Guideline: CDC7005 as a Clock Synthesizer and Jitter Cleaner Firoj Kabir ABSTACT TI Clock Solutions This application report is a general guide for using the

More information

Current Mode PWM Controller

Current Mode PWM Controller Current Mode PWM Controller FEATURES Automatic Feed Forward Compensation Programmable Pulse-by-Pulse Current Limiting Automatic Symmetry Correction in Push-pull Configuration Enhanced Load Response Characteristics

More information

Voltage-to-Frequency and Frequency-to-Voltage CONVERTER

Voltage-to-Frequency and Frequency-to-Voltage CONVERTER SBVS0A AUGUST 200 Voltage-to-Frequency and Frequency-to-Voltage CONVERTER FEATURES HIGH LINEARITY: 2 to bits ±0.00% max at 0kHz FS ±0.03% max at 00kHz FS ±0.% typ at MHz FS V/F OR F/V CONVERSION -DECADE

More information

TL5632C 8-BIT 3-CHANNEL HIGH-SPEED DIGITAL-TO-ANALOG CONVERTER

TL5632C 8-BIT 3-CHANNEL HIGH-SPEED DIGITAL-TO-ANALOG CONVERTER 8-Bit Resolution Linearity... ±1/2 LSB Maximum Differential Nonlinearity...±1/2 LSB Maximum Conversion Rate...60 MHz Min Nominal Output Signal Operating Range V CC to V CC 1 V TTL Digital Input Voltage

More information

ua9637ac DUAL DIFFERENTIAL LINE RECEIVER

ua9637ac DUAL DIFFERENTIAL LINE RECEIVER ua967ac Meets or Exceeds the Requirements of ANSI Standards EIA/TIA--B and EIA/TIA--B and ITU Recommendations V. and V. Operates From Single -V Power Supply Wide Common-Mode Voltage Range High Input Impedance

More information

TLV BIT ANALOG-TO-DIGITAL CONVERTER FOR FLEX PAGER CHIPSET SLAS134B NOVEMBER 1995 REVISED NOVEMBER 1996

TLV BIT ANALOG-TO-DIGITAL CONVERTER FOR FLEX PAGER CHIPSET SLAS134B NOVEMBER 1995 REVISED NOVEMBER 1996 Supports FLEX Protocol Pagers With The TLV5591 FLEX Decoder 3-Pole Butterworth Low-Pass Selectable Dual-Bandwidth Audio Filter BW 1 = 1 khz ±5% ( 3 db) BW 2 = 2 khz ±5% ( 3 db) Both Peak and Valley Detectors

More information

Resonant-Mode Power Supply Controllers

Resonant-Mode Power Supply Controllers Resonant-Mode Power Supply Controllers UC1861-1868 FEATURES Controls Zero Current Switched (ZCS) or Zero Voltage Switched (ZVS) Quasi-Resonant Converters Zero-Crossing Terminated One-Shot Timer Precision

More information

AN-87 Comparing the High Speed Comparators

AN-87 Comparing the High Speed Comparators Application Report... ABSTRACT This application report compares the Texas Instruments high speed comparators to similar devices from other manufacturers. Contents 1 Introduction... 2 2 Speed... 3 3 Input

More information

MC3487 QUADRUPLE DIFFERENTIAL LINE DRIVER

MC3487 QUADRUPLE DIFFERENTIAL LINE DRIVER Meets or Exceeds Requirements of ANSI EIA/TIA-422-B and ITU Recommendation V. -State, TTL-Compatible s Fast Transition Times High-Impedance Inputs Single -V Supply Power-Up and Power-Down Protection Designed

More information

TL1431 PRECISION PROGRAMMABLE REFERENCE

TL1431 PRECISION PROGRAMMABLE REFERENCE PRECISION PROGRAMMABLE REFEREE 0.4% Initial Voltage Tolerance 0.2-Ω Typical Output Impedance Fast Turnon... 500 ns Sink Current Capability...1 ma to 100 ma Low Reference Current (REF) Adjustable Output

More information

RC4136, RM4136, RV4136 QUAD GENERAL-PURPOSE OPERATIONAL AMPLIFIERS

RC4136, RM4136, RV4136 QUAD GENERAL-PURPOSE OPERATIONAL AMPLIFIERS Continuous-Short-Circuit Protection Wide Common-Mode and Differential Voltage Ranges No Frequency Compensation Required Low Power Consumption No Latch-Up Unity Gain Bandwidth... MHz Typ Gain and Phase

More information

TL1451AC, TL1451AY DUAL PULSE-WIDTH-MODULATION CONTROL CIRCUITS

TL1451AC, TL1451AY DUAL PULSE-WIDTH-MODULATION CONTROL CIRCUITS SLVS4C FEBRUARY 983 REVISED OCTOBER 995 Complete PWM Power Control Circuitry Completely Synchronized Operation Internal Undervoltage Lockout Protection Wide Supply Voltage Range Internal Short-Circuit

More information

Full Bridge Power Amplifier

Full Bridge Power Amplifier Full Bridge Power Amplifier FEATURES Precision Current Control ±450mA Load Current 1.2V Typical Total Vsat at 450mA Programmable Over-Current Control Range Control for 4:1 Gain Change Compensation Adjust

More information

ORDERING INFORMATION PACKAGE

ORDERING INFORMATION PACKAGE Member of Texas Instruments Widebus Family Latch-Up Performance Exceeds 250 ma Per JESD 17 description This 16-bit (dual-octal) noninverting bus transceiver contains two separate supply rails; B port has

More information

AN-2119 LM8850 Evaluation Board Application Note

AN-2119 LM8850 Evaluation Board Application Note User's Guide SNVA472A March 2011 Revised May 2013 1 General Description The LM8850 evaluation board is a working demonstration of a step-up DC-DC converter that has been optimized for use with a super-capacitor.

More information

SN54AHCT174, SN74AHCT174 HEX D-TYPE FLIP-FLOPS WITH CLEAR

SN54AHCT174, SN74AHCT174 HEX D-TYPE FLIP-FLOPS WITH CLEAR Inputs Are TTL-Voltage Compatible Contain Six Flip-Flops With Single-Rail s Applicatio Include: Buffer/Storage Registers Shift Registers Pattern Generators Latch-Up Performance Exceeds 250 ma Per JESD

More information

TLV1572ID 2.7 V TO 5.5 V, 10-BIT, 1.25 MSPS SERIAL ANALOG-TO-DIGITAL CONVERTER WITH AUTO-POWERDOWN. Applications. description

TLV1572ID 2.7 V TO 5.5 V, 10-BIT, 1.25 MSPS SERIAL ANALOG-TO-DIGITAL CONVERTER WITH AUTO-POWERDOWN. Applications. description Fast Throughput Rate: 1.25 MSPS 8-Pin SOIC Package Differential Nonlinearity Error: < ± 1 LSB Integral Nonlinearity Error: < ± 1 LSB Signal-to-Noise and Distortion Ratio: 59 db, f (input) = 500 khz Single

More information

ORDERING INFORMATION PACKAGE

ORDERING INFORMATION PACKAGE Member of Texas Instruments Widebus Family State-of-the-Art Advanced Low-Voltage BiCMOS (ALB) Technology Design for.-v Operation Schottky Diodes on All s to Eliminate Overshoot and Undershoot Industry

More information

MULTI-DDC112 BOARD DESIGN

MULTI-DDC112 BOARD DESIGN MULTI-C BOARD DESIGN By Jim Todsen and Dave Milligan The C is capable of being daisy chained for use in systems with a large number of channels. To help in designing such a system, this application note

More information

UC284x, UC384x, UC384xY CURRENT-MODE PWM CONTROLLERS

UC284x, UC384x, UC384xY CURRENT-MODE PWM CONTROLLERS Optimized for Off-Line and dc-to-dc Converters Low Start-Up Current (

More information

LOAD SHARE CONTROLLER

LOAD SHARE CONTROLLER LOAD SHARE CONTROLLER FEATURES 2.7-V to 20-V Operation 8-Pin Package Requires Minimum Number of External Components Compatible with Existing Power Supply Designs Incorporating Remote Output Voltage Sensin

More information

POSITIVE-VOLTAGE REGULATORS

POSITIVE-VOLTAGE REGULATORS The µa78m10 and µa78m15 are 3-Terminal Regulators Output Current Up To 500 No External Components Internal Thermal-Overload Protection KC (TO-220) PACKAGE (TOP IEW) µa78m00 SERIES POSITIE-OLTAGE REGULATORS

More information