Hello,
I have ADS1298 running inside our product, all signals are acquired perfectly using the following configuration:
- High resolution mode, 4kSPS (Config1 byte: 0x83)
Now we wan't to switch to low-power mode (16 bit). Anything except the following configuration is not working:
- Low resolution mode 4kSPS (Config1 byte: 0x02)
I tried setting other resolutions 250 (0x06) , 500 (0x05), 1000 SPS(0x04) but the DSP is not respoding, it doesn't trigger the interrupt anymore and I'm not receiving any data from it? The only way I'm getting data is when I set it to 4kSPS.
Am I making some mistake in the configuration?
Thank you...