Can you give me an example of trasnfering heatmap via SPI?
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.
Hello Ivan,
There is no such example which you can refer to. You will have to build this on your own.
Regards,
Saswat Kumar
Hello Ivan,
For this you can download the mmwave SDK 3.6 and go to the following directory: C:\ti\mmwave_sdk_03_06_00_00-LTS\packages\ti\drivers\spi\test\xwr18xx
This has the implementation.
Regards,
Saswat Kumar
So I tried running SPI initalization is in this photo
Initializatiopn passes fine. Then for test after each frame I do this:
and each time I get an error with status 6 which is SPI_TRANSFER_INVAL.
I dont know how to resolve this
Hello Ivan,
Have you first tried running the example code and checking if the example application works?
If yes, then can you modify the example application first for your need and then port the part of codes that are necessary?
Regards,
Saswat Kumar