Hi,
I want to send people count result data to SPI.
In the people count lab task_mbox.c MmwDemo_mboxReadTask function send the result data using UART_write function.
How can i implement similar 'SPI_write' function?
Regards,
HONG.
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.
Hi,
I want to send people count result data to SPI.
In the people count lab task_mbox.c MmwDemo_mboxReadTask function send the result data using UART_write function.
How can i implement similar 'SPI_write' function?
Regards,
HONG.
Hi Hong Kim,
Please see the drivers folder in the mmWave SDK. This contains an SPI driver, with src code for the test. See this source to see how to use the driver. C:\ti\mmwave_sdk_03_02_00_04\packages\ti\drivers\spi
Also see C:\ti\mmwave_sdk_03_02_00_04\docs\mmwave_sdk_module_documentation.html for documentation on the driver.
Regards,
Justin