I am little confused in using AD7656-1 with Arduino Mega.
I have made the following pinout connection for ADC with MEGA as described in the datasheet for Serial Communication, but still, the output array is not changing the values upon the change in analog values.
My pin configuration is as follows
const int CS = 30;
const int CS1 = 53; //dummy pin for SPI
const int CONVST = 14;
const int RESET = 15;
const int NOTSTBY = 31;
I am using code which is mentioned in GIT here
Can anyone please identify the mistake since my output is a constant number with a value of 32767