Hi.
I've been struggling with some issues related with full-scale range, since i recieve data from the ADS1298 with values of 0x7fffff and 0x800000, i thing my device is saturating and i don´t know how to fix it.
I'm interfacing the ADS1298 with a STM32F407. The device is supplied with AVDD= 2.5v and AVSS=-2.5v and DVDD=3.3v. i've used the "How do I convert ADC output codes to volts?" forum as a guide but with no luck, my data retrieval is always 0x7fffff or 0x80000, no matter if i'm connected or a test signal or simply capting the enviroment, never chages the data.
My registers are configured as follow:
Reg0x01=0x06
Reg0x02=0x20
Reg0x03=0xCC
Reg0x05=0x60
Reg0x06=0x60
Reg0x07=0x60
Reg0x08=0x60
Reg0x14=0x00
Reg0x17=0x08
Reg0x18=0x08
Reg0x19=0xD4
the other registers i don't use them.
Don't know if it's software or hardware issue.
Somebody please help me, i've been stuck with that long time ago.