Other Parts Discussed in Thread: IWRL6432, IWRL6432BOOST
Tool/software:
Hello TI Team,
I have one question about a lua script.
At the beginning of the script "IWRL6432_common_device_setup.lua" there is a file namend atecal_firmware .
-- Change the directory for the firmware file
local firmware_directory_base = [[C:\ti\MMWAVE_L_SDK_05_05_03_00\firmware\mmwave_dfp\]]
local rfeval_firmware = firmware_directory_base .. [[rfevalfirmware\appss\mmwave_plt_rfeval_rprc.bin]]
local rfs_firmware = firmware_directory_base .. [[rfsfirmware\xWRL6432\mmwave_rfs_rprc.bin]]
local atecal_firmware = firmware_directory_base .. [[rfevalfirmware\rfsatecal\xWRL6432\mmwave_rfs_atecal_rprc.bin]]
local rfs_patch_firmware = firmware_directory_base .. [[rfsfirmware\xWRL6432\mmwave_rfs_patch_rprc.bin]]
At the MMWAVE_SDK_05_05_03 this file doesn't exist.
At an older SDK this file exists. I have an IWRL6432BOOST (ES2.0) in combination with the DCA1000.
Do I still have to load this file oder is the atecal_firmware for an older board?
Or for what is this file exactly?
Regards
Tom