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.

IWR1443: MMWave_open and ptrCalibData

Part Number: IWR1443

Hi,

I need to perform a calibration only once in a while, driving a GPIO bit 0 high from my master controller..
In the MMWave_open there is the parameter rlCalibrationData_t* ptrCalibData that I thought to obtain, after a calibration cycle, from the
rlRfCalibDataStore(RL_DEVICE_MAP_INTERNAL_BSS, (rlCalibrationData_t *)init_cal_data)

saving the data in FLASH QSPI flash, picking it up the next time I reboot with GPIO pin 0 low and sending it to MMWave_open.

Something is wrong though; after the rlRfCalibDataRestore I have no more calibration (Ok) or chirp... I think I haven't understood something, above all, at a logical level is correct what I wrote?
Thanks for your attention
Nino