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.
Replies: 5
Views: 1478
Part Number: IWR1443BOOST
I'm trying to capture the range data from IWR1443BOOST by an external processor(such as MSP430). But I am new to IWR1443BOOST.
How can I get range data via serial port ( SPI ?CAN? )on IWR1443BOOST ?
I would appreciate it if you can describe Detailed Read Flow or Detailed Operating Steps?
Thanks
-Will
Hi Will,
This feature is not supported by current mmWave-SDK version but you can modify the code to send object data over SPI/CAN. Let me give you steps and location in the source which would help you to make it work.
To send data over CAN you need to refer test application and do the changes as per above-mentioned steps.
Regards,
Jitendra Gupta
----------------------------------------------------------------------------------------------------------
Please check TI mmWave FAQs before posting a new query
OR
Use your search engine to look for some similar threads as shown below:
"site e2e.ti.com <Your query>"
In reply to Jitendra Gupta:
Also, take a look at the Level Sensing demo:
http://www.ti.com/tool/tidep-0091
It shows how to use an MSP432 to control the IWR1443 and to pass data using SPI.
-dave
In reply to db_woodall:
Hello Dave
Thank you for your kind suggestion.
I have read <TIDEP-0091.pdf > for details and had several questions below for seeking advice from you.
(1) How can I know that executable file built in IWR1443 would play IWR1443 the best performance(best range measurement)?
(2) As you know, the results are output to the demonstration UART terminal along with the range data.
How can I know the Specific data format transferred between UART Terminal and MSP432 UART so I can design my own upper monitor or transfer the data or store the range data?
Best regards,
In reply to Will_Wang:
>How can I know that executable file built in IWR1443 would play IWR1443 the best performance(best range measurement)?
First, you must flash an image, there isn't a built-in MSS image that I know of. As far as "the best performance", you must decide for yourself what your requirements are, then design a chirp configuration to match those requirements. You can design for range, velocity, power, etc. A chirp configuration tool is here, for normal types of configurations:
https://dev.ti.com/gallery/view/1792614/mmWaveSensingEstimator/
>How can I know the Specific data format transferred between UART Terminal and MSP432 UART
TIDEP-0091 only outputs via SPI to the MSP432. The data format and size are a simple structure that are common to both devices.
If you want to play with chirp configurations, I would recommend loading the mmw demo and using the demo's visualizer. It would be much easier.