Hi!
from ADS1299 datasheet:
For the ADS1299, the number of data outputs is [(24 status bits + 24 bits x 8 channels) = 216 bits].
The format of the 24 status bits is: (1100 + LOFF_STATP + LOFF_STATN + bits[4:7] of the GPIO register
The question - how GPIO input states synchronized with the ADC samples data?
Thanks!