Other Parts Discussed in Thread: TDC7201
Hi,
I want to use combined mode for short measurement but I could not get any data from TDC2. When debugging I see that in this position debugging does not work which coding line mentioned below
if ((dev == TDC720x_TDC2) && (TDC720x_Parallel_Read == 1)) { while (!(UCB1IFG&UCRXIFG)); // here dubugging not work y = UCB1RXBUF; }
But I can get data from the TDC1 . So any kind of suggestion will be appreciated.
Thank you.