Tool/software:
Hi,
My customer use the motion detection demo as reference code, in mmwDemoFrameStartISR there is below code. For customer production code, keep gDebugTargetCode =0, and call DebugP_assert, right? Any suggestion to make the SW more robustness is welcome, thanks.
if (gDebugTargetCode == 0)
{
DebugP_assert(mmwMssMCB->interSubFrameProcToken == 0);
}
Andy