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.

IWR6843ISK: 2D FFT on mmwave SDK3.5 on iwr6843isk

Part Number: IWR6843ISK

Hi,
1.I am working on mmwaveSDK 3.5, IWR6843ISK board and trying to extract and store Doppler FFT out in L3 memory for the doppplerprocDPU.


I have changed the pipeline slightly where i chained the DetMatrix EDMA configuration with the newly configured 2dFFT output EDMA configuration, instead of EDMA In(Radarcube to HWA memory for 2dFFT).
Also I have chained 2dFFT output EDMA configuration with the EDMA In.
which looks like this-

                                                                 |-------DummyHWA-------EDMA_new_out

                                                                 |

Radarcube-------EDMAIn------HWA(dopplerFFT+log)-------HWA(Sum of Magnitude) HWA(Dummy for storing doppler fft)-------EDMAout

I have configured a dummy HWA after Sum of Magnitude HWA, which EDMAouts the DopplerFFT data to L3.

The problem that i am facing while comparing the default pipeline DetMatrix output with my implemented
pipeline DetMatrix output is that its is matching for only 512 bytes(1 ping 1 pong) out of 8KB.

2. I want to store raw adc data for a few frames in L3 memory in the same pipeline, without disturbing the pipeline, without using the  DVA1000EVM.  Is it possible, how do i go ahead with it ?

 

Please help me resolve the issues.

Thankyou