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.

Compiler/DCA1000EVM: DCA1000EVM

Part Number: DCA1000EVM
Other Parts Discussed in Thread: AWR1642, AWR1642BOOST

Tool/software: TI C/C++ Compiler

Hi,

I'm trying to stream raw ADC samples data out of the AWR1642  using the LVDS interface to the DCA1000. I use mmwave_studio_02_00_00_02 to do that.  I see in the  C:\ti\mmwave_studio_02_00_00_02\mmWaveStudio\Scripts\DataCaptureDemo_xWR.lua  line 223 

--AWR12xx or xWR14xx-1, xWR16xx or xWR18xx or xWR68xx- 2 (second parameter indicates the device type)
if ((partId == 1642) or (partId == 1843) or (partId == 6843)) then
if (ar1.CaptureCardConfig_Mode(1, 2, 1, 2, 3, 30) == 0) then
WriteToLog("CaptureCardConfig_Mode Success\n", "green")
else
WriteToLog("CaptureCardConfig_Mode failure\n", "red")
end
elseif ((partId == 1243) or (partId == 1443)) then
if (ar1.CaptureCardConfig_Mode(1, 1, 1, 2, 3, 30) == 0) then
WriteToLog("CaptureCardConfig_Mode Success\n", "green")
else
WriteToLog("CaptureCardConfig_Mode failure\n", "red")
end
end
RSTD.Sleep(1000)

problems:

1. How can I adjust "CaptureCardConfig_Mode " parameter in the mmwave_studio_02_00_00_02 GUI, I can't find where can I set to config "CaptureCardConfig_Mode " 

2. I according to mmWave Studio User's Guide to config  the AWR1642BOOST and DCA1000, The front configuration is all right until when I click set up DCA1000, I cant connect DCA1000, as follow tips

So I ignore it  then click "DCA1000 ARM" and Trigger Frame, the adc_data.bin  is still 0 KB . but  the Wireshark can grab many UDP packets, as folllow,  

 I find  the UDP packets source IP is 192.168.30.180, and the mac addr is 0C:22:38:4E:5A:0C, these data are FPGA upload, why  mmWave Studio can not connect DCA1000 through ethernet,and save data,

thanks!