Quantcast
Channel: Data converters forum - Recent Threads
Viewing all 5988 articles
Browse latest View live

AFE5809: What's the minimum Slew Rate requirement for clock inputs on ADC and CWx16 clocks to achieve optimized noise-phase performance ?

$
0
0

Part Number:AFE5809

Hi, 

We use LMK00301 output LVDS clocks to drive AFE ADC clocks, f_sample = 50MHZ. 

As generally known, high slew rate of a clock is very important for low phase noise performace, higher slew rate is preferred.  Does clock inputs of AFE5809 has this constraint ? This may be a high-level question as local TI FAE team can not answer it. 

Also, mentioned in datasheet page93, For CW mode, "In general, a higher slew rate clock has lower phase noise; thus, CWx16 clocks with high amplitude and fast slew rate are preferred in CW operation "

Hopefully some expert here could help suggest minimum requirement range for slew rate of clocks for ADC and CWx16 CLK.

Thanks !


DAC7760: What is the damage reason of DAC7760 ?

$
0
0

Part Number:DAC7760

dear sir

  

We control the DAC7760 output voltage or current through the SPI interface, and then measure the voltage or current using a multimeter, directly connected to the connector.

In this processwe found short circuit between the power supply of DAC chip and GND,there is a R3 between AVDD and Boost, we put a 15 ohms  in the output current to

