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.

LDC1000 INTB pin not showing DRDY

I'm developing a driver for the LDC1000 with a freescale KE06 microcontroller. I'd like to use the DRDY pin to trigger an interrupt when it is time to sample the Proximity value. When I set the INTB Config register (0x0A) to the DRDY state (0x04) I don't see the INTB signal changing when I read the proximity register (0x21).

The config registers are set as follows:

0x01 - 0x1D (RpMax)
0x02 - 0x3F (RpMin)
0x03 - 0xCE (Sensor Freq)
0x04 - 0x12 (LDC Config)
0x05 - 0x00 (Clock Config)
0x06 - 0x05 (Cmp High LSB)
0x07 - 0x14 (Cmp High MSB)
0x08 - 0xCE (Cmp Low LSB)
0x09 - 0x12 (Cmp Low MSB)
0x0A - 0x04 (INTB Config)
0x0B - 0x01 (Power Config)

Please Advise