This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ADS1298: ADS1298 ADC register value not changing, fixed at 0x7FFFFF

Part Number: ADS1298

Hello,

I have developed my own custom ADS1298 PCB board (for measuring EMG), this PCB is connected to my Arduino DUE. Using my Arduino code (see below), I can read and program the registers of the ADS1298, I read the ID register is 0x92 and can change the sampling frequency to 1kHz and can turn channels ON and OFF (i have enabled channel 3,5 and 7, other channels are turned OFF). Thus this confirms that the chips is working and the power-up sequence is correct. I even tested this code with the ADS1298FE_ECG kit and it worked fine, so the code is correct.

The problem that I have is that I the ADC register values on my custom PCB are fixed at 0x7FFFFF when I read the data on a DRDY interrupt and the channel data doesn't change its value. Does anybody know why this happens?

Thanks,

Oliver

Link to Arduino Due code to read data (ID and register values):

https://github.com/oliverkersten/Graduation-project-files/tree/master/Software%20(firmware)/Arduino%20IDE%20ADS1298%20Test%20Code%20Arduino%20DUE

Link to my Schematics:

https://github.com/oliverkersten/Graduation-project-files/tree/master/Hardware/HD-SEMG%20prototype%20V2