Other Parts Discussed in Thread: ADS8556
Hi,
I was trying to interface the ADC 8556 along with the DSP c6713 processor.
Have been trying to achieve it with the kits ADS8556EVM and 6713 DSK.
The main specifications which I am looking at is :
> Serial Communication.
> Interface via McASP [ My McBSP is already taken up by other pheripherals ].
Connections done are [ McASP - ADS8556 ]:
-> AFSX1 ----------------- CONVST_A & CONVST_B & CONVST_C [ Since I want all 6 channels to be triggered at the same time]
-> AFSR1 ----------------- FS/CS
-> ACLKX1 --------------- SCLK
-> AXR1[0] --------------- SDO_A [ SDO_B & SDO_C are grounded. sel A = Vdd, selB = selC = gnd ]
-> AXR1[4] --------------- SDI
I am making the ADC work in HW mode [ planning to convert it to software mode on success of HW mode ].
All recommended settings suggested in the technical datasheet of 8556EVM for HW serial mode has been made.
From the DSP, I am planning to generate a pulse of width greater than 3uS for the CONVST signals [ as I am not planning to use the busy signal].
I am generating a CLK of period 1uS.
Now , the problem is that - 1) When I set the CONVST signal high , the busy signal of 8556 is not going high.
2)I am not sure why I am not able to get the serial data out of SDO.
I am not able to infer whether there is a problem in my approach.
Please guide me with the same.