Tool/software:
Hi,
When calling the rlRfInit(deviceMap)
function at the boot-time during the MMWave_openLink()
process for cascade devices in the IWR6243, does the front-end trigger the rfInit()
function sequentially (non-overlapping) for each device in the cascade sensor to prevent mutual interference between the RF devices? In my code, the deviceMap
essentially represents the bitmap of both the master and slave devices that are enabled.
Also, when I call the rlRfCalibDataStore()
API to store the calibration data after the rfInit()
process, I receive total 672 bytes of calibration data in three chunks. My question is whether this calibration data represents solely to the master device or is a composite of both the master and slave devices on IWR6243.
I am trying to implement this cascade coherency and phase shifter calibration process as explained in this pdf by TI:
https://www.ti.com/lit/an/spracv2/spracv2.pdf
Does TI already provide the implementation of this process somewhere in any SDK?
Regards,
Attiya