Question about ADS1299 Daisy-Chain with STM32

edited July 2017 in Other Platforms
Hello everyone:
   I have made a 24ch-EEG sampling system using 3 ADS1299 and STM32 ARM. Now I meet some problem. 
   The system is configured in Daisy-Chain Mode. The 3 ADS1299 share the same CS, CLK, SCLK,DIN,START, PWDN and POWER pin. The DOUT of first ADS1299 is connected to the STM32, the DOUT of second ADS1299 is connected to the Daisy-In of first ADS1299, the third DOUT is connected to the second Daisy-In. The Daisiy-IN of the third ADS1299 is connected to the GND. The first DRDY is connected to the STM32 and the other two are not connected to any pin. The CONFIGURATION REGISTER 1 is 0X96. 
   But now I can write and read the registers correctly, but the data output is all "0xff". I don't know what is the reason. Could you please help me? Thank you very much.
image

Comments

  • Hi everyone, I have made some progress. I can read data from the first two ADS1299 through daisy-chain. But the data of the third is still 0xff. How many ADS1299s could be made up into one daisy-chain?   Thank you very much.
Sign In or Register to comment.