Part Number: ADS7953
Hi there,
I'm using ADS7953 CH0-CH13 to measure the temperatures in auto-2 mode. I found CH9-CH13 data is equal to CH0-CH4, which looks like CH9-CH13 is just repeating the data of CH0-CH4. Here is my codes. I would like to know which part I should check for this issue. I also attach the SCH here.
Thanks.
send(0x9340) //select CH13 as the last channel
send(0x3C40)
send(0x3840)
for i in range(14)
val[i] = send(0x3840)
