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.

TSC2007 - read x,y,z1,z2

Other Parts Discussed in Thread: TSC2007

Hi all.

I've got a strange issue regarding the reading process of TSC2007 over x,y,z1 and z2.

The I2C is correct configured (I'm using TI API over TIVAC129) so the single read for example on X ccordinate works fine.

But when I introduce the read of the other sample it seems like the read sample are shifted by one position, e.g.:

my task periodically read : x z1 z2 y

but, when I touch over the panel it seems that the sequence is:  y, x, z1, z2

 

Do you have any suggestion?

 

Thanks in advance