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?