SWRA640G December   2018  – September 2022 CC1310 , CC1312R , CC1314R10 , CC1350 , CC1352P , CC1352R , CC1354P10 , CC1354R10 , CC2620 , CC2630 , CC2640 , CC2640R2F , CC2640R2F-Q1 , CC2642R , CC2642R-Q1 , CC2650 , CC2652P , CC2652R , CC2652R7 , CC2652RB , CC2652RSIP , CC2662R-Q1 , CC2674P10 , CC2674R10

 

  1.   Trademarks
  2.   CC13xx/CC26xx Hardware Configuration and PCB Design Considerations
  3. Reference Design
    1. 1.1 Sub-1 GHz LaunchPads
      1. 1.1.1 LAUNCHXL-CC1310
      2. 1.1.2 LAUNCHXL-CC1312R
    2. 1.2 2.4 GHz LaunchPads
      1. 1.2.1 LAUNCHXL-CC2640R2
      2. 1.2.2 LAUNCHXL-CC26x2R
    3. 1.3 Dual-Band LaunchPads
      1. 1.3.1 LAUNCHXL-CC1350EU/US
      2. 1.3.2 LAUNCHXL-CC1350-4
      3. 1.3.3 LAUNCHXL-CC1352R
      4. 1.3.4 LAUNCHXL-CC1352P1
      5. 1.3.5 LAUNCHXL-CC1352P-2
      6. 1.3.6 LAUNCHXL-CC1352P-4
    4. 1.4 Reference Design Overview
  4. Front-End Configurations
    1. 2.1 CC13xx/CC26xx
    2. 2.2 Configuring Front-End Mode
    3. 2.3 CC13xx Single-Ended Mode
      1. 2.3.1 Single-Ended RX/TX
      2. 2.3.2 Single-Ended TX Only
      3. 2.3.3 Single-Ended RX Only
      4. 2.3.4 Single-Ended 2.4 GHz
    4. 2.4 CC26xx
  5. Schematic
    1. 3.1 Schematic Overview
      1. 3.1.1 24/48 MHz Crystal
      2. 3.1.2 32.768 kHz Crystal
      3. 3.1.3 Balun
      4. 3.1.4 Filter
      5. 3.1.5 RX_TX Pin
      6. 3.1.6 Decoupling Capacitors
      7. 3.1.7 Antenna Components
      8. 3.1.8 RF Shield
      9. 3.1.9 I/O Pins Drive Strength
    2. 3.2 Bootloader Pins
    3. 3.3 AUX Pins
      1. 3.3.1 CC26x2/CC13x2 AUX Pins
      2. 3.3.2 CC26x0/CC13x0 AUX Pins
    4. 3.4 JTAG Pins
  6. PCB Layout
    1. 4.1  Board Stack-Up
    2. 4.2  Balun
    3. 4.3  LC Filter
    4. 4.4  Decoupling Capacitors
    5. 4.5  Placement of Crystal Load Capacitors
    6. 4.6  Current Return Path
    7. 4.7  DC/DC Regulator
    8. 4.8  Antenna Matching Components
    9. 4.9  Transmission Lines
    10. 4.10 Electromagnetic Simulation
  7. Antenna
    1. 5.1 Single-Band Antenna
    2. 5.2 Dual-Band Antenna
      1. 5.2.1 Dual-Band Antenna Match Example: 863-928 MHz and 2.4 GHz
      2. 5.2.2 Dual-Band Antenna Match: 433-510 MHz and 2.4 GHz
  8. Crystal Tuning
    1. 6.1 CC13xx/CC26xx Crystal Oscillators
    2. 6.2 Crystal Selection
    3. 6.3 Tuning the LF Crystal Oscillator
    4. 6.4 Tuning the HF Oscillator
  9. TCXO Support
    1. 7.1 Hardware
    2. 7.2 Software
    3. 7.3 Example: Usage of TCXO on CC1312R Launchpad
  10. Integrated Passive Component (IPC)
  11. Optimum Load Impedance
  12. 10PA Table
  13. 11Power Supply Configuration
    1. 11.1 Introduction
    2. 11.2 DC/DC Converter Mode
    3. 11.3 Global LDO Mode
    4. 11.4 External Regulator Mode
  14. 12Board Bring-Up
    1. 12.1 Power On
    2. 12.2 RF Test: SmartRF Studio
    3. 12.3 RF Test: Conducted Measurements
      1. 12.3.1 Sensitivity
      2. 12.3.2 Output Power
    4. 12.4 Software Bring-Up
    5. 12.5 Hardware Troubleshooting
      1. 12.5.1 No Link: RF Settings
      2. 12.5.2 No Link: Frequency Offset
      3. 12.5.3 Poor Link: Antenna
      4. 12.5.4 Bluetooth Low Energy: Device Does Advertising But Can Not Connect
      5. 12.5.5 Poor Sensitivity: DCDC Layout
      6. 12.5.6 Poor Sensitivity: Background noise
      7. 12.5.7 High Sleep Power Consumption
  15. 13References
  16. 14Revision History

