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.

AWR2944EVM: The value of interFrameCPULoad & activeFrameCPULoad in DPC

Part Number: AWR2944EVM

Tool/software:

Hi 

 For below 2 functions, are activeFrameCPULoad() and interFrameCPULoad() the loading I marked as Red in the picture?

static void MmwDemo_DPC_ObjectDetection_processFrameBeginCallBackFxn(uint8_t subFrameIndx)
{
gMmwDssMCB.dataPathObj.subFrameStats[subFrameIndx].interFrameCPULoad = TaskP_loadGetTotalCpuLoad() / 100;
TaskP_loadResetAll();
}

static void MmwDemo_DPC_ObjectDetection_processInterFrameBeginCallBackFxn(uint8_t subFrameIndx)
{
gMmwDssMCB.dataPathObj.subFrameStats[subFrameIndx].activeFrameCPULoad = TaskP_loadGetTotalCpuLoad() / 100;
TaskP_loadResetAll();
}

Thanks

BRs

Bruce