This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/AWR1443: Interfacing AWR1443 with MSP432 through SPI

Part Number: AWR1443
Other Parts Discussed in Thread: IWR1443BOOST, TIDEP-0091, MMWAVE-SDK

Tool/software: Code Composer Studio

Hi every one,

I'm currently working on a project of collision avoidance using MCU MSP432. I would like to use mm wave sensor AWR1443 and connect it to the MSP432. According to the documentation of the sensor, the connection should be through SPI. I firstly tried to modify the demo code from mmwave sdk v01.02.00.05 to replace UART by SPI, but I had linker issues when I tried to build it with ccs v8. I manage to find a piece of code http://www.ti.com/tool/TIDEP-0091 

Do you know if I can find somewhere a more complete code which also uses SPI?