Other Parts Discussed in Thread: ADS124S08
Hello sir/maa'm,
Actually I want to interface the ADS124S08 ADC with my arduino UNO. So first I have have disabled the TIVA processor by shorting JP1 jumper, now I have connected the hardware side SPI pins at J3 with arduino UNO and my input side hardware is strain guage at J8 configuration
SCLK =13;
MOSI =11;
MISO=12;
START=6;
RESET=7;
CS=4;
The code is given below