Other Parts Discussed in Thread: MSP430FR2422
I am using an MSP430FR2422 processor and have a prototype PCB with the sensor, processor, and JTAG emulator. I can get readings using the I2C to trigger the conversion and the sensor to indicate a conversion complete with the INT, but an unable to change the operating mode to use the INT to trigger (and wake-up) and SCL pulse to indicate a conversion complete.
I change the DeviceConfig2 register from 0x00 to 0x04, and the INTConfig register from 0xA4 to 0x91, as well as the GPIO pins on the processor. A scope trace shows good readings when using the I2C to trigger a conversion, but when using the INT to trigger a conversion, the sensor never responds with a pulse on the SCL line.
Hopefully this makes sense, and there is a simple answer.