Hello TI Community,
I have a question related to the behaviour I observed on two ADS1278 in Daisy-Chain and communicating with my MCU (STM32H743ZI) in SPI TDM Dynamic (FORMAT[2:0] = 000).
I will call:
ADC1 the ADS1278 whose DIN is connected to GND and DOUT to the pin DIN of the other ADS1278
ADC2 the ADS1278 whose DIN is connected to my MCU
Different cases :
-When all /PWDN of both ADC are disabled (pulled-up) I can observe /DRDY is working.
-When all /PWDN of both ADC are enabled (GND), I can observe /DRDY is not working anymore.
-When all /PWDN of ADC1 are disabled and at least one /PWDN of ADC2 is enabled /DRDY is working.
-When all /PWDN of ADC2 are disabled and even with all /PWDN of ADC1 enabled /DRDY is not working anymore.
It seems that if I disable all the channels of ADC2 the conversion are not working anymore (for comsumption matter when I don't use them).
Could you please explain me why?
I could not find anything about it in the datasheet.
Best Regards,
Benjamin