SWRZ134C April   2023  – February 2024 CC2340R5

PRODUCTION DATA  

  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 SPI_04
    2. 3.2 ADC_08
    3. 3.3 BATMON_01
    4. 3.4 CLK_01
  7. 4Revision History

BATMON_01

Incorrect temperature measurement.

Revisions Affected

B

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 SIMPLELINK-LOWPOWER-F3-SDK versions >= 7.40.xx