I am using IWR6843ISK board and the 68xx_mmwave_sdk_dsp of out_of_box_demo as project code.
I have three question.
First,
I know that DPM has three mode. (DPM_Domain_DISTRIBUTED, DPM_Domain_LOCALIZED, DPM_Domain_REMOTE)Currently,
The 68xx_mmwave_sdk_dsp of out_of_box_demo is DPM_Domain_DISTRIBUTED.
I want to use DPM_Domain_REMOTE, but there is no sample project.
I installed mmwave_industrial_toolbox_4_5_1 and mmwave_sdk_03_05_00_04.
I tried to find the sample project of DPM_Domain_REMOTE mode. But I didn’t find.
How can I get the sample project of DPM_Domain_REMOTE mode?
Otherwise, How must I modify at current project code?
Second,
currently, I am using the RangFFT of HWA and the LVDS at the same time.
Is it possible using only LVDS without RangeFFT operation of HWA?
As another question, Is it possible using LVDS with RangeFFT operation of DSP?
Third,
I want to modify C:\ti\mmwave_sdk_03_05_00_04\packages\ti\datapath\dpu\rangeproc\src\rangeprochwa.c,
But project is including as library file (librangeproc_hwa_xwr68xx.aer4f).
So I can not modify that file. How can I do?
thank you.