To whom it may be concerned,
I had added a statistic_calculation function(it uses 60 static float variables.) into MmwDemo_interFrameProcessing, dss_data_path.c in vitalsign code.
Error Message "DSS Frame Processing Deadline Miss Exception." shows.
I guess that a new frame comes in before finishing previous calculation.
How can I handle this not to cause this issue?
One thing I can try to do is to set 10 frame per sec for frame interval.
Are there any better way for it without sacrificing 10 frames per sec?
BR,
kisub