Hello Everyone,
MSP432P401M controller is interfaced with 8 AD7190 Ic's through SPI communication. I am using 3 wire SPI interface. When I try to communicate with single AD7190 IC's I can successfully read load cell/ strain gauge data. But, when I trying to communicate data from 1,2 and 3rd IC simultaneously then 3rd IC is not selected..Instead of 3rd the data read from 2nd iC so if load cell data will change then same value will change for 2nd and 3rd IC.
the sequence is :-
-CS low
-Delay in us
-write in communication register for channel selection 1
-wait for RDY pin low
-read data
-write in communication register for channel selection 2
-wait for RDY pin low
-read data
-Delay in us
-CS high.
-same sequence to read data from 2nd,3rd IC..
Please suggest.