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.

AWR6843AOPEVM: About TRACKERPROC_ON_DSP in long_range_people_det_6843 demo ?

Part Number: AWR6843AOPEVM

Tool/software:

Hi TI Experts:

Good day~~ As the title ,  we wanted to enable  "TRACKERPROC_ON_DSP" function

in this demo and  also added   "TRACKERPROC_ON_DSP"  to the predefined symbols 

in the project properties of compiler for mss and dss.

MSS project compilation was fine but DSS project had the issue as the pics shown below : 

Is there anything missed to be set for enabling this function ?

  

The project dependencies are as below:

  • Hello,

    Unresolved symbols error means that you have .c or .h files that reference those functions, but do not have any way of accessing them. If those functions and the files they belong do exist, then it is because the file has not been added to the ARM Linker and/or Compiler file lists.

    Best Regards,

    Pedrhom