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.

AWR1843BOOST: Instructions for using People Counting demo on AWR1843

Part Number: AWR1843BOOST
Other Parts Discussed in Thread: IWR6843, AWR1843

Hello,

I've seen in the forum that Industrial Toolbox 4.0.x includes projectspecs for xWR1843 for the People Counting Lab. But the user guide is intended for the IWR6843.

Could some one please elaborate on the procedure to build the binary for the AWR1843?

My purpose for doing this is so I can also use the secondary bootloader on the AWR1843 for flashing over CAN.

Regards

Brant 

  • Hello Brant,

    People counting demo is only available with IWR6843 device.

    Porting to Other device variant is not straight forward.

    1. in the CCS project you need to select different device variant.

    2. Update  *.cmd, *.cfg files in MSS and DSS folders for other device.

    3. Change all the driver library name in the CCS project (under compiler and linker option) from *xwr68xx to *xwr18xx for both of MSS and DSS CCS project properties.

    4. In all the source code (MSS/DSS) change the header file name and MACRO names from *XWR68XX* to *XWR18XX*

    Regards,

    Jitendra