limit the current , but when IOUT  connect to GND, the DAC7760  damage, do we have a short circuit protection ? what`s the  proper load resistance ?

TSW1400EVM: AR1243 Board is not change the power when signal transmission

$
0
0

Part Number:TSW1400EVM

Dear TI support

I want to measure the continuous signal (not the CW signal) transmitted from Tx0 by oscilloscope.

I perform the steps according to the picture below but when the current signal is transmitted on AR1243 by 0.2A and it does not change.

Hope this helps.

Best Regards,

BUI GIAP

VSP5610: Relation between Analog input and Digital Output

$
0
0

Part Number:VSP5610

Hello,

I am using VSP5610 AFE to digitize sine wave. I am using 2's Complement output format.

Can anyone help me out to find relation between analog input and digital output counts of 2's Complement output ?

Linux/ADC128D818SW-LINUX: Slow A/D reading, why?

$
0
0

Part Number:ADC128D818SW-LINUX

Tool/software: Linux

Dear experts,

I have a strange issue with ADC128D818& standard Linux driver.

The device detects and seems to work well. The problem is that it takes ~ 1 sec to get a correct reading.

When I change voltage on a input pin and read continously, changes cannot be detected more frequently than once in a second.

Read itself (from the driver's sysfs file) is quick and does not hang. But updates do not occur at the rate that I need.

Any ideas, please? Can the driver be tweaked somehow to read faster?

The machine is iMX6 Solo (arm7), Ubuntu 14.04 LTS, kernel 4.1.0

Thanks,

- Pavel A.

ADC128S102QML-SP: Floating Metal/Lid Grounded

$
0
0

Part Number:ADC128S102QML-SP

A question came up regarding if, for the below part numbers, there was any floating metal or if the lid was grounded. They also wanted to know the dimensions of the lid/case if applicable. I couldn't seem to find any information addressing this on the datasheet.

5962R0722701VZA
PLMX2615W-MLS
5962R1022102VSC
5962R1320201VXC

Thanks for the help guys!

Multiplying DAC with TC less than 0.5ppm/K?

ADC128S102QML-SP: Floating Metal/Lid Grounded

$
0
0

Part Number:ADC128S102QML-SP

A question came up regarding if there was any floating metal or if the lid was grounded in the below part number. They also wanted to know the dimensions of the lid/case if applicable. I couldn't seem to find any information addressing this on the datasheet. Any relevant information would be helpful!

The part number for the ADC is:

5962R0722701VZA

Thanks for the help!


ADS1278: Example Code for ADS1278

$
0
0

Part Number:ADS1278

Dear forum user,

I use the ADS1278 for a multi-channel measuring system. The A/D converter is connected to a microcontroller which reads the data via SPI-BitBanging. Furthermore the ADS1278 is operated in TDM mode with low speed (about 10.5kHz @ 27MHz Masterclock). The reading of a channel e.g. channel 8 works perfectly. Unfortunately, reading out all eight channels does not work. I checked the SPI signals (!DRDY, SCLK and DOUT) in parallel on the digital storage oscilloscope, which looks plausible.
My DRDY Interrupt Handler and the SPI-BitBanging is fast enough so that all data is clocked out until the next !DRDY signal appears. I have a time reserve of about 40us, which is already good (see the attached DSO Screen)

Therefore my request would be whether I can get an example code for reading the ADS1278 or from the ADS1278-PDK. In other postings the sample code was sent by e-mail:


Thank you very much for your support
tugrul

DAC8411: DAC8411

$
0
0

Part Number:DAC8411

I was testing a DAC8801 using the DAC8801 Eval board. The SPI signals are coming from ports on an STM32F407 and are all about 3.3V signals. The DAC8801 worked very well, but we decided we needed a voltage source and wanted to eliminate the external amplifier. So we had a DAC8411 overnighted to us and connected it to the same setup using a 5.0V supply for +5VA. The DAC8411 supply is 3.1V. It didn’t work. When I checked the SPI signals SYNC (CS) looked good, but SCLK and DIN were badly loaded. The SPI signals are configured with an active pull up. I added 1K pullup resistor on the CS, the SCLK and the DIN signal, pulled up to the +3.1V supply. This improved the DIN signal, but the SCLK amplitude is still only 0.5V. When the STM32F407 is connected to the DAC8801 all of the SPI signal amplitudes are 3.1V. Do you have any idea why the DAC8801 is loading my SPI signals?  We have a very tight schedule and need to get this working in the next couple days.

Thanks,

Bob

 

ADS1292R: Only noise when reading from channel 2

$
0
0

Part Number:ADS1292R

Hi all!

I am currently interfacing the ADS1292R with an ARM BLE chip (SPBTLE-1S). I am able to read/write to registers and also read the data in continuous mode with the 1 Hz test signal. The PCB layout is the following:

Unfortunately, when testing with a clean 1Hz sin wave from a signal generator, the signal recorded is completly noisy. Any idea as why that would be the case? This is my register configuration: 

temp=0x00; //0x00
ADS1292R_IO_Write(&temp, ADS1292R_REG_CONFIG1, 1); //Set sampling rate to 125 SPS

temp=0xA0; //0xA0
ADS1292R_IO_Write(&temp, ADS1292R_REG_CONFIG2, 1); //Internal reference

temp=0x10; //0x10
ADS1292R_IO_Write(&temp, ADS1292R_REG_LOFF, 1); //Lead-off defaults

temp=0x00; //0x00
ADS1292R_IO_Write(&temp, ADS1292R_REG_CH1SET, 1); //Channel 1 power on

temp=0x00; //0x00
ADS1292R_IO_Write(&temp, ADS1292R_REG_CH2SET, 1); //Channel 2 power on

temp=0x0C; //0x0C
ADS1292R_IO_Write(&temp, ADS1292R_REG_RLDSENS, 1); //RLD settings: fmod/16, RLD enabled, RLD inputs from Ch2 only (no RLD buffer)

temp=0x00; //0x00
ADS1292R_IO_Write(&temp, ADS1292R_REG_LOFFSENS, 1); //LOFF settings: all disabled

temp=0x00; //0x00
ADS1292R_IO_Write(&temp, ADS1292R_REG_LOFFSTAT, 1); //LOFF settings: all disabled

temp=0xC2; //0xC2
ADS1292R_IO_Write(&temp, ADS1292R_REG_RESP1, 1); //Respiration: MOD/DEMOD turned only, phase 0

temp=0x03; //0x03
ADS1292R_IO_Write(&temp, ADS1292R_REG_RESP2, 1); //Respiration: Calib OFF, respiration freq defaults

temp=0x0C; //0x0C
ADS1292R_IO_Write(&temp, ADS1292R_REG_GPIO, 1); //Respiration: Calib OFF, respiration freq defaults

Thank you,

Xavier

ADS8681: Can 4.0V be input from REF_IO terminal?

$
0
0

Part Number:ADS8681

 Hello guys,

 One of my customers is going to use ADS8681 and they want to input 4.0V from REF_IO as a external reference voltage.

 Is it no problem? Also is it no possiblity of the device damage though the device conversion perforemance might get worse? 

 Your reply would be much appreciated.

 Best regards,

 Kazuya Nakai.

ADS7828: Reference Inputs and voltage range

$
0
0

Part Number:ADS7828

I am considering using the ADS7828 I2C 8-channel A-to-D converter in a design and would like clarification on the reference input options and its analog inputs channels’ voltage range. 

I use VDD = 5V and internal 2.5V reference. If analog input voltage is higher than 2.5V and lower 5V, How does it work? Is it damaged?

DAC5682Z: DAC5682Z spikes

$
0
0

Part Number:DAC5682Z

Hi,

we are using four DAC DAC5682Z in a our product. The DACs are all used without interpolation, only one channel on at 1 GSPS. DACCLK:250MHz, DATACLK:500MHz(hardware sync),After the initialization, sometimes  the DACs start generating a signal with several spikes except the second one. When the spike occurs, a re-sync can recover the output. We tried a lot of ways to adjust it but it did not work.Can you give us some advice? Thank you!

-Sumey

ADS1292ECG-FE: ADS1292ECG-FE reference code


ADC3441EVM: TSW1405EVM firmware support for ADC3441EVM

ADS1293EVM: ADS1293EVM

$
0
0

Part Number:ADS1293EVM

I have 2 questions,

1. I got rigth now an ADS1293EVN card and a new laptop that comes with Windows 10 and It's not easy to got Windows 7 on  new computers. So my first question is if you have or will have in the future a new driver(i.e Winows 10) for the card.

2. I'm working a lot of years with data acquisition and Labview, so do you have any kind of examples or vi's for Labview?.

Thanks a lot,

Marcelo 

DAC0832: P2P replacement for DAC0832

$
0
0

Part Number:DAC0832

Hi Sir,

DAC0832 will be discontinued by 2020. which one would be used as a  P2P replacement for it. the page with DAC0832 suggests DAC081S101,but it is not P2P.

Would you pls give some recommendation on it.

Thanks a lot.

DAC38RF83: CMOS input current

$
0
0

Part Number:DAC38RF83

Hi!

I'm designing with DAC38RF83. In the datasheet in the electrical characteristics (p.17) it's stated that the input current on CMOS digital inputs can be in the range from -40 to 40 uA.

At the same time on fig.70 (p. 72) it's seen that these inputs have 10kOhm pull-ups/downs and, consequently, should have the input current no less then 1.8V / 10kOhm = 180uA.

So, what is the truth?

Regards, Victor.

DAC43608: behavior regarding under harsh condition

$
0
0

Part Number:DAC43608

Dear Specialists,

My customer is considering DAC43608 and has questions.

I would be grateful if you could advise.

---

We believe that when ESD is applied to a circuit that is protected against ESD by external ESD protection circuit , it may be abnormal condition such as latch-up.

At that time,

(1)Does CLR return to normal operation?

Products from the competitor device currently in use will operate normally again with only the CLR.

(2)Or does the device need to be power on reset?

It seems to depend on the device's situation, what do you think.

I’d like to make the circuit as simple as possible and the cost as low as possible.

If possible,I do not want to add external circuits.

---

I appreciate your great help in advance.

Best regards,

Shinichi

Viewing all 5988 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>