Our customized device uses automotive lib demo mrr.
During my test, the demo terminates due to a dss error as below:
Can you please check what is the possbile root casue for this error?
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.
Hi,
Did you make any change in the configuration or in the code?
Here what I see that processing of data is not done within given frame time and DSP goes into ASSERT.
Either revert those changes (in code/configuration) or increase the frame/chirp timing.
Regards,
Jitendra
If you are using mmw demo (OOB) then frame periodicity is being set via CLI command (in *.cfg file), if using application from TI-Rex then search for 'frameCfg' to get the configuration parameters.
C:\ti\mmwave_sdk_03_05_00_04\packages\ti\demo\xwr18xx\mmw\profiles\
'frameCfg 0 2 32 0 100 1 0' (change marked 100msec to higher number).
description of all the configuration parameters are explained in the mmwave SDK user guide
Regards,
Jitendra
Thanks, I changed
#define SUBFRAME_MRR_PERIODICITY_VAL (6000000U) // 30ms
to
#define SUBFRAME_MRR_PERIODICITY_VAL (12000000U) // 60ms
in
/common/mrr_config_chirp_design_MRR120.h,
/common/mrr_config_chirp_design_MRR80.h,
/common/mrr_config_chirp_design_USRR20.h,
/common/mrr_config_chirp_design_USRR30.h,
/common/mrr_config_chirp_design_USRR50.h