Part Number: TDC1000-TDC7200EVM
Hi everyone,
In my project, I want to read the flow data using the TDC1000-TDC7200EVM and send these data to an Digi's XBEE PRO S2C, exactly the same as the following thread:
https://e2e.ti.com/support/sensor/ultrasonic/f/991/t/660329?TDC1000-TDC7200EVM-Send-output-from-TDC1000-TDC7200EVM-using-RF-Modules-without-the-use-of-GUI-and-connection-between-the-board-and-a-PC
I know that it's possible using the SPI bus coming out from the MSP430, but I have some questions about it:
1) In the "Firmware" folder of the installation directory there is a code for SPI already completed, but is this code already programed in the MSP430 or do I have to program it?
2) If it's necessary to program the MSP430, how do I do that? Is it possible via USB or is it necessary to use a MSP-FET?
3) It says that I can use any of the unused GPIO on the MSP430 as CS, but how do I configure any of these GPIOs to work as a CS?
4) The XBEE module is powered with 3.3V, so the SPI also requires 3.3V signals. The SPI bus from MSP430 would be directly compatible with the XBEE's SPI? Or it would be necessary to convert the signals levels (using a voltage regulator for example)?
5) Is there anything else to be done to accomplish this SPI communication between the TDC1000-TDC7200EVM and the XBEE module?
I'm sorry for so many questions.
Best Regards.