TI中文支持网
TI专业的中文技术问题搜集分享网站

MMWCAS-RF-EVM: 关于“Create Application Response from Capture Card timed out!!”的问题

Part Number:MMWCAS-RF-EVMOther Parts Discussed in Thread:MMWCAS-DSP-EVM,

您好,我用MMWCAS-RF-EVM和MMWCAS-DSP-EVM进行数据的采集,在我用图形界面进行设置的时候,所有设置都没有报错,但是开始采集的时候,点击TDAxx ARM后出现了RESP TIME OUT和Create Application Response from Capture Card timed out错误,重复试了几次,都是配置没问题,到最后开始采集的时候出错,随后我用TI给的Cascade_Configuration_MIMO.lua进行配置没有报错,在我更改了样例中的Profile设置后,time out的错误再一次出现了,更改后的配置文件如下:

— Profile configuration
local profile_indx = 0
local start_freq = 77 — GHz
local slope = 74.978 — MHz/us
local idle_time = 7 — us
local adc_start_time = 4.21 — us
local adc_samples = 1024 — Number of samples per chirp
local sample_freq = 22000 — ksps
local ramp_end_time = 51 — us
local rx_gain = 48 — dB
local tx0OutPowerBackoffCode = 0
local tx1OutPowerBackoffCode = 0
local tx2OutPowerBackoffCode = 0
local tx0PhaseShifter = 0
local tx1PhaseShifter = 0
local tx2PhaseShifter = 0
local txStartTimeUSec = 0
local hpfCornerFreq1 = 0 — 0: 175KHz, 1: 235KHz, 2: 350KHz, 3: 700KHz
local hpfCornerFreq2 = 0 — 0: 350KHz, 1: 700KHz, 2: 1.4MHz, 3: 2.8MHz

studio的运行输出如下:

