Hello,
i have a problem with the pacemaker detection with the hardware use. I will detect a pacemaker signal with the two pins TESTP_PACE_OUT1 and TESTN_PACE_OUT2. So i connect the two pins with my microcontroller and now i don´t know what happens with this two lines. I read the datasheet and the part with the pace detect on page 68 but i don´t understand the working. When the ads1298 detect a pacemaker signal is there a high signal on the TESTP_PACE_OUT1 or TESTN_PACE_OUT2 pin? And with this high signal i can read it as an input with my controller? Can you explain me how the External Hardware Approach works?
In may datasheet of the ads1298 i can read the following lines:
"The output of the PACE detection logic can then be fed into the device through one of the GPIO pins. The GPIO data are transmitted through the SPI port and loaded 2tCLKs before DRDY goes low."
Can you explain what it mean? Have i to connect a GPIO Pin with my controller and then how can i read the GPIO data through the SPI? Is there an interrupt like the DRDY pin?
The register setting of my PACE Detect Register is 0000 0001. So the channel1 is for TESTP_PACE_OUT1and channel2 is for TESTN_PACE_OUT2 and the PACE detect buffer turned on.
I hope you can help me.