SWRZ161 December 2024 CC2745P10-Q1 , CC2745R10-Q1
Incorrect temperature measurement.
E
Hysteresis is enabled by default (reset value = 1) and, therefore, must actively be disabled during boot.
Hysteresis can be disabled by clearing the PMUD.CLT[2] HYST_EN bit using the following command:
HWREG( PMUD_BASE + PMUD_O_CTL ) = ( PMUD_CTL_CALC_EN | PMUD_CTL_MEAS_EN )
This workaround is incorporated into the SimpleLink™ Low Power F3 software development kit (SDK) version 8.10 and newer.