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.

IWR1642BOOST: Automation.lua脚本出现运行错误

Part Number: IWR1642BOOST

[17:37:29] &&&&&&&&&&&&&&&&&&&&
[17:37:29] ***Script FAILED!***
[17:37:29] &&&&&&&&&&&&&&&&&&&&
[17:37:29] Script: "dofile("C:\\ti\\mmwave_studio_02_01_01_00\\mmWaveStudio\\Scripts\\Automation.lua")"
[17:37:29] Exception message is:
[17:37:29] 引发类型为“System.OutOfMemoryException”的异常。

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---------------------------------- STARTUP -------------------------------------
------------------------ DO NOT MODIFY THIS SECTION ----------------------------
-- mmwavestudio installation path
RSTD_PATH = RSTD.GetRstdPath()
-- Declare the loading function
dofile(RSTD_PATH .. "\\Scripts\\Startup.lua")
------------------------------ CONFIGURATIONS ----------------------------------
-- Use "DCA1000" for working with DCA1000
capture_device = "DCA1000"
-- SOP mode
SOP_mode = 2
-- RS232 connection baud rate
baudrate = 115200
-- RS232 COM Port number
uart_com_port = 12
-- Timeout in ms
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX