Other Parts Discussed in Thread: TDC1000
Hi,
I am unable to set the Trigger on the TDC7200 through SPI.
I wrote a short C++ code on the raspberry pi to debug the registers. The code reads the CONFIG register (0x00), then writes the value 0x03 to this register which should start a measurement and set the trigger. The code then reads back the registers to ensure that CONFIG1 has been set.
The output of executing this code is as follows:
Reading registers before start_meas
Reg [0x00] = 0x02
Send Trigger
Reading register after start_meas
Reg [0x00] = 0x03.
I have probed the trigger pin on the TDC7200 but when the start measurement is set the pin never changes state.
I have ensured that the Enable is set high.
Vreg is at 1.6v.
I have also probed the SPI bus on the TDC1000-TDC7200EVM and it has the same waveforms as the TDC1000 and RPI set up.
I would appreciate any help as I have looked at similar questions to this in the forums but I cannot find a solution.
Regards,
Bryan,