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: How to check temperature without device reset?

Part Number: IWR1443

Hi,


I try to get temperature in infinite loop. rlRfGetTemperatureReport called once per second.


errCode = rlRfGetTemperatureReport(RL_DEVICE_MAP_INTERNAL_BSS, &tempData);
errCode is always zero

Unfortunately all reports return same copy of rlRfTempData_t infinitely. Only time changes.
I have to reset device to get actual temperature data.
Is there a way to get actual data without reset of the chip?

Regards,
Gennadii

.