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.

IWR1443: Parallel processing of 1D-FFT and LVDS output

Part Number: IWR1443
Other Parts Discussed in Thread: DCA1000EVM

Hi,

I want to output both point cloud data and ADC raw data in the IWR1443 demo (SDK 2.1.0.4).
The point cloud data output is UART.
ADC Raw data output is LVDS.

For this purpose, I would like to process each chirp in the following order. Is this possible with the IWR1443 demo?
First, the Raw data of ADCBUF is output by LVDS.
Next, perform 1D-FFT on the Raw data of ADCBUF.

The LVDS output code is included in the SDK 2.1.0.4 demo, but it is "Unverified".
When I actually run the demo, it seems that the point cloud data is output correctly.
However, the LVDS RawData is output but the data seems to be missing.

It was written that LVDS output and 1D-FFT cannot coexist in the following threads.
e2e.ti.com/.../iwr1443-xwr14xx-lvds-streaming

Best Regards,
Hiroyuki Taguchi