Hello TI,
I'd like to use the Single-shot mode of ADS1299.
I set the registers like below.
========
CONFIG1 : 0x90
CONFIG2 : 0xC0
CONFIG3 : 0xE0
LOFF : 0x00
CH1SET : 0x60
CH2SET : 0x60
CH3SET : 0x60
CH4SET : 0x60
CH5SET : 0x60
CH6SET : 0x60
CH7SET : 0x60
CH8SET : 0x60
BIASSENSP : 0x00
BIASSENSN : 0x00
LOFFSENSP : 0x00
LOFFSENSN : 0x00
LOFFFLIP : 0x00
GPIO : 0x0F
MISC1 : 0x00
MISC2 : 0x00
CONFIG4 : 0x08
========
And, When START signal goes high and DRDY signal goes low, I send the RDATA command(0x12), then activate 216 SCLKs ( that is 216bit = 27byte read). ( please see below image)
However, read data is always ALL 0, even though CH1 is connected to SIN wave of function generator.
So, could you please tell me how to control ADS1299 in Single-shot mode ?
Thanks.