GM: Constructor
GM: Thu Dec 23 10:49:38 2021
RSTD.Transmit("/Settings")
[10:49:38][10:49:38] ### Running Startup script: "C:\ti\mmwave_studio_03_00_00_14\mmWaveStudio\Scripts\Startup.lua" ###
[10:49:38] RSTD.SetAndTransmit ("/Settings/Scripter/Display DateTime" , "1")
[10:49:38] RSTD.SetAndTransmit ("/Settings/Scripter/DateTime Format" , "HH:mm:ss")
[10:49:38] Scripter ignored: Attempt to UnBuild() again or before Build.
[10:49:38] RSTD.SetVar ("/Settings/Clients/Client 0/Dll" , "C:\\ti\\mmwave_studio_03_00_00_14\\mmWaveStudio\\Clients\\\\LabClient.dll")
[10:49:38] RSTD.SetVar ("/Settings/Clients/Client 0/Use" , "TRUE")
[10:49:38] RSTD.SetVar ("/Settings/Clients/Client 1/Use" , "FALSE")
[10:49:38] RSTD.SetVar ("/Settings/Clients/Client 2/Use" , "FALSE")
[10:49:38] RSTD.SetVar ("/Settings/Clients/Client 3/Use" , "FALSE")
[10:49:38] RSTD.SetVar ("/Settings/Clients/Client 4/Use" , "FALSE")
[10:49:39] RSTD.SetVar ("/Settings/AL Client/AL Dll" , "C:\\ti\\mmwave_studio_03_00_00_14\\mmWaveStudio\\RunTime\\SAL.dll")
[10:49:39] RSTD.SetVar ("/Settings/Clients/Client 0/GuiDll" , "")
[10:49:39] RSTD.SetVar ("/Settings/AutoUpdate/Enabled" , "TRUE")
[10:49:39] RSTD.SetVar ("/Settings/AutoUpdate/Interval" , "1")
[10:49:39] RSTD.SetVar ("/Settings/Monitors/UpdateDisplay" , "TRUE")
[10:49:39] RSTD.SetVar ("/Settings/Monitors/OneClickStart" , "TRUE")
[10:49:39] RSTD.SetVar ("/Settings/Automation/Automation Mode" , "false")
[10:49:39] RSTD.Transmit("/")
[10:49:39] RSTD.SaveSettings(): Settings saved to "C:\Users\li137\AppData\Roaming\RSTD\config.xml"
[10:49:39] RSTD.Build()
[10:49:39] RSTD.SaveSettings(): Settings saved to "C:\Users\li137\AppData\Roaming\RSTD\config.xml"
[10:49:39] RSTD.Transmit("/")
[10:49:39] RSTD.AL_Build()
[10:49:39] RSTD.AL_LoadXml()
[10:49:39] RSTD.Transmit("/")
[10:49:39] RSTD.AL_Init()
[10:49:39] RSTD.Clients_Build()
[10:49:39] GM: Init
[10:49:39] GM: Loaded 'C:\ti\mmwave_studio_03_00_00_14\mmWaveStudio\Clients\\LabClient.dll'
[10:49:39] GM: 1 Guest (s) init
[10:49:39] GM: 1 Module(s) init
[10:49:39] GM: 2 Tab (s) init
[10:49:39] RSTD.Client_LoadXml()
[10:49:39] [RadarAPI]: ar1.selectRadarMode(0)
[10:49:39] [RadarAPI]: Status: Passed
[10:49:39] Matlab Runtime Engine is installed
[10:49:39] [RadarAPI]: Starting Matlab Engine..
[10:49:47] [RadarAPI]: Matlab Engine Started!
[10:49:50] [RadarAPI]: ar1.selectCascadeMode(0)
[10:49:50] [RadarAPI]: Status: Passed
[10:49:50] [RadarAPI]: ar1.LoadSettings('C:\Users\li137\AppData\Roaming\RSTD\ar1gui.ini')
[10:49:50] TESTING = false
[10:49:50] RstdNet: Port 2777: Listening..
[10:49:50][10:49:50] ***Script completed successfully.***
[10:59:02] [RadarAPI]: ar1.selectRadarMode(1)
[10:59:02] [RadarAPI]: ar1.selectCascadeMode(1)
[10:59:02] [RadarAPI]: Status: Passed
[10:59:02] [RadarAPI]: Status: Passed
[10:59:05] [RadarAPI]: ar1.SelectCaptureDevice("TDA2XX")
[10:59:05] [RadarAPI]: Status: Passed
[10:59:07] [RadarAPI]: TDAStatusCallback Event Registered
[10:59:07] [RadarAPI]: registerTDAStatusCallback Status: Passed
[10:59:07] [RadarAPI]: ar1.ConnectTDA("192.168.33.180", 5001, 15)
[10:59:07] [RadarAPI]: Device 32 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0[10:59:07] [RadarAPI]: Device 32 : CAPTURE_RESPONSE_VERSION_INFO Async event recieved() with status 0. TDA Version : REL_VISION_SDK_03_07_01_00 Aug 5 2019 15:04:45[10:59:07] [RadarAPI]: Device 32 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0[10:59:09] [RadarAPI]: Device 1 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0[10:59:09] [RadarAPI]: ConnectTDACaptureCard Status: Passed
[10:59:09] TDA Capture Card Status : CONNECTED!
[10:59:18] Setting up Studio for Cascade started..
[10:59:18] [RadarAPI]: Connection to the TDA is already established!
[10:59:18] ConnectTDA Successful
[10:59:18] selectCascadeMode Successful
[10:59:18] Setting up Studio for Cascade ended..
[10:59:18] [RadarAPI]: Device 1 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0[10:59:18] [RadarAPI]: Device 1 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0[10:59:19] [RadarAPI]: ar1.FullReset(1)
[10:59:19] [RadarAPI]: Status: Passed
[10:59:19] [RadarAPI]: ar1.SOPControl_mult(1,4)
[10:59:19] [RadarAPI]: Status: Passed
[10:59:19] Master : SOP Reset Successful
[10:59:19] [RadarAPI]: ar1.PowerOn_mult(1, 0, 1000, 0,0)
[10:59:19] [RadarAPI]: Status: Passed
[10:59:19] [DeviceId-0] MSS power up done async event received!
[10:59:19] Master : SPI Connection Successful
[10:59:19] [RadarAPI]: ar1.DownloadBssFwOvSPI_mult(1, C:\\ti\\mmwave_dfp_02_02_03_01\\firmware\\xwr22xx_metaImage.bin)
[10:59:22] Master : FW Download Successful
[10:59:23] [RadarAPI]: ar1.SelectChipVersion("AR1243")
[10:59:23] [RadarAPI]: Status: Passed
[10:59:23] [RadarAPI]: ar1.SelectChipVersion("AR1243")
[10:59:23] [RadarAPI]: Status: Passed
[10:59:23] [RadarAPI]: ar1.deviceVariantSelection("XWR2243")
[10:59:23] [RadarAPI]: Status: Passed
[10:59:23] [RadarAPI]: ar1.frequencyBandSelection("77G")
[10:59:23] [RadarAPI]: ar1.SelectChipVersion("XWR2243")
[10:59:23] [RadarAPI]: Status: Passed
[10:59:23] Device Status : XWR2243/ASIL-B/SOP:4/ES:1.1
[10:59:23] [RadarAPI]: ar1.RfEnable_mult(1)
[10:59:23] [DeviceId-0] BSS power up done async event received!
[10:59:23] [RadarAPI]: Status: Passed
[10:59:25] Master : RF Power Up Successful
[10:59:25] [RadarAPI]: ar1.ChanNAdcConfig_mult(1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 0, 1)
[10:59:25] [RadarAPI]: Status: Passed
[10:59:25] Master : Channel & ADC Configuration Successful
[10:59:25] [RadarAPI]: Device 2 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0[10:59:25] [RadarAPI]: Device 2 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0[10:59:26] [RadarAPI]: ar1.FullReset(2)
[10:59:26] [RadarAPI]: Status: Passed
[10:59:26] [RadarAPI]: ar1.SOPControl_mult(2,4)
[10:59:26] [RadarAPI]: Status: Passed
[10:59:26] Device 2 : SOP Reset Successful
[10:59:26] [DeviceId-1] MSS power up done async event received!
[10:59:26] [RadarAPI]: ar1.AddDevice(2)
[10:59:26] [RadarAPI]: Status: Passed
[10:59:26] Device 2 : SPI Connection Successful
[10:59:26] [RadarAPI]: Device 4 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0[10:59:26] [RadarAPI]: Device 4 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0[10:59:27] [RadarAPI]: ar1.FullReset(4)
[10:59:27] [RadarAPI]: Status: Passed
[10:59:27] [RadarAPI]: ar1.SOPControl_mult(4,4)
[10:59:27] [RadarAPI]: Status: Passed
[10:59:27] Device 3 : SOP Reset Successful
[10:59:27] [DeviceId-2] MSS power up done async event received!
[10:59:27] [RadarAPI]: ar1.AddDevice(4)
[10:59:27] [RadarAPI]: Status: Passed
[10:59:27] Device 3 : SPI Connection Successful
[10:59:27] [RadarAPI]: Device 8 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0[10:59:28] [RadarAPI]: Device 8 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0[10:59:28] [RadarAPI]: ar1.FullReset(8)
[10:59:28] [RadarAPI]: Status: Passed
[10:59:28] [RadarAPI]: ar1.SOPControl_mult(8,4)
[10:59:28] [RadarAPI]: Status: Passed
[10:59:28] Device 4 : SOP Reset Successful
[10:59:28] [DeviceId-3] MSS power up done async event received!
[10:59:28] [RadarAPI]: ar1.AddDevice(8)
[10:59:28] [RadarAPI]: Status: Passed
[10:59:28] Device 4 : SPI Connection Successful
[10:59:28] [RadarAPI]: ar1.DownloadBssFwOvSPI_mult(14, C:\\ti\\mmwave_dfp_02_02_03_01\\firmware\\xwr22xx_metaImage.bin)
[10:59:31] Slaves : FW Download Successful
[10:59:32] [RadarAPI]: ar1.SelectChipVersion("AR1243")
[10:59:32] [RadarAPI]: Status: Passed
[10:59:32] [RadarAPI]: ar1.SelectChipVersion("XWR2243")
[10:59:32] [RadarAPI]: Status: Passed
[10:59:32] Slave1 Device Status : XWR2243/ASIL-B/SOP:4/ES:1.1
[10:59:33] [RadarAPI]: ar1.SelectChipVersion("AR1243")
[10:59:33] [RadarAPI]: Status: Passed
[10:59:33] [RadarAPI]: ar1.SelectChipVersion("XWR2243")
[10:59:33] [RadarAPI]: Status: Passed
[10:59:33] Slave2 Device Status : XWR2243/ASIL-B/SOP:4/ES:1.1
[10:59:34] [RadarAPI]: ar1.SelectChipVersion("AR1243")
[10:59:34] [RadarAPI]: Status: Passed
[10:59:34] [RadarAPI]: ar1.SelectChipVersion("XWR2243")
[10:59:34] [RadarAPI]: Status: Passed
[10:59:34] Slave3 Device Status : XWR2243/ASIL-B/SOP:4/ES:1.1
[10:59:34] [RadarAPI]: ar1.RfEnable_mult(14)
[10:59:35] [DeviceId-2] BSS power up done async event received!
[10:59:35] [DeviceId-3] BSS power up done async event received!
[10:59:35] [DeviceId-1] BSS power up done async event received!
[10:59:35] [RadarAPI]: Status: Passed
[10:59:39] Slaves : RF Power Up Successful
[10:59:39] [RadarAPI]: ar1.ChanNAdcConfig_mult(14, 1, 1, 1, 1, 1, 1, 1, 2, 1, 0, 2)
[10:59:39] [RadarAPI]: Status: Passed
[10:59:39] Slaves : Channel & ADC Configuration Successful
[10:59:39] [RadarAPI]: ar1.RfLdoBypassConfig_mult(15, 0xF)
[10:59:40] [RadarAPI]: Status: Passed
[10:59:40] LDO Bypass Successful
[10:59:40] [RadarAPI]: ar1.LPModConfig_mult(15, 0,0)
[10:59:40] [RadarAPI]: Status: Passed
[10:59:40] Low Power Mode Configuration Successful
[10:59:40] [RadarAPI]: ar1.SetMiscConfig_mult(15, 1, 0, 0, 0)
[10:59:40] [RadarAPI]: Status: Passed
[10:59:40] Misc Control Configuration Successful
[10:59:40] [RadarAPI]: ar1.RfInitCalibConfig_mult(15, 1, 1, 1, 1, 1, 1, 1, 65537)
[10:59:40] [RadarAPI]: Status: Passed
[10:59:40] RF Init Calibration Successful
[10:59:40] [RadarAPI]: ar1.RfInit_mult(15)
[10:59:40] [DeviceId-3] RF Init async event received!
[10:59:40] [DeviceId-0] RF Init async event received!
[10:59:40] [DeviceId-2] RF Init async event received!
[10:59:40] [DeviceId-1] RF Init async event received!
[10:59:40] [RadarAPI]: Time stamp, Temperture: 5656,30; APLL Status, Update: 1, 0; SynthVCO1 Status, Update: 1, 1; SynthVCO2 Status, Update: 1, 1; LODist Status, Update: 1, 1; RxADCDC Status, Update: 1, 1; HPFcutoff Status, Update: 1, 1; LPFcutoff Status, Update: 1, 1; PeakDetector Status, Update: 1, 1; TxPower Status, Update: 1, 1; RxGain Status, Update: 1, 1; TxPhase Status, Update: 1, 1; RxIQMM Status, Update: 1, 1;[10:59:40] [RadarAPI]: Time stamp, Temperture: 5656,30; APLL Status, Update: 1, 0; SynthVCO1 Status, Update: 1, 1; SynthVCO2 Status, Update: 1, 1; LODist Status, Update: 1, 1; RxADCDC Status, Update: 1, 1; HPFcutoff Status, Update: 1, 1; LPFcutoff Status, Update: 1, 1; PeakDetector Status, Update: 1, 1; TxPower Status, Update: 1, 1; RxGain Status, Update: 1, 1; TxPhase Status, Update: 1, 1; RxIQMM Status, Update: 1, 1;[10:59:40] [RadarAPI]: Time stamp, Temperture: 5656,30; APLL Status, Update: 1, 0; SynthVCO1 Status, Update: 1, 1; SynthVCO2 Status, Update: 1, 1; LODist Status, Update: 1, 1; RxADCDC Status, Update: 1, 1; HPFcutoff Status, Update: 1, 1; LPFcutoff Status, Update: 1, 1; PeakDetector Status, Update: 1, 1; TxPower Status, Update: 1, 1; RxGain Status, Update: 1, 1; TxPhase Status, Update: 1, 1; RxIQMM Status, Update: 1, 1;[10:59:40] [RadarAPI]: Time stamp, Temperture: 5656,30; APLL Status, Update: 1, 0; SynthVCO1 Status, Update: 1, 1; SynthVCO2 Status, Update: 1, 1; LODist Status, Update: 1, 1; RxADCDC Status, Update: 1, 1; HPFcutoff Status, Update: 1, 1; LPFcutoff Status, Update: 1, 1; PeakDetector Status, Update: 1, 1; TxPower Status, Update: 1, 1; RxGain Status, Update: 1, 1; TxPhase Status, Update: 1, 1; RxIQMM Status, Update: 1, 1;[10:59:40] [RadarAPI]: Status: Passed
[10:59:40] RF Init Successful
[10:59:40] [RadarAPI]: ar1.DataPathConfig_mult(15, 0, 1, 0)
[10:59:40] [RadarAPI]: Status: Passed
[10:59:40] Data Path Configuration Successful
[10:59:40] [RadarAPI]: ar1.LvdsClkConfig_mult(15, 1,1)
[10:59:41] [RadarAPI]: Status: Passed
[10:59:41] Clock Configuration Successful
[10:59:41] [RadarAPI]: ar1.CSI2LaneConfig_mult(15, 1, 0, 2, 0, 4, 0, 5,0,3,0, 0)
[10:59:41] [RadarAPI]: Status: Passed
[10:59:41] CSI2 Configuration Successful
[10:59:41] [RadarAPI]: ar1.ProfileConfig_mult(15, 0, 77, 7, 4.21, 51, 0, 0, 0, 0, 0, 0, 74.978, 0, 1024, 22000, 0, 0, 48)
[10:59:41] [RadarAPI]: Status: Passed
[10:59:41] Profile Configuration successful
[10:59:41] [RadarAPI]: ar1.ChirpConfig_mult(1, 0, 0, 0, 0, 0, 0, 0, 0, 0,0)
[10:59:41] [RadarAPI]: Status: Passed
[10:59:41] Device 1 : Chirp 0 Configuration successful
[10:59:41] [RadarAPI]: ar1.ChirpConfig_mult(1, 1, 1, 0, 0, 0, 0, 0, 0, 0,0)
[10:59:41] [RadarAPI]: Status: Passed
[10:59:41] Device 1 : Chirp 1 Configuration successful
[10:59:41] [RadarAPI]: ar1.ChirpConfig_mult(1, 2, 2, 0, 0, 0, 0, 0, 0, 0,0)
[10:59:41] [RadarAPI]: Status: Passed
[10:59:41] Device 1 : Chirp 2 Configuration successful
[10:59:41] [RadarAPI]: ar1.ChirpConfig_mult(1, 3, 3, 0, 0, 0, 0, 0, 0, 0,0)
[10:59:41] [RadarAPI]: Status: Passed
[10:59:41] Device 1 : Chirp 3 Configuration successful
[10:59:41] [RadarAPI]: ar1.ChirpConfig_mult(1, 4, 4, 0, 0, 0, 0, 0, 0, 0,0)
[10:59:41] [RadarAPI]: Status: Passed
[10:59:41] Device 1 : Chirp 4 Configuration successful
[10:59:41] [RadarAPI]: ar1.ChirpConfig_mult(1, 5, 5, 0, 0, 0, 0, 0, 0, 0,0)
[10:59:41] [RadarAPI]: Status: Passed
[10:59:41] Device 1 : Chirp 5 Configuration successful
[10:59:41] [RadarAPI]: ar1.ChirpConfig_mult(1, 6, 6, 0, 0, 0, 0, 0, 0, 0,0)
[10:59:42] [RadarAPI]: Status: Passed
[10:59:42] Device 1 : Chirp 6 Configuration successful
[10:59:42] [RadarAPI]: ar1.ChirpConfig_mult(1, 7, 7, 0, 0, 0, 0, 0, 0, 0,0)
[10:59:42] [RadarAPI]: Status: Passed
[10:59:42] Device 1 : Chirp 7 Configuration successful
[10:59:42] [RadarAPI]: ar1.ChirpConfig_mult(1, 8, 8, 0, 0, 0, 0, 0, 0, 0,0)
[10:59:42] [RadarAPI]: Status: Passed
[10:59:42] Device 1 : Chirp 8 Configuration successful
[10:59:42] [RadarAPI]: ar1.ChirpConfig_mult(1, 9, 9, 0, 0, 0, 0, 0, 0, 0,1)
[10:59:42] [RadarAPI]: Status: Passed
[10:59:42] Device 1 : Chirp 9 Configuration successful
[10:59:42] [RadarAPI]: ar1.ChirpConfig_mult(1, 10, 10, 0, 0, 0, 0, 0, 0, 1,0)
[10:59:42] [RadarAPI]: Status: Passed
[10:59:42] Device 1 : Chirp 10 Configuration successful
[10:59:42] [RadarAPI]: ar1.ChirpConfig_mult(1, 11, 11, 0, 0, 0, 0, 0, 1, 0,0)
[10:59:42] [RadarAPI]: Status: Passed
[10:59:42] Device 1 : Chirp 11 Configuration successful
[10:59:42] [RadarAPI]: ar1.ChirpConfig_mult(2, 0, 0, 0, 0, 0, 0, 0, 0, 0,0)
[10:59:42] [RadarAPI]: Status: Passed
[10:59:42] Device 2 : Chirp 0 Configuration successful
[10:59:42] [RadarAPI]: ar1.ChirpConfig_mult(2, 1, 1, 0, 0, 0, 0, 0, 0, 0,0)
[10:59:42] [RadarAPI]: Status: Passed
[10:59:42] Device 2 : Chirp 1 Configuration successful
[10:59:42] [RadarAPI]: ar1.ChirpConfig_mult(2, 2, 2, 0, 0, 0, 0, 0, 0, 0,0)
[10:59:42] [RadarAPI]: Status: Passed
[10:59:42] Device 2 : Chirp 2 Configuration successful
[10:59:42] [RadarAPI]: ar1.ChirpConfig_mult(2, 3, 3, 0, 0, 0, 0, 0, 0, 0,0)
[10:59:42] [RadarAPI]: Status: Passed
[10:59:42] Device 2 : Chirp 3 Configuration successful
[10:59:42] [RadarAPI]: ar1.ChirpConfig_mult(2, 4, 4, 0, 0, 0, 0, 0, 0, 0,0)
[10:59:43] [RadarAPI]: Status: Passed
[10:59:43] Device 2 : Chirp 4 Configuration successful
[10:59:43] [RadarAPI]: ar1.ChirpConfig_mult(2, 5, 5, 0, 0, 0, 0, 0, 0, 0,0)
[10:59:43] [RadarAPI]: Status: Passed
[10:59:43] Device 2 : Chirp 5 Configuration successful
[10:59:43] [RadarAPI]: ar1.ChirpConfig_mult(2, 6, 6, 0, 0, 0, 0, 0, 0, 0,1)
[10:59:43] [RadarAPI]: Status: Passed
[10:59:43] Device 2 : Chirp 6 Configuration successful
[10:59:43] [RadarAPI]: ar1.ChirpConfig_mult(2, 7, 7, 0, 0, 0, 0, 0, 0, 1,0)
[10:59:43] [RadarAPI]: Status: Passed
[10:59:43] Device 2 : Chirp 7 Configuration successful
[10:59:43] [RadarAPI]: ar1.ChirpConfig_mult(2, 8, 8, 0, 0, 0, 0, 0, 1, 0,0)
[10:59:43] [RadarAPI]: Status: Passed
[10:59:43] Device 2 : Chirp 8 Configuration successful
[10:59:43] [RadarAPI]: ar1.ChirpConfig_mult(2, 9, 9, 0, 0, 0, 0, 0, 0, 0,0)
[10:59:43] [RadarAPI]: Status: Passed
[10:59:43] Device 2 : Chirp 9 Configuration successful
[10:59:43] [RadarAPI]: ar1.ChirpConfig_mult(2, 10, 10, 0, 0, 0, 0, 0, 0, 0,0)
[10:59:43] [RadarAPI]: Status: Passed
[10:59:43] Device 2 : Chirp 10 Configuration successful
[10:59:43] [RadarAPI]: ar1.ChirpConfig_mult(2, 11, 11, 0, 0, 0, 0, 0, 0, 0,0)
[10:59:43] [RadarAPI]: Status: Passed
[10:59:43] Device 2 : Chirp 11 Configuration successful
[10:59:43] [RadarAPI]: ar1.ChirpConfig_mult(4, 0, 0, 0, 0, 0, 0, 0, 0, 0,0)
[10:59:43] [RadarAPI]: Status: Passed
[10:59:43] Device 3 : Chirp 0 Configuration successful
[10:59:43] [RadarAPI]: ar1.ChirpConfig_mult(4, 1, 1, 0, 0, 0, 0, 0, 0, 0,0)
[10:59:43] [RadarAPI]: Status: Passed
[10:59:43] Device 3 : Chirp 1 Configuration successful
[10:59:43] [RadarAPI]: ar1.ChirpConfig_mult(4, 2, 2, 0, 0, 0, 0, 0, 0, 0,0)
[10:59:43] [RadarAPI]: Status: Passed
[10:59:43] Device 3 : Chirp 2 Configuration successful
[10:59:43] [RadarAPI]: ar1.ChirpConfig_mult(4, 3, 3, 0, 0, 0, 0, 0, 0, 0,1)
[10:59:44] [RadarAPI]: Status: Passed
[10:59:44] Device 3 : Chirp 3 Configuration successful
[10:59:44] [RadarAPI]: ar1.ChirpConfig_mult(4, 4, 4, 0, 0, 0, 0, 0, 0, 1,0)
[10:59:44] [RadarAPI]: Status: Passed
[10:59:44] Device 3 : Chirp 4 Configuration successful
[10:59:44] [RadarAPI]: ar1.ChirpConfig_mult(4, 5, 5, 0, 0, 0, 0, 0, 1, 0,0)
[10:59:44] [RadarAPI]: Status: Passed
[10:59:44] Device 3 : Chirp 5 Configuration successful
[10:59:44] [RadarAPI]: ar1.ChirpConfig_mult(4, 6, 6, 0, 0, 0, 0, 0, 0, 0,0)
[10:59:44] [RadarAPI]: Status: Passed
[10:59:44] Device 3 : Chirp 6 Configuration successful
[10:59:44] [RadarAPI]: ar1.ChirpConfig_mult(4, 7, 7, 0, 0, 0, 0, 0, 0, 0,0)
[10:59:44] [RadarAPI]: Status: Passed
[10:59:44] Device 3 : Chirp 7 Configuration successful
[10:59:44] [RadarAPI]: ar1.ChirpConfig_mult(4, 8, 8, 0, 0, 0, 0, 0, 0, 0,0)
[10:59:44] [RadarAPI]: Status: Passed
[10:59:44] Device 3 : Chirp 8 Configuration successful
[10:59:44] [RadarAPI]: ar1.ChirpConfig_mult(4, 9, 9, 0, 0, 0, 0, 0, 0, 0,0)
[10:59:44] [RadarAPI]: Status: Passed
[10:59:44] Device 3 : Chirp 9 Configuration successful
[10:59:44] [RadarAPI]: ar1.ChirpConfig_mult(4, 10, 10, 0, 0, 0, 0, 0, 0, 0,0)
[10:59:44] [RadarAPI]: Status: Passed
[10:59:44] Device 3 : Chirp 10 Configuration successful
[10:59:44] [RadarAPI]: ar1.ChirpConfig_mult(4, 11, 11, 0, 0, 0, 0, 0, 0, 0,0)
[10:59:44] [RadarAPI]: Status: Passed
[10:59:44] Device 3 : Chirp 11 Configuration successful
[10:59:44] [RadarAPI]: ar1.ChirpConfig_mult(8, 0, 0, 0, 0, 0, 0, 0, 0, 0,1)
[10:59:44] [RadarAPI]: Status: Passed
[10:59:44] Device 4 : Chirp 0 Configuration successful
[10:59:44] [RadarAPI]: ar1.ChirpConfig_mult(8, 1, 1, 0, 0, 0, 0, 0, 0, 1,0)
[10:59:45] [RadarAPI]: Status: Passed
[10:59:45] Device 4 : Chirp 1 Configuration successful
[10:59:45] [RadarAPI]: ar1.ChirpConfig_mult(8, 2, 2, 0, 0, 0, 0, 0, 1, 0,0)
[10:59:45] [RadarAPI]: Status: Passed
[10:59:45] Device 4 : Chirp 2 Configuration successful
[10:59:45] [RadarAPI]: ar1.ChirpConfig_mult(8, 3, 3, 0, 0, 0, 0, 0, 0, 0,0)
[10:59:45] [RadarAPI]: Status: Passed
[10:59:45] Device 4 : Chirp 3 Configuration successful
[10:59:45] [RadarAPI]: ar1.ChirpConfig_mult(8, 4, 4, 0, 0, 0, 0, 0, 0, 0,0)
[10:59:45] [RadarAPI]: Status: Passed
[10:59:45] Device 4 : Chirp 4 Configuration successful
[10:59:45] [RadarAPI]: ar1.ChirpConfig_mult(8, 5, 5, 0, 0, 0, 0, 0, 0, 0,0)
[10:59:45] [RadarAPI]: Status: Passed
[10:59:45] Device 4 : Chirp 5 Configuration successful
[10:59:45] [RadarAPI]: ar1.ChirpConfig_mult(8, 6, 6, 0, 0, 0, 0, 0, 0, 0,0)
[10:59:45] [RadarAPI]: Status: Passed
[10:59:45] Device 4 : Chirp 6 Configuration successful
[10:59:45] [RadarAPI]: ar1.ChirpConfig_mult(8, 7, 7, 0, 0, 0, 0, 0, 0, 0,0)
[10:59:45] [RadarAPI]: Status: Passed
[10:59:45] Device 4 : Chirp 7 Configuration successful
[10:59:45] [RadarAPI]: ar1.ChirpConfig_mult(8, 8, 8, 0, 0, 0, 0, 0, 0, 0,0)
[10:59:45] [RadarAPI]: Status: Passed
[10:59:45] Device 4 : Chirp 8 Configuration successful
[10:59:45] [RadarAPI]: ar1.ChirpConfig_mult(8, 9, 9, 0, 0, 0, 0, 0, 0, 0,0)
[10:59:45] [RadarAPI]: Status: Passed
[10:59:45] Device 4 : Chirp 9 Configuration successful
[10:59:45] [RadarAPI]: ar1.ChirpConfig_mult(8, 10, 10, 0, 0, 0, 0, 0, 0, 0,0)
[10:59:45] [RadarAPI]: Status: Passed
[10:59:45] Device 4 : Chirp 10 Configuration successful
[10:59:45] [RadarAPI]: ar1.ChirpConfig_mult(8, 11, 11, 0, 0, 0, 0, 0, 0, 0,0)
[10:59:46] [RadarAPI]: Status: Passed
[10:59:46] Device 4 : Chirp 11 Configuration successful
[10:59:46] Test Source Already Disabled…!!!
[10:59:46] [RadarAPI]: ar1.DisableTestSource_mult(1,0)
[10:59:46] [RadarAPI]: Status: Passed
[10:59:46] [RadarAPI]: ar1.FrameConfig_mult(1, 0, 11, 10, 64, 100, 0, 1)
[10:59:46] [RadarAPI]: Status: Passed
[10:59:46] Master : Frame Configuration successful
[10:59:46] Test Source Already Disabled…!!!
[10:59:46] [RadarAPI]: ar1.DisableTestSource_mult(14,0)
[10:59:46] [RadarAPI]: Status: Passed
[10:59:46] [RadarAPI]: ar1.FrameConfig_mult(14, 0, 11, 10, 64, 100, 0, 2)
[10:59:46] [RadarAPI]: Status: Passed
[10:59:46] Slaves : Frame Configuration successful
[10:59:46][10:59:46] ***Script completed successfully.***
[11:00:09] [RadarAPI]: ar1.TDACaptureCard_StartRecord_mult(14, 0, 0, adc_data, 0)
[11:00:09] Device 0 – Configuring TDA with Width : 8192 and Height : 768
[11:00:09] [RadarAPI]: Device 0 – setWidthAndHeight Status: Passed
[11:00:09] [RadarAPI]: Device 1 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0[11:00:09] Device 1 – Configuring TDA with Width : 8192 and Height : 768
[11:00:09] [RadarAPI]: Device 1 – setWidthAndHeight Status: Passed
[11:00:09] [RadarAPI]: Device 2 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0[11:00:09] Device 2 – Configuring TDA with Width : 8192 and Height : 768
[11:00:09] [RadarAPI]: Device 2 – setWidthAndHeight Status: Passed
[11:00:09] [RadarAPI]: Device 4 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0[11:00:09] Device 3 – Configuring TDA with Width : 8192 and Height : 768
[11:00:09] [RadarAPI]: Device 3 – setWidthAndHeight Status: Passed
[11:00:09] [RadarAPI]: Device 8 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0[11:00:09] Sending Frame Periodicity of 100 to TDA..
[11:00:09] [RadarAPI]: Status: Passed. Frame Periodicity sent to TDA
[11:00:09] [RadarAPI]: Device 32 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0[11:00:09] Sending Capture Directory with name /mnt/ssd/adc_data to TDA..
[11:00:09] [RadarAPI]: Status: Passed. Capture Directory sent to TDA
[11:00:09] [RadarAPI]: Device 32 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0[11:00:09] Sending File Allocation of 0 files to TDA..
[11:00:09] [RadarAPI]: Status: Passed. File Allocation sent to TDA
[11:00:09] [RadarAPI]: Device 32 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0[11:00:09] Sending Enable Data Packaging (0 – 16-bit; 1 – 12-bit) with value of 0 to TDA..
[11:00:09] [RadarAPI]: Status: Passed. Enable Data Packaging sent to TDA
[11:00:09] [RadarAPI]: Device 32 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0[11:00:09] Sending Number of frames to capture with value of 0 to TDA..
[11:00:09] [RadarAPI]: Status: Passed. Number of frames to capture sent to TDA
[11:00:09] [RadarAPI]: Device 32 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0[11:00:09] [RadarAPI]: Status: Passed for notifying TDA about Creating Application
[11:00:19] Create Application Response from Capture Card timed out!!

