Tool/software:
Hi, I am reading the awr2944 tdm demo source code, i find the function called DPU_DopplerProcHWA_config is executed twice, one place in the function named
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.
Tool/software:
Hi, I am reading the awr2944 tdm demo source code, i find the function called DPU_DopplerProcHWA_config is executed twice, one place in the function named
Hi Peng,
Can you let me know the exact version of the mmWave MCU Plus SDK that you are using?
Regards,
Kaushik
mmwave_mcuplus_sdk_04_06_00_01
Hi Peng,
Based on what I understand by looking at the code, the first reference you pointed out to might not be required. One time configuration should be okay.
You can comment out the call to DPU_DopplerProcHWA_config() in the DPC_ObjectDetection_execute() function. The DPC_ObjDet_dopplerConfig() will configure the dopplerproc fully and reconfig on a per-frame basis is not needed. (Tried the same on my end and it runs without any issues)
Regards,
Kaushik