Hello
I am currently using LTC-2986 Board with RTD PT-1000. The RTD is of 2 wire configuration.
As seen in this above image, I wanted to connect the RTD between channels 7 & 8 and the R sense resistor between channels 5 & 6.
The channel configuration data I used for Channel number 8, the RTD was 0x79860000 whose binary equivalent is (01111001100001100000000000000000) and
the channel configuration data that I used for Channel number 6, the Rsense resistor was 0x0xE80FA000 whose binary equivalent is (11101000000011111010000000000000).
I used a 1k ohm resistor for Rsense resistor.
My code was working perfectly for Direct ADC Code with few measurable error.
But when i connected the RTD and the Rsense resistor I dont see any values being transferred to the MCU.
I am not sure of the reason. Please help me in this part.