Hi,
Recently, I work on a project, which need a lot of ADS1271 chip work together. All of the ADS1271 operates in frame-sync ,low-power mode. I use the same SYNC pin to synchronized the ADS1271,so that synchronous sampling, the SYNC pin of all ADS1271 controlled by MCU GPIO. In the datasheet , when the SYNC line is sampled low, the ADS1271 halts the conversation process and resets the digital filter.
I have some question. When I set the SYNC pin low to synchronized the ADS1271, all of the ADS1271 need to reset,I don't hope such operates. I hope to achieve the function that: the SYNC low pluse generates in periods, and the periods meets the max counter of the digital filter.So that if one of the ADA1271 is the not synchronized with others, I only need to reset this ADS1271 through set the SYNC pin low,and others ADS1271 do not need to reset.Thus all of the ADS1271 still synchronized. I think if the period of the digital filter or the max counter of the digital filter is know, the function could achieve,but I am not sure and the datasheet do not say that. I hope to get your help,thank you very much.