Hi,
we are working ADAS3022EDZ Eval board to communicate SPI through Arduino board. please help me
ADAS3022
Production
The ADAS3022 is a complete 16-bit, 1 MSPS, successive approximation–based analog-to-digital data acquisition system, which is manufactured on Analog Devices...
Datasheet
ADAS3022 on Analog.com
Hi,
we are working ADAS3022EDZ Eval board to communicate SPI through Arduino board. please help me
bakyaraj,
As previously requested we will need additional information regarding how you've modified the evaluation board to connect your controller, the code you are currently using and any physical result data you can share to help us diagnose you problem.
Sean
bakyaraj,
So inferring from the data you provided I'm assuming.
I'm assuming however that you still are not getting results that make sense to you.
Are you still seeing results similar to what you reported previously?
Sean
Hi,
we are try to read result differential input measurement (0xF7FE) configuration to All channel result
first case:
IN0 = -5v
IN1 = 5v
IN2 = open
IN3 = open
IN4 = open
IN5 = open
IN6 =open
IN7 = open
Second Case:
IN0 = -5v
IN1 = 5v
IN2 = open
IN3 = open
IN4 = open
IN5 = open
IN6 = -5v
IN7 = +5v
Com = 0V
bakyraj,
First of all you should not leave any of the inputs floating while converting. Please tie them to ground or some other stable voltage.
Second here are the timing patterns you requested with screen shots from the evaluation software showing everything working in the desired configurations.
Differential Channels Configuration (4 channels)
Conversion Results Differential Mode (500 Ksps, Normal Mode), 0V Differential Input
Diff to COM (8 Channel Mode)
Configuration
Results:
bakyaraj,
During configuration I write the configuration onto MOSI (SDI) on the first conversion serial transfer and then execute two more conversions with data accesses with 0x0000 passed to the device such that no further updates to the configuration word are requested. This ensures that the NEXT conversion started will give me the result (in this case) of channel 0-1, followed by the difference of channels 2-3, then channels 4-5, channels 6-7 and so on as I loop the data capture.
During data capture I always send 0x0000 to avoid updating the configuration word.
In all my setups RESET = 0, PD = 0 so I did not capture them.
Sean