Tuning the HF Oscillator

The HF oscillator has internal variable load capacitors (cap-array) in the IC and does not require external capacitors to be mounted. There are some exceptions. For details on when it is required to use external capacitors instead of the internal cap-array, see Section 3.1.1.

The load capacitance is set in CCFG.c through the following defines:

#ifndef SET_CCFG_MODE_CONF_XOSC_CAP_MOD
// #define SET_CCFG_MODE_CONF_XOSC_CAP_MOD            0x0        // Apply cap-array delta
#define SET_CCFG_MODE_CONF_XOSC_CAP_MOD               0x1        // Don't apply cap-array delta 
#endif
#ifndef SET_CCFG_MODE_CONF_XOSC_CAPARRAY_DELTA
#define SET_CCFG_MODE_CONF_XOSC_CAPARRAY_DELTA        0xFF       // Signed 8-bit value, directly modifying trimmed XOSC cap-array value
#endif

The SET_CCFG_MODE_CONF_XOSC_CAP_MOD defines tells the system whether it should use the default value or use an offset from the default value set by SET_CCFG_MODE_CONF_XOSC_CAPARRAY_DELTA. The default cap-array values are 9 pF for CC13x0/CC26x0 QFN, 5 pF for CC2640R2F WCSP, and 6.7 pF for CC13x2/CC26x2.

The cap-array delta value is an offset from the default value that can be either negative or positive. Table 6-1 shows the resulting total capacitance measured on an evaluation board versus cap-array delta values. Note that the resulting capacitance value includes parasitic capacitances, which is why the lowest setting is not 0 pF. Using a delta value equal to or lower than the most negative value in the table completely disables the internal load capacitor array.

The best way to measure the accuracy of the HF crystal oscillator is to output an unmodulated carrier wave from the radio and measuring the frequency offset from the wanted frequency using a spectrum analyzer. The relative offset of crystal frequency, typically stated in Parts per Million (ppm), is the same as the relative offset of the RF carrier.

For testing purposes cap-array delta values can be adjusted in SmartRF™ Studio. This simplifies tuning greatly by allowing on-the-fly updates of the load capacitance. The optimum value found in SmartRF Studio can then be entered into CCFG in the applicable software project.

Table 6-1 Cap-Array Delta
Measured Capacitance on Reference BoardCCFG Delta Value for CC13x0/CC26x0 QFNCCFG Delta Value for CC2640R2F WCSPCCFG Delta Value for CC13x2/CC26x2 QFN
2,1< -55< -28< -40
2,1-55-28-40
2,2-54-27-39
2,3-53-26-38
2,4-52-25-37
2,5-51-24-36
2,6-50-23-35
2,7-49-22-34
2,7-48-21-33
2,8-47-20-32
2,9-46-19-31
3,0-45-18-30
3,1-44-17-29
3,2-43-16-28
3,3-42-15-27
3,4-41-14-26
3,4-40-13-25
3,6-38-12-24
3,7-37-11-23
3,8-36-10-22
3,9-35-9-21
4,0-34-8-20
4,1-33-7-19
4,3-32-6-18
4,4-31-5-17
4,5-30-4-16
4,6-29-3-15
4,7-28-2-14
4,8-27-1-13
5,0-260-12
5,1-251-11
5,2-242-10
5,3-233-9
5,5-214-8
5,6-205-7
5,8-196-6
5,9-187-5
6,1-178-4
6,2-169-3
6,4-1510-2
6,5-1411-1
6,7-13120
6,8-12131
7,0-11142
7,1-10153
7,3-9164
7,4-8175
7,6-7186
7,7-6197
7,9-5218
8,2-4229
8,4-32310
8,6-22411
8,8-12512
9,002613
9,212714
9,422815
9,632916
9,843017
10,153118
10,363219
10,573320
10,783421
10,993522
11,1103623
11,1> 10> 36> 23