Hi,
I made a custom pcb for the ads1293 and I am able to read and write the registers correctly.
Following the example on the datasheet, I do the sequence and after I check that the values are correct by reading them back.
1. Set address 0x00 = 0x00: Stops data conversion (if any).
2. Set address 0x2F = 0x32: Enables channel 1 PACE, channel 1 ECG, and channel 2 ECG for loop.
read-back mode
3. Set address 0x27 = 0x01: Reconfigures the DRDYB source to channel 1 PACE .
4. Set address 0x00 = 0x01: Starts data conversion.
After I have no data ready signal and if read the register DATA_STATUS 0x30 continuously, everything is always zero.
Any similar problems?
Regards,