Hi Vijetha,
Thanks for your post in this forum. There is no status register to indicate the absence of Input source for ADS8364. The reason you see random readings at ADC output is the noise captured by the input. There is a solution to make the input…
Look at this example code for the C2000, its for the ADS8364 but it should give you an idea on where to start.
www.ti.com/.../litabsmultiplefilelist.tsp
Hi Alfred,
You should be able to use the McBSP. Take the FSx and use it for the /CS input. Unfortunately I don't have any 'ready to go' code examples for the OMAP, but you can get a general picture of the setup by looking at the application notes associated…
Hi Kuramochi-san,
On the ADS8364 and ADS8365, there is no requirement to have /CS low while the HOLDx signal(s) are being applied. You do need to take /CS low while reading the conversion results though.
Other Parts Discussed in Thread: ADS8364 Hello all,
I am using the C6713 DSK along with the ADS8364 ADC evaluation module and the DAC8051 serial DAC as a controller. For easy deployment in the lab environment, I want the system to be stand-alone.…
Bendous,
You might want to download the Data Converter Support Tool from http://www.ti.com/dcplug-in and generate the interface code with that. As an alternative, you could use the attached file, which is an example project for the C6713 DSK and the…
Hi Aditi,
The timer is more appropriate I believe - that would give you more control over the sampling rate. You could use the BUSY output from the ADS8556 to the EXT_INT5 and enter an ISR that gets you the data. This application note might help you…
Other Parts Discussed in Thread: ADS8364 , THS1206 I'm using your TMS320C6713DSK, but I am struggling ADS8364 EVM ADC connecting with DSK board.
I had received ‘ADS8364-DSK6713-CCS3v1.CS_’ from this website.
But, it does not drive back. My ADS8364…
Hi David,
This application note for the ADS8364 might be useful to you. There is a bit of code associated with it as well that does port 'reads and writes' from an MSP430F149 - using the IAR tool. The ADS8364 is essentially a unipolar version of the…