请帮我看下可能是什么问题导致的此现象?

Shine:

local adc_samples = 1024 Number of samples per chirp改成1024的话,需要把LUA里的 ar1.ChanNAdcConfig_mult(1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 0, 1) 倒数第3位UInt32 FmtVa改成0 real mode

在mmwave_studio_cascade_user_guide.pdf有说明12. Known Issues and Limitations。The maximum number of samples per chirp is currently limited to 512 in complex 1x/2x modes, and 1024 in real mode. This is a limitation of the TDA2. There is no workaround at this time.

,

Xiayu Li:

好的,谢谢!我现在有一个新的问题,在我结束数据的采集后点按Transfer files,然后想用postproc看一下效果,结果出现了如下错误提示:

[15:48:24] Downloading file /mnt/ssd/adc_data/master_0000_data.bin…[15:48:26] Downloaded file /mnt/ssd/adc_data/master_0000_data.bin from SSD![15:48:26] Downloading file /mnt/ssd/adc_data/master_0000_idx.bin…[15:48:26] Downloaded file /mnt/ssd/adc_data/master_0000_idx.bin from SSD![15:48:26] Downloading file /mnt/ssd/adc_data/master_0001_data.bin…[15:48:32] Downloaded file /mnt/ssd/adc_data/master_0001_data.bin from SSD![15:48:32] Downloading file /mnt/ssd/adc_data/master_0001_idx.bin…[15:48:32] Downloaded file /mnt/ssd/adc_data/master_0001_idx.bin from SSD![15:48:32] Downloading file /mnt/ssd/adc_data/master_0002_data.bin…[15:48:38] Downloaded file /mnt/ssd/adc_data/master_0002_data.bin from SSD![15:48:38] Downloading file /mnt/ssd/adc_data/master_0002_idx.bin…[15:48:38] Downloaded file /mnt/ssd/adc_data/master_0002_idx.bin from SSD![15:48:38] Downloading file /mnt/ssd/adc_data/slave1_0000_data.bin…[15:48:40] Downloaded file /mnt/ssd/adc_data/slave1_0000_data.bin from SSD![15:48:40] Downloading file /mnt/ssd/adc_data/slave1_0000_idx.bin…[15:48:40] Downloaded file /mnt/ssd/adc_data/slave1_0000_idx.bin from SSD![15:48:40] Downloading file /mnt/ssd/adc_data/slave1_0001_data.bin…[15:48:45] Downloaded file /mnt/ssd/adc_data/slave1_0001_data.bin from SSD![15:48:45] Downloading file /mnt/ssd/adc_data/slave1_0001_idx.bin…[15:48:45] Downloaded file /mnt/ssd/adc_data/slave1_0001_idx.bin from SSD![15:48:45] Downloading file /mnt/ssd/adc_data/slave1_0002_data.bin…[15:48:50] Downloaded file /mnt/ssd/adc_data/slave1_0002_data.bin from SSD![15:48:50] Downloading file /mnt/ssd/adc_data/slave1_0002_idx.bin…[15:48:51] Downloaded file /mnt/ssd/adc_data/slave1_0002_idx.bin from SSD![15:48:51] Downloading file /mnt/ssd/adc_data/slave2_0000_data.bin…[15:48:52] Downloaded file /mnt/ssd/adc_data/slave2_0000_data.bin from SSD![15:48:52] Downloading file /mnt/ssd/adc_data/slave2_0000_idx.bin…[15:48:52] Downloaded file /mnt/ssd/adc_data/slave2_0000_idx.bin from SSD![15:48:52] Downloading file /mnt/ssd/adc_data/slave2_0001_data.bin…[15:48:58] Downloaded file /mnt/ssd/adc_data/slave2_0001_data.bin from SSD![15:48:58] Downloading file /mnt/ssd/adc_data/slave2_0001_idx.bin…[15:48:58] Downloaded file /mnt/ssd/adc_data/slave2_0001_idx.bin from SSD![15:48:58] Downloading file /mnt/ssd/adc_data/slave2_0002_data.bin…[15:49:04] Downloaded file /mnt/ssd/adc_data/slave2_0002_data.bin from SSD![15:49:04] Downloading file /mnt/ssd/adc_data/slave2_0002_idx.bin…[15:49:04] Downloaded file /mnt/ssd/adc_data/slave2_0002_idx.bin from SSD![15:49:04] Downloading file /mnt/ssd/adc_data/slave3_0000_data.bin…[15:49:06] Downloaded file /mnt/ssd/adc_data/slave3_0000_data.bin from SSD![15:49:06] Downloading file /mnt/ssd/adc_data/slave3_0000_idx.bin…[15:49:06] Downloaded file /mnt/ssd/adc_data/slave3_0000_idx.bin from SSD![15:49:06] Downloading file /mnt/ssd/adc_data/slave3_0001_data.bin…[15:49:11] Downloaded file /mnt/ssd/adc_data/slave3_0001_data.bin from SSD![15:49:11] Downloading file /mnt/ssd/adc_data/slave3_0001_idx.bin…[15:49:11] Downloaded file /mnt/ssd/adc_data/slave3_0001_idx.bin from SSD![15:49:11] Downloading file /mnt/ssd/adc_data/slave3_0002_data.bin…[15:49:16] Downloaded file /mnt/ssd/adc_data/slave3_0002_data.bin from SSD![15:49:16] Downloading file /mnt/ssd/adc_data/slave3_0002_idx.bin…[15:49:16] Downloaded file /mnt/ssd/adc_data/slave3_0002_idx.bin from SSD![15:49:16] Export Operation was successful![15:49:16] [RadarAPI]: Transfer of the Captured files COMPLETE![15:49:20] [RadarAPI]: ar1.StartMatlabPostProc("C:\\ti\\mmwave_studio_03_00_00_14\\mmWaveStudio\\PostProc\\adc_data.bin")[15:49:20] [RadarAPI]: No of files Captured: 3, Total no of frames for each device : 10[15:49:20] [RadarAPI]: Error: [15:49:20] [15:49:20] … MWMCR::EvaluateFunction error … [15:49:20] 23-Dec-2021 15:49:20: Incorrect number of samples. We expect 3145728. However, we got 2752512.,1,[15:49:20] Error in => process_adc_data.m at line 79.[15:49:20] [15:49:20] … Matlab M-code Stack Trace …[15:49:20] at[15:49:20] file C:\Users\li137\AppData\Local\Temp\li137\mcrCache8.5.1\Matlab0\Logging\log_status.m, name log_status, line 32.[15:49:20] at[15:49:20] file C:\Users\li137\AppData\Local\Temp\li137\mcrCache8.5.1\Matlab0\Processing_functions\read_adc_data.m, name read_adc_data_12xx, line 389.[15:49:20] at[15:49:20] file C:\Users\li137\AppData\Local\Temp\li137\mcrCache8.5.1\Matlab0\Processing_functions\read_adc_data.m, name read_adc_data, line 31.[15:49:20] at[15:49:20] file C:\Users\li137\AppData\Local\Temp\li137\mcrCache8.5.1\Matlab0\MatlabPostPr\process_adc_data.m, name process_adc_data, line 79.[15:49:20] [15:49:20] [15:49:20] Trace:[15:49:20] 在 MathWorks.MATLAB.NET.Utility.MWMCR.EvaluateFunction(String functionName, Int32 numArgsOut, Int32 numArgsIn, MWArray[] argsIn)[15:49:20] 在 MathWorks.MATLAB.NET.Utility.MWMCR.EvaluateFunction(Int32 numArgsOut, String functionName, MWArray[] argsIn)[15:49:20] 在 MatlabPostProcGui.MatlabPostProcGUIClass.process_adc_data(MWArray adc_file_name, MWArray force_cont_stream_mode)[15:49:20] 在 AR1xController.frmAR1Main.iStartMtlabPostProc()

我用了一个USB3.0的拓展坞将网口和控制连接到电脑上,这会有影响吗?

,

Shine:

新问题麻烦另起新帖,方便其他客户参考,谢谢!

赞(0)
未经允许不得转载:TI中文支持网 » MMWCAS-RF-EVM: 关于“Create Application Response from Capture Card timed out!!”的问题
分享到: 更多 (0)

© 2024 TI中文支持网   网站地图 鲁ICP备2022002796号-1