SWRZ161 December   2024 CC2745P10-Q1 , CC2745R10-Q1

 

  1.   1
  2.   Abstract
  3.   Trademarks
  4. 1Advisories Matrix
  5. 2Nomenclature, Package Symbolization, and Revision Identification
    1. 2.1 Device and Development Support—Tool Nomenclature
    2. 2.2 Devices Supported
    3. 2.3 Package Symbolization and Revision Identification
  6. 3Advisories
    1. 3.1 ADC_08
    2. 3.2 ADC_09
    3. 3.3 BATMON_01
    4. 3.4 BATMON_02
    5. 3.5 SYS_204
    6. 3.6 SYS_206
    7. 3.7 SYS_207
    8. 3.8 APU_201
  7. 4Revision History

BATMON_01

Incorrect temperature measurement.

Revisions Affected

E

Description

BATMON can report incorrect temperatures when hysteresis is enabled. To prevent potential incorrect temperature reports, the user must always disable BATMON hysteresis.

Workaround

Hysteresis is controlled by the PMUD.CLT[2] HYST_EN bit.

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.