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.

AWR1843AOP: CFAR Command support

Part Number: AWR1843AOP

Hello TI,

I am trying to study the AWR1843AOP Obstacle detection example. 

The CFAR command has 14 arguments in the example whereas the SDK document (3.5.0.4) says that the command supports only 9 arguments. 
Please provide link to the latest document. 

Regards,
Harshal

  • Hi,

    The cfar implementations in the SDK and the AWR1843AOP Obstacle detection example are not identical. That's why some of the parameters are not identical.

    For the Obstacle detection the CFAR function is implemented in

    labs\lab0014_obstacle_detection_aop\src\dss\odsdemo_cfar.c

    ODSDemo_detectionCFAR_cfar1D()

    Thank you

    Cesar