The lua script of continuous Tx script for certification putting the device into EOP(2), what is that EOP 2 mode ?
The bootloader flow only describe EOP=1,3,5 (functional mode, debug mode, flashing mode)
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.
The lua script of continuous Tx script for certification putting the device into EOP(2), what is that EOP 2 mode ?
The bootloader flow only describe EOP=1,3,5 (functional mode, debug mode, flashing mode)
mmwave_industrial_toolbox_4_2_0./certification/RED supporting documents/Lua Scripts/IWR68xx_4GHz_Sweep_profile.lua
if (0 == ar1.SOPControl(2)) then
WriteToLog("SOP Reset Success\n", "green")
else
WriteToLog("SOP Reset Failure\n", "red")
end
RSTD.Sleep(1000)
...
if (0 == ar1.PowerOn(1, 1000, 0, 0)) then
WriteToLog("PowerOn Success\n", "green")
else
WriteToLog("PowerOn Failure\n", "red")
session:destroy();
end
RSTD.Sleep(1000)
mmwave_industrial_toolbox_4_2_0./certification/RED supporting documents/Lua Scripts/IWR68xx_4GHz_Sweep_profile.lua
if (0 == ar1.SOPControl(2)) then
WriteToLog("SOP Reset Success\n", "green")
else
WriteToLog("SOP Reset Failure\n", "red")
end
...
if (0 == ar1.PowerOn(1, 1000, 0, 0)) then
WriteToLog("PowerOn Success\n", "green")
else
WriteToLog("PowerOn Failure\n", "red")
session:destroy();
end
RSTD.Sleep(1000)
mmwave_industrial_toolbox_4_2_0/./certification/RED supporting documents/Lua Scripts/IWR68xx_4GHz_Sweep_profile.lua
if (0 == ar1.SOPControl(2)) then
WriteToLog("SOP Reset Success\n", "green")
else
WriteToLog("SOP Reset Failure\n", "red")
end
...
if (0 == ar1.PowerOn(1, 1000, 0, 0)) then
WriteToLog("PowerOn Success\n", "green")
else
WriteToLog("PowerOn Failure\n", "red")
session:destroy();
end
Hi,
This is the mode for the MMWAVESTUDIO. Development mode, I believe it is same as debug mode.
SOP 0 =1, SOP 1= 1, SOP 2 = 0
BR,
Charles O