Part Number: MSP430F5528
Other Parts Discussed in Thread: MSP430WARE
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) The XBEE module is powered with 3.3V, so the SPI also requires 3.3V signals. The SPI bus from MSP430F5528 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)?
2) Is there any code for MSP430F5528's SPI communication avaible? I'm new to the MSP430 and I don't know where to start.
3) To write and compile the code should I use the Code Composer Studio? And to program it in the MSP430F5528 should I use the BSL loader? Is there anything else needed to accomplish what I want?
4) In the thread I mentioned above, 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?
I'm a begginer in this area, so I would be very grateful if someone helped me in these initial steps.
Best Regards,
Lucas