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.
The purpose of this FAQ is to answer the following question: How do I run an AWR1642 demo on AWR1843?
AWR1642 and AWR1843 mmwave sensors are very similar. Actually the AWR1843 is a superset of AWR1642. Please see the datasheet for comparison.
So, it is reasonable to think that a demo that runs on AWR1642 would run on AWR1843 as well.
However, the first important thing to understand is that a demo runs on a board (EVM) that includes the antenna.
TI provides for AWR1642 and AWR1843 two types of antennae available with EVMs:
Demos that run on the AWR1642BOOST EVM can be ported with minor changes (see next) to AWR1843BOOST EVM.
Demos that run on the AWR1642BOOST-ODS EVM can not work correctly on AWR1843BOOST EVM because angle calculation will not be correct due to the difference in the antennae.
HOW TO PORT A DEMO FROM AWR1642BOOST EVM to AWR1843BOOST EVM?
As shown in the pictures above, the AWR1642 Tx2 maps the the AWR1843 Tx3. This is the minor change that must be performed for the AWR1642 code to run correctly on AWR1843.
Here are the steps to update the code for AWR1843:
The example above is provided from "mmwave_automotive_toolbox_2_9_1\labs\lab0003_occupancy_detection"
In later versions of the automotive toolbox this example is no longer available. To download an older version of the toolbox click on the "three dots" and select "Manage versions"
After performing these updates, re-build the demo code as described in the demo documentation.
The re-build binaries should run on the AWR1843BOOST EVM correctly.
Thank you
Cesar