Hello,
I need to read the current temperature available on the SOC. I see that I have access to rlRfTempData_t struct, which has many different temperatures available.
I can use rlRfGetTemperatureReport function as it is used on Out of the box demo example, using MmwDemo_getTemperatureReport function:
I have included the function call inside of my main loop. However, I do not see any change in the reading values apart from the first time. It looks like it is being read well the first time and then it is not well updated.
Moreover, I stored temperatureStats.tempReportValid value for each temperature read, and always has 0 value, which is successful reading. Finally, the temperature values which I read at the begging have sense.
Do I have to reset or configure something more to update those values?
Regards,
Javier