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: Mode definitions in automotive lab demo 0007_mrr

Expert 2050 points
Part Number: AWR1843BOOST
Other Parts Discussed in Thread: AWR1843

Our customized AWR1843 radar device uses automotive lab demo 0007_mrr, I can see mode is defined in both dss_main.c and mss_main.c. 

In my case, mode is defined in both file as:

#define SUBFRAME_CONF_MRR_USRR 

It seems dss_main.c and mss_main.c should have the same mode definition to work properly.

My question is:

If they have different definition, ex. 

mss_main.c

#define SUBFRAME_CONF_MRR_USRR and

dss_mian.c

#define SUBFRAME_CONF_MRR

Will the device still work correctly?

  • Hi,

    It seems dss_main.c and mss_main.c should have the same mode definition to work properly.

    This is correct. The definition by default is in src\common\mrr_config_consts.h, which is included by files both on MSS and DSS side.

    This macro should be the same across MSS and DSS.

    Regards,

    Aayush