I have a number of these A/D's (ADS125H01) that I want to keep in sync with each other. They are run off a common clock (7.3728MHz) and they have all their start pins tied together. I was intending to start all the converter samples together in pulse mode so I could be sure they would stay in sync. I wanted to use the sinc4 filter, but I don't know how this can work and the datasheet doesn't seem to address this, not directly, anyway. I want to sample at 60Hz, but from what I'm reading, if the start pulse comes again before the sample is done converting, it will restart a new conversion. How can the pulse mode be used with these filters? It seems dangerous to just start them all together in continuous mode and expect them to stay in sync for long periods of time. Granted, if they're all configured exactly the same way, run on the same common clock, and all start off the same start pin connection, they should stay in sync, but for some reason it makes me nervous. Is there a way to use pulse mode with the digital filters, or should I abandon that method and use continuous? Thanks.