Hi,
I am reading the source code of MSP430F5529 to control the TDC7200EVM, and I have some questions
1) Which CLK source is selected for the following example?
Texas Instruments\TDC7200EVM\Firmware\TDC7200EVM_Firmware_Source-v1.10\code\demo_apps\demo1_tdc7200_basic_rw
I did not find the code to set high of P1.6 of MSP430F5529, which connects to the STANDBY pin of Y1 (8MHZ OSC). I think setting high of STANDBY is needed. Or,does the example use CLK_EXT?
2) If I want to use Y1 (8MHZ OSC) to source the TDC7200EVM, should I enable the TDC7200 before or after enable the OSC?
3)
Does CALIB_CLK means the input CLK of TDC7200? So if I want to achieve the min standard deviation and max throughput of TDC7200, I need to input a 16 MHz to CLK pin and a 20MHz to SPI_CLK, right?
Thanks,
Eric