Hi,
I am using tiva C board to acquire data from ads1299, and the connection is like:
ADS1299 mother board ----->(used all 10 pins of J4 connector for power supply, etc)-----> ADS1299 daughter board --> (J3 connector for SPI) --> TIVA C board.
The issue is that, tiva C can not control the SPI pins on the daughter boad via the GPIO. One obvious problem is the (~cs) SPI select pin (pin 1 of J3 of the daughter board) is always high, even driven by a low level signal from GPIO pin on tiva C board. So the SPI can not start to wok.
The question is why ‘the (~cs) SPI select pin (pin 1 of J3 of the daughter board)’ is always high, i.e. non-controllable? I tried to connect the AGND of the daughter board (pin4 of J3) to GND pin of the tiva C board, but the LEDs on the mother board are off (I think the mother board stopped supplying power because of some issue). Is it
Thank you!
Qi