Hi,
I'm using IWR6843 with range FFT running on DSP. I'm trying to read the CQ data for signal and image band energy inside DPU_RangeProcDSP_process(), so I can do interference mitigation for each chirp before rangeFFT. The data I obtained from CQ1BUFF at address (0x21028200U) was always the same for the same slice.
- Is it the correct buffer?
- What is the best way to read the CQ1 data?
- Do I have to use another EDMA to transfer it to a scratch buffer? or I can read it directly from CQ1 buffer?
BR