ZHCSKQ3D january   2020  – july 2023 CC2642R-Q1

PRODUCTION DATA  

  1.   1
  2. 特性
  3. 应用
  4. 说明
  5. Functional Block Diagram
  6. Revision History
  7. Device Comparison
  8. Terminal Configuration and Functions
    1. 7.1 Pin Diagram – RTC and RGZ Package (Top View)
    2. 7.2 Signal Descriptions
    3. 7.3 Connections for Unused Pins and Modules
  9. Specifications
    1. 8.1  Absolute Maximum Ratings
    2. 8.2  ESD Ratings
    3. 8.3  Recommended Operating Conditions
    4. 8.4  Power Supply and Modules
    5. 8.5  Power Consumption - Power Modes
    6. 8.6  Power Consumption - Radio Modes
    7. 8.7  Nonvolatile (Flash) Memory Characteristics
    8. 8.8  Thermal Resistance Characteristics
    9. 8.9  Bluetooth Low Energy Receive (RX)
    10. 8.10 Bluetooth Low Energy - Transmit (TX)
    11. 8.11 Timing and Switching Characteristics
      1. 8.11.1 Reset Timing
      2. 8.11.2 Wakeup Timing
      3. 8.11.3 Clock Specifications
        1. 8.11.3.1 48 MHz Crystal Oscillator (XOSC_HF)
        2. 8.11.3.2 48 MHz RC Oscillator (RCOSC_HF)
        3. 8.11.3.3 2 MHz RC Oscillator (RCOSC_MF)
        4. 8.11.3.4 32.768 kHz Crystal Oscillator (XOSC_LF)
        5. 8.11.3.5 32 kHz RC Oscillator (RCOSC_LF)
      4. 8.11.4 Synchronous Serial Interface (SSI) Characteristics
        1. 8.11.4.1 Synchronous Serial Interface (SSI) Characteristics
        2.       34
      5. 8.11.5 UART
        1. 8.11.5.1 UART Characteristics
    12. 8.12 Peripheral Characteristics
      1. 8.12.1 ADC
        1.       Analog-to-Digital Converter (ADC) Characteristics
      2. 8.12.2 DAC
        1. 8.12.2.1 Digital-to-Analog Converter (DAC) Characteristics
      3. 8.12.3 Temperature and Battery Monitor
        1. 8.12.3.1 Temperature Sensor
        2. 8.12.3.2 Battery Monitor
      4. 8.12.4 Comparators
        1. 8.12.4.1 Continuous Time Comparator
        2. 8.12.4.2 Low-Power Clocked Comparator
      5. 8.12.5 Current Source
        1. 8.12.5.1 Programmable Current Source
      6. 8.12.6 GPIO
        1. 8.12.6.1 GPIO DC Characteristics
    13. 8.13 Typical Characteristics
      1. 8.13.1 MCU Current
      2. 8.13.2 RX Current
      3. 8.13.3 TX Current
      4. 8.13.4 RX Performance
      5. 8.13.5 TX Performance
      6. 8.13.6 ADC Performance
  10. Detailed Description
    1. 9.1  Overview
    2. 9.2  System CPU
    3. 9.3  Radio (RF Core)
      1. 9.3.1 Bluetooth 5 low energy
    4. 9.4  Memory
    5. 9.5  Sensor Controller
    6. 9.6  Cryptography
    7. 9.7  Timers
    8. 9.8  Serial Peripherals and I/O
    9. 9.9  Battery and Temperature Monitor
    10. 9.10 µDMA
    11. 9.11 Debug
    12. 9.12 Power Management
    13. 9.13 Clock Systems
    14. 9.14 Network Processor
  11. 10Application, Implementation, and Layout
    1. 10.1 Reference Designs
    2. 10.2 Junction Temperature Calculation
  12. 11Device and Documentation Support
    1. 11.1 Device Nomenclature
    2. 11.2 Tools and Software
      1. 11.2.1 SimpleLink™ Microcontroller Platform
    3. 11.3 Documentation Support
    4. 11.4 支持资源
    5. 11.5 Trademarks
    6. 11.6 静电放电警告
    7. 11.7 术语表
  13. 12Mechanical, Packaging, and Orderable Information

封装选项

机械数据 (封装 | 引脚)
散热焊盘机械数据 (封装 | 引脚)
订购信息

Sensor Controller

The Sensor Controller contains circuitry that can be selectively enabled in both Standby and Active power modes. The peripherals in this domain can be controlled by the Sensor Controller Engine, which is a proprietary power-optimized CPU. This CPU can read and monitor sensors or perform other tasks autonomously; thereby significantly reducing power consumption and offloading the system CPU.

The Sensor Controller Engine is user programmable with a simple programming language that has a syntax similar to C. This programmability allows for sensor polling and other tasks to be specified as sequential algorithms rather than static configuration of complex peripheral modules, timers, DMA, register programmable state machines, or event routing.

The main advantages are:

  • Flexibility - data can be read and processed in unlimited manners while still ensuring ultra-low power
  • 2 MHz low-power mode enables lowest possible handling of digital sensors
  • Dynamic reuse of hardware resources
  • 40-bit accumulator supporting multiplication, addition and shift
  • Observability and debugging options

Sensor Controller Studio is used to write, test, and debug code for the Sensor Controller. The tool produces C driver source code, which the System CPU application uses to control and exchange data with the Sensor Controller. Typical use cases may be (but are not limited to) the following:

  • Read analog sensors using integrated ADC or comparators
  • Interface digital sensors using GPIOs, SPI, UART, or I2C (UART and I2C are bit-banged)
  • Capacitive sensing
  • Waveform generation
  • Very low-power pulse counting (flow metering)
  • Key scan

The Sensor Controller peripherals include the following:

  • The low-power clocked comparator can be used to wake the system CPU from any state in which the comparator is active. A configurable internal reference DAC can be used in conjunction with the comparator. The output of the comparator can also be used to trigger an interrupt or the ADC.
  • Capacitive sensing functionality is implemented through the use of a constant current source, a time-to-digital converter, and a comparator. The continuous time comparator in this block can also be used as a higher-accuracy alternative to the low-power clocked comparator. The Sensor Controller takes care of baseline tracking, hysteresis, filtering, and other related functions when these modules are used for capacitive sensing.
  • The ADC is a 12-bit, 200-ksamples/s ADC with eight inputs and a built-in voltage reference. The ADC can be triggered by many different sources including timers, I/O pins, software, and comparators.
  • The analog modules can connect to up to eight different GPIOs
  • Dedicated SPI Controller with up to 6 MHz clock speed

The Sensor Controller peripherals can also be controlled from the main application processor.