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.

IWR1843BOOST: 修改了dopplerprochwa.c文件的827行,调试发现变量未更改。

Part Number: IWR1843BOOST

修改了"C:\ti\mmwave_sdk_03_06_02_00-LTS\packages\ti\datapath\dpc\dpu\dopplerproc\src\dopplerprochwa.c"目录下的dopplerprochwa.c文件的第827行。

原先的obj->hwaNumLoops      = cfg->staticCfg.numRangeBins / 2U;此处我配置的numRangeBins =256,所以调试出来hwaNumLoops  是128。

然后我更改变为obj->hwaNumLoops      = 64。

通过CCS中build all编译之后调试,发现调试窗口中的hwaNumLoops      变量并没有变化。

请问如果我更改了SDK中的文件,我该如何编译?