Other Parts Discussed in Thread: ADC3244
Hello,
After some forum help I am able to read and parse the HSDC software output binary data file. I'm using the TSW1400EVM and the ADC3244EVM. The ADC3244EVM has a 14 bit ADC3244 converter on it. The ADC is set to output 2's complement numbers (the register bit setting for this is zero). Channel 1 has a 10.1 MHz tone going into it and channel 2 is terminated in 50 Ohms. The spectrum plot for channel 1 looks like I would expect. So some recorded time ordered, time contiguous read, parsed and printed samples in hex from the HSDC binary file are,
Channel 1 value = 202b
Channel 2 value = 2000
Channel 1 value = 205f
Channel 2 value = 2003
Channel 1 value = 1ff8
Channel 2 value = 2000
Channel 1 value = 1ffd
Channel 2 value = 2004
These numbers do correspond to what I'm seeing in the "codes" plot in the software. What bothers me is that channel 2 which has no signal applied is recording and showing what corresponds to nearly -2V (negative maximum) assuming 2's complement format. I would expect it to record near zero. These numbers would make more sense if the chip were set to output offset binary but I checked the ADC register setting and also reviewed the HSDC Pro users guide to see if it defaults to offset binary and there was no indication of that. So, am I interpreting these numbers correctly? Are they 2's complement or offset binary?
Thanks