Part Number: TDC1000-TDC7200EVM
Other Parts Discussed in Thread: MSP430F5528
Tool/software: Code Composer Studio
Hi, I am new to Embedded System Development. I want to perform UART/SPI transactions between the MSP430F5528 to SimpleLink cc3220 through GPIO.
I want to know which communication protocol is better? I had a reference to https://e2e.ti.com/support/sensors/f/1023/t/654845?tisearch=e2e-quicksearch&keymatch=arduino%20tdc1000-tdc7200EVm Is that means I may only connect GPIO3,GPIO4 to the simplelink board and the data will transmit through UART, or I should also write some codes to Imitate uart communication?
The second question is that the demo codes of tdc1000-tdc7200 don't have codes about how to use GPIO, Can I just include gpio.h and using gpio.c? Or I should change some definitions in msp430.h or others?
Thank you so much.