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?