Swra 478 C
Swra 478 C
ABSTRACT
This application report describes the setup and procedures to measure power consumption on CC2650,
CC2640 and CC2640R2F devices operating as a Bluetooth low energy Peripheral device.
The Power Calculation Tool discussed in the application report can be found from the following URL:
www.ti.com/ble-power-calculator.
Contents
1 Introduction ................................................................................................................... 2
2 Understanding Bluetooth Low Energy Power Metrics .................................................................. 3
3 SimpleLink Bluetooth Low Energy Wireless MCUs ..................................................................... 4
4 Power Measurement Setup Preparing the DUT ....................................................................... 6
5 Measuring Power Consumption With a DC Power Analyzer ......................................................... 13
6 References .................................................................................................................. 27
List of Figures
1 Current Consumption versus Time During a BLE Connection ........................................................ 4
2 CC26xx Architectural Overview ............................................................................................ 5
3 Device Under Test ........................................................................................................... 6
4 SmartRF06 Board Jumper Removal ...................................................................................... 8
5 CC2650EM Antenna Option ................................................................................................ 9
6 CC2650 LaunchPad Jumper Removal .................................................................................. 10
7 BTool Serial Port Settings ................................................................................................. 11
8 BTool Connection Settings ................................................................................................ 11
9 BTool Scan .................................................................................................................. 12
10 BTool Scan Results ........................................................................................................ 12
11 BTool Establish Link ....................................................................................................... 12
12 BTool Connected Device .................................................................................................. 13
13 Agilent N6705B DC Power Analyzer .................................................................................... 13
14 DUT Test Setup ............................................................................................................ 14
15 Agilent 14585A Control and Analysis Software, Start-Up ............................................................. 15
16 Agilent 14585A Control and Analysis Software, Connect ............................................................. 15
17 Agilent 14585A Control and Analysis Software, Connected .......................................................... 16
18 Agilent 14585A Control and Analysis Software, Source Settings.................................................... 17
19 Connecting the SmartRF06 Evaluation Board to Agilent 14585A ................................................... 18
20 Connecting CC2650/CC2640R2 LaunchPad ........................................................................... 18
21 Connected DUT to Agilent 14585A ...................................................................................... 19
22 Agilent 14585A Control and Analysis Software, Scope ............................................................... 19
23 Agilent 14585A Control and Analysis Software, Scope Setup ....................................................... 19
24 Agilent 14585A Control and Analysis Software, Instrument Range ................................................. 20
25 Agilent 14585A Control and Analysis Software, Advertisement Capture ........................................... 20
SWRA478C February 2015 Revised January 2017 Measuring Bluetooth Low Energy Power Consumption 1
Submit Documentation Feedback
Copyright 20152017, Texas Instruments Incorporated
Introduction www.ti.com
List of Tables
1 Acronyms Used in this Document ......................................................................................... 3
2 Bluetooth Low Energy Solutions from Texas Instruments ............................................................. 4
3 CC2650 Supply Voltage .................................................................................................... 5
4 CC2650 Power Modes ...................................................................................................... 7
5 Software Modifications Required, SimpleBLEPeripheral ............................................................... 7
6 SmartRF06 Jumper Removal .............................................................................................. 8
7 Advertising Event, State Analysis ........................................................................................ 22
8 Beacon Event, State Analysis ............................................................................................ 23
9 Connection Event, State Analysis ........................................................................................ 27
Trademarks
SimpleLink is a trademark of Texas Instruments.
Bluetooth is a registered trademark of Bluetooth SIG, Inc .
IAR Embedded Workbench is a trademark of IAR Systems AB.
ARM, Cortex are registered trademarks of IAR Systems AB.
All other trademarks are the property of their respective owners.
1 Introduction
The Bluetooth low energy standard was developed with long battery life in mind, allowing devices to last
several years while operating on a single coin-cell battery. It is assumed the reader of this application
report has some knowledge of the BLE standard, as well as the Texas Instruments SimpleLink
Bluetooth low energy CC2640 and CC2640R2F wireless microcontroller (MCU) with the Software
Development Kit BLE-Stack.
In addition, it is assumed that the reader has some knowledge of basic electrical engineering concepts,
and understands how to use laboratory test equipment such as an oscilloscope and DC power supply.
Power consumption measurements are presented, and battery life time is calculated for an example
application. An accompanying Power Calculation Tool is provided so that you can estimate your battery
life based on your own custom usage scenario.
Note that the results presented in this document are intended as guidelines. A variety of factors will
influence the battery life of a Bluetooth low energy product. Measurements should be performed on
hardware in a controlled environment, and under the target application scenario.
Also note that all waveforms and power consumption measurement results presented in this application
report may not be up to date with the latest software optimizations.
2 Measuring Bluetooth Low Energy Power Consumption SWRA478C February 2015 Revised January 2017
Submit Documentation Feedback
Copyright 20152017, Texas Instruments Incorporated
www.ti.com Introduction
1.1 Acronyms
SWRA478C February 2015 Revised January 2017 Measuring Bluetooth Low Energy Power Consumption 3
Submit Documentation Feedback
Copyright 20152017, Texas Instruments Incorporated
SimpleLink Bluetooth Low Energy Wireless MCUs www.ti.com
Figure 1 is based on a measurement of the current draw for a connected Bluetooth low energy device.
The device spends most of the time in Standby, where the average current consumption is around 1 A.
From Standby the device only wakes up based on either external interrupts or scheduled events/interrupts
from the RTC. Standby also includes the recharge, which is further described in Section 5.3.2.
The Protocol Event is where communication over the Bluetooth low energy protocol occurs. For a
Bluetooth low energy device, these events can be either Advertising Events or Connection Events. There
are multiple roles featured that allow a Bluetooth low energy device to enter Observer role and scan as
well but they are not covered in this application report
The Application Event is the application specific implementation, for example, a periodic event, serial
communication or running algorithms based on sensor inputs. Depending on the amount of activity, the
application event may increase power consumption significantly, so always aim to optimize processing
usage. The Application Events typically occur in between protocol events, which mean that a longer
advertising or connection interval will give longer time slots for processing.
(1)
Single-ended RF mode is optimized for size and power consumption. Measured on CC2650EM-4XS.
This application report focuses on the CC2640, CC2640R2F and its superset device CC2650.
The CC2640/CC2640R2F is a Bluetooth low energy Wireless MCU providing a complete solution on a
single chip. It runs three cores, which can be separately powered and controlled. The application
processor is an ARM Cortex-M3 and it is used for running the Bluetooth low energy Profiles along with
any user defined functionality. Application and part of the Bluetooth low energy protocol stack is sharing
20kB of RAM and up to 128kB of Flash.
4 Measuring Bluetooth Low Energy Power Consumption SWRA478C February 2015 Revised January 2017
Submit Documentation Feedback
Copyright 20152017, Texas Instruments Incorporated
www.ti.com SimpleLink Bluetooth Low Energy Wireless MCUs
The RF core ensures that all timing regarding the Bluetooth low energy protocol is being configured and
handled properly. An ARM Cortex-M0 is dedicated for the radio operations and runs the BLE Radio
Firmware from its own dedicated ROM.
The Sensor Controller includes a small proprietary RISC CPU that has been design to off-load the Cortex-
M3. When the rest of the system is in standby, it can run small algorithms or communicate with sensors in
a low power manner. It can wake up on interrupt and perform some simple processing and wake up the
CM3 based on sensor input.
The Peripheral and Serial domain includes a wide set of peripheral modules, for serial communication, as
well as general purpose IOs and timers.
The CC2650 can be powered by two supply ranges, as presented in Table 3. To enable the 1.8 V system,
both hardware and software modifications are required, which is documented in the CC13xx, CC26xx
SimpleLink Wireless MCU Technical Reference Manual [2].
SWRA478C February 2015 Revised January 2017 Measuring Bluetooth Low Energy Power Consumption 5
Submit Documentation Feedback
Copyright 20152017, Texas Instruments Incorporated
Power Measurement Setup Preparing the DUT www.ti.com
For more information about CC2640, CC2640R2F and CC2650, see the CC2640 [3], CC2640R2F [4] and
CC2650 Data Manuals [5], respectively.
4.1 Requirements
To measure average power consumption for Bluetooth low energy, the following hardware from Texas
Instruments are required:
CC2650EM and SmartRF06EB
Or
CC2650/CC2640R2 LaunchPad
And
A device running HostTest project (for example, CC2650/CC2640R2 LaunchPad, CC2650EM mounted
on SmartRF06EB or CC2540 USB Dongle) - Optional
CC2650EM and SmartRF06EB are included in the CC2650DK that can be purchased at the TI Store [6].
The CC2650/CC2640R2 LaunchPad (LP) can also be purchased at the TI Store. Note the difference of
CC2650 and CC2640. The CC2650DK and the CC2650LP include the CC2650 multi-platform MCU
evaluation module. The CC2650 is the superset device, which supports multiple protocols including
Bluetooth low energy, and it can be interchanged with a CC2640 when working solely on a Bluetooth low
energy application. So for a Bluetooth low energy solution, CC2650 and CC2640 are identical.
6 Measuring Bluetooth Low Energy Power Consumption SWRA478C February 2015 Revised January 2017
Submit Documentation Feedback
Copyright 20152017, Texas Instruments Incorporated
www.ti.com Power Measurement Setup Preparing the DUT
The generic sample application simple_peripheral that is included with the BLE-Stack is ideal to use in
order to analyze power consumption for the sole Bluetooth low energy protocol running on a wireless
MCU. To get a clean Bluetooth low energy protocol analysis, some modifications are required within the
simple_peripheral sample application as observed in Table 5. This is needed because the purpose is to
measure current consumption resulting from the BLE stack alone, so additional application processing
must be turned off. The GPIO pins are per default already in a power-optimized state after board
initialization. However, if you are using the CC2650LP or CC2640R2LP external flash needs to be turned
off as it is enabled by default.
SWRA478C February 2015 Revised January 2017 Measuring Bluetooth Low Energy Power Consumption 7
Submit Documentation Feedback
Copyright 20152017, Texas Instruments Incorporated
Power Measurement Setup Preparing the DUT www.ti.com
For more information including instructions on how to program the CC2650, CC2640 and CC2640R2F,
see the Software Developers Guide [1].
4.3 Hardware
4.3.1 SmartRF06
The SmartRF06 board includes many peripheral features. To get a clean measurement, it is important to
remove a couple of jumpers as presented in Table 6; the visual location is observed in Figure 4. If these
jumpers are not removed, there will be an additional current draw.
8 Measuring Bluetooth Low Energy Power Consumption SWRA478C February 2015 Revised January 2017
Submit Documentation Feedback
Copyright 20152017, Texas Instruments Incorporated
www.ti.com Power Measurement Setup Preparing the DUT
Make sure to double check whether the EM needs an antenna or if it is using a PCB antenna. This is
verified by observing R10/R11 on the EM, as shown in Figure 5.
NOTE: In SmartRF06 v121 and older, a small op amp is mounted next to R502. In that case,
remove it or it will increase the power consumption during the measurement.
SWRA478C February 2015 Revised January 2017 Measuring Bluetooth Low Energy Power Consumption 9
Submit Documentation Feedback
Copyright 20152017, Texas Instruments Incorporated
Power Measurement Setup Preparing the DUT www.ti.com
10 Measuring Bluetooth Low Energy Power Consumption SWRA478C February 2015 Revised January 2017
Submit Documentation Feedback
Copyright 20152017, Texas Instruments Incorporated
www.ti.com Power Measurement Setup Preparing the DUT
Press OK and there should be an initialization process that is observed in the log window.
Before forming the connection, the proper connection parameters should be used. This will be dependent
on the application that is being considered. The supervision timeout setting should not affect the power
measurements. A connection interval of one second, with zero slave latency, will be used in this
document. Therefore, use the values as shown in Figure 8. Be sure to select the Set button after
entering in the values. Setting up the connection parameters needs to be done before a connection is
established.
SWRA478C February 2015 Revised January 2017 Measuring Bluetooth Low Energy Power Consumption 11
Submit Documentation Feedback
Copyright 20152017, Texas Instruments Incorporated
Power Measurement Setup Preparing the DUT www.ti.com
At this point, BTool is ready to discover the DUT. If you left the SimpleBLEPeripheral application running
on your DUT, you should be ready to use BTool. As long as the device running SimpleBLEPeripheral is
powered up and not connected to anything, it should be in discoverable (advertising) mode.
In the Discovery section, press the Scan button, as shown in Figure 9.
BTool will begin searching for Bluetooth low energy devices. After a couple of seconds, the device
discovery process will finish. Alternatively, if you do not want to wait through the full 10 seconds of
scanning, the Cancel button can be pressed, which will stop the device discovery process. The address
of any scanned devices will appear in the Slave BDA section, as shown in Figure 10.
To establish a connection with the peripheral device, select the address of the device to connect with, and
click the Establish button, as shown in Figure 11.
12 Measuring Bluetooth Low Energy Power Consumption SWRA478C February 2015 Revised January 2017
Submit Documentation Feedback
Copyright 20152017, Texas Instruments Incorporated
www.ti.com Measuring Power Consumption With a DC Power Analyzer
As long as the peripheral is powered-up and still in discoverable mode, a connection should immediately
be established. Once a connection is established, the message window will return a GAP_EstablishLink
event message with a Status value of 0x00 (Success). In BTool, you can see your connected
peripheral device in the Device Information field, as shown in Figure 12.
SWRA478C February 2015 Revised January 2017 Measuring Bluetooth Low Energy Power Consumption 13
Submit Documentation Feedback
Copyright 20152017, Texas Instruments Incorporated
Measuring Power Consumption With a DC Power Analyzer www.ti.com
The Agilent N6705B powers the DUT as well as performs the current measurement.
14 Measuring Bluetooth Low Energy Power Consumption SWRA478C February 2015 Revised January 2017
Submit Documentation Feedback
Copyright 20152017, Texas Instruments Incorporated
www.ti.com Measuring Power Consumption With a DC Power Analyzer
All measurements and analysis can be done directly with the Agilent N6705B interface, but in this
application report a PC Tool is used to control the Agilent N6705B. The PC Software used to control the
Agilent N6705B is Agilent 14585A Control and Analysis Software v2.0.2.1. All software can be
downloaded at http://www.keysight.com/ (in 2014, Agilent electronics instruments division was acquired by
Keysight Technologies).
When the PC Tool is started, no external equipment is connected, which is observed in the Instrument
Control Tab, as shown in Figure 15.
To connect the Agilent N6705B, make sure that it is connected via USB and that it is powered. Use the
bottom left Connect button to select the connected hardware, as shown in Figure 16.
SWRA478C February 2015 Revised January 2017 Measuring Bluetooth Low Energy Power Consumption 15
Submit Documentation Feedback
Copyright 20152017, Texas Instruments Incorporated
Measuring Power Consumption With a DC Power Analyzer www.ti.com
When the hardware has been successfully connected, it is fully controlled from the PC Tool, which is
verified by the Instrument Control tab, as shown in Figure 17.
16 Measuring Bluetooth Low Energy Power Consumption SWRA478C February 2015 Revised January 2017
Submit Documentation Feedback
Copyright 20152017, Texas Instruments Incorporated
www.ti.com Measuring Power Consumption With a DC Power Analyzer
Note that the Output may be On per default (observed by the lit on button). If so, turn the Output off
since the actual output parameters have not been configured yet. The next step is to configure the output.
In the Instrument Control tab, click the Settings button to bring up the Source Settings for Output 1.
Depending on the module within the Agilent N6705B, the options may be limited. Select 2 Quadrant
Power Supply and set the Voltage to 3V.
Figure 18. Agilent 14585A Control and Analysis Software, Source Settings
SWRA478C February 2015 Revised January 2017 Measuring Bluetooth Low Energy Power Consumption 17
Submit Documentation Feedback
Copyright 20152017, Texas Instruments Incorporated
Measuring Power Consumption With a DC Power Analyzer www.ti.com
Connect the instrument probes to the DUT. For the SmartRF board, The VDD line goes to the VDD TO
EM pin. The GND is most easily connected to the GND plane of the SmartRF06 board (see Figure 19).
For the CC2650/CC2640R2 LaunchPad, the VDD line should be connected to the 3V3 pin. The GND can
be connected to any GND pin on the CC2650/CC2640R2 LP. Connecting to the CC2650/CC2640R2 LP is
shown in Figure 20.
18 Measuring Bluetooth Low Energy Power Consumption SWRA478C February 2015 Revised January 2017
Submit Documentation Feedback
Copyright 20152017, Texas Instruments Incorporated
www.ti.com Measuring Power Consumption With a DC Power Analyzer
When the DUT is correctly connected, the power supply is enabled by pressing the On button within the
Agilent 14585A Control and Analysis Software. The power consumption measurements can be done by
two separate functions: Scope or Data Logger. Data Logger provides an average power consumption
measurement over longer time, for example, minutes and hours, although the resolution is not as good as
using Scope. This document focuses on doing measurements by using the Scope feature.
The scope mode allows that measurement be ran over a short amount of time. In order to maximize the
amount of data, setup the parameters (see Figure 23).
Resolution: 200ms / div
Points: 512k
Trigger: Scope Run Button
Mode: Single
Slope: Rising Edge
Figure 23. Agilent 14585A Control and Analysis Software, Scope Setup
SWRA478C February 2015 Revised January 2017 Measuring Bluetooth Low Energy Power Consumption 19
Submit Documentation Feedback
Copyright 20152017, Texas Instruments Incorporated
Measuring Power Consumption With a DC Power Analyzer www.ti.com
Next, make sure that the Ranges is setup to AUTO, as shown in Figure 24.
Figure 24. Agilent 14585A Control and Analysis Software, Instrument Range
The instrument should now be setup properly and the measurement can start. Click the Play button in the
bottom right corner allow the instrument to start the measurement.
5.3 Analysis
Depending on what the DUT is setup to do, the result will vary. If no interaction has been made with the
DUT, it will be sending out periodic advertisements each 100 ms.
Figure 25. Agilent 14585A Control and Analysis Software, Advertisement Capture
20 Measuring Bluetooth Low Energy Power Consumption SWRA478C February 2015 Revised January 2017
Submit Documentation Feedback
Copyright 20152017, Texas Instruments Incorporated
www.ti.com Measuring Power Consumption With a DC Power Analyzer
The approximately 2.66s measurement includes 26 advertising events and in between, during Standby,
there is a recharge pulse.
There is functionality to do detailed measurements of the acquired waveform. Select Markers &
Measurements to enable the markers, which can be used to obtain average power consumption. There
are two approaches of using the markers:
Measure the average power consumption from a symmetric point of the measurement, (for example,
from the start of an event to the point where the next event starts). This will give an approximation of
the overall power consumption over time because of the reoccurring symmetry.
Break down the events into states to be used for various use case studies and estimations. This is
very useful in order to analyze the resulting power consumption when intervals are changed
If the objective is to simply obtain a power consumption figure of the DUT, the first option is fast and
reliable.
SWRA478C February 2015 Revised January 2017 Measuring Bluetooth Low Energy Power Consumption 21
Submit Documentation Feedback
Copyright 20152017, Texas Instruments Incorporated
Measuring Power Consumption With a DC Power Analyzer www.ti.com
This is also the event occurring when a device is in beacon mode. For a non-connectable beacon, there
are no RX states during the advertising event, which reduces the power consumption further.
22 Measuring Bluetooth Low Energy Power Consumption SWRA478C February 2015 Revised January 2017
Submit Documentation Feedback
Copyright 20152017, Texas Instruments Incorporated
www.ti.com Measuring Power Consumption With a DC Power Analyzer
5.3.2 Standby
Standby is the power mode in between the advertising (and connection) event, which includes a VDDR
recharge. The recharge is a mandatory function during Standby in order to retain RAM and make sure that
the clocks are powered. The power consumption in between these recharges are around 70 nA, almost
too small to even measure. It is the average power consumption during Standby including recharge that is
defined as the Standby current, as about 1 A in the CC2640, CC2640R2F and CC2650 data manual. It is
also important to know that this number is not fixed as the recharge pulses are dynamically adapted based
on the required time in Standby. If the measurement was performed immediately after a reset of the DUT,
there will be many more recharges between the advertising and connection events and over a few
seconds the amount of recharges will reduce to the mandatory 1 event. This means that Standby will go
from a slightly higher value, down to an optimum. The higher value has been measured to 2 A.
SWRA478C February 2015 Revised January 2017 Measuring Bluetooth Low Energy Power Consumption 23
Submit Documentation Feedback
Copyright 20152017, Texas Instruments Incorporated
Measuring Power Consumption With a DC Power Analyzer www.ti.com
For longer standby intervals, there will be a few more recharge pulses. One example is observed if the
DUT enters a connection. The Standby current can be measured by placing the markers between two
Advertising and Connection events. In Figure 29, the DUT is advertising with a 100 ms interval and there
is a recharge in between the advertising events; in this case, the resulting Standby current is 1.57 A. The
Standby current will not go lower than this when advertising with a 100 ms connection interval.
When a connection has been established as described in Section 5.3.3, similar measurement can be
done, resulting in an optimum of 0.88 A due to the long connection interval of 1 s (with two recharges in
between).
24 Measuring Bluetooth Low Energy Power Consumption SWRA478C February 2015 Revised January 2017
Submit Documentation Feedback
Copyright 20152017, Texas Instruments Incorporated
www.ti.com Measuring Power Consumption With a DC Power Analyzer
SWRA478C February 2015 Revised January 2017 Measuring Bluetooth Low Energy Power Consumption 25
Submit Documentation Feedback
Copyright 20152017, Texas Instruments Incorporated
Measuring Power Consumption With a DC Power Analyzer www.ti.com
The Connection Event can also be quantified to fully analyze the various states by using the Select
Markers & Measurements, similar as with the advertising event, as shown in Figure 33 and Table 9.
Figure 33. Current Consumption versus Time During a Single Connection Event
26 Measuring Bluetooth Low Energy Power Consumption SWRA478C February 2015 Revised January 2017
Submit Documentation Feedback
Copyright 20152017, Texas Instruments Incorporated
www.ti.com References
6 References
1. CC2640 and CC2650 SimpleLink Bluetooth low energy Software Stack 2.2.1 Developer's Guide
(http://www.ti.com/lit/pdf/swru393)
2. CC13xx, CC26xx SimpleLink Wireless MCU Technical Reference Manual(SWCU117)
3. CC2640 SimpleLink Bluetooth Wireless MCUData Manual (SWRS176)
4. CC2640R2F SimpleLink Bluetooth low energy Wireless MCU Data Manual (SWRS204)
5. CC2650 SimpleLink Multistandard Wireless MCU Data Manual (SWRS158)
6. TI Store: https://store.ti.com/
7. BLE-Stack: www.ti.com/ble-stack
8. IAR Embedded Workbench for ARM: http://www.iar.com/Products/IAR-Embedded-Workbench/ARM/
9. CCS Integrated Development Environment : (http://www.ti.com/tool/ccstudio)
SWRA478C February 2015 Revised January 2017 Measuring Bluetooth Low Energy Power Consumption 27
Submit Documentation Feedback
Copyright 20152017, Texas Instruments Incorporated
Revision History www.ti.com
Revision History
NOTE: Page numbers for previous revisions may differ from page numbers in the current version.
Texas Instruments Incorporated (TI) technical, application or other design advice, services or information, including, but not limited to,
reference designs and materials relating to evaluation modules, (collectively, TI Resources) are intended to assist designers who are
developing applications that incorporate TI products; by downloading, accessing or using any particular TI Resource in any way, you
(individually or, if you are acting on behalf of a company, your company) agree to use it solely for this purpose and subject to the terms of
this Notice.
TIs provision of TI Resources does not expand or otherwise alter TIs applicable published warranties or warranty disclaimers for TI
products, and no additional obligations or liabilities arise from TI providing such TI Resources. TI reserves the right to make corrections,
enhancements, improvements and other changes to its TI Resources.
You understand and agree that you remain responsible for using your independent analysis, evaluation and judgment in designing your
applications and that you have full and exclusive responsibility to assure the safety of your applications and compliance of your applications
(and of all TI products used in or for your applications) with all applicable regulations, laws and other applicable requirements. You
represent that, with respect to your applications, you have all the necessary expertise to create and implement safeguards that (1)
anticipate dangerous consequences of failures, (2) monitor failures and their consequences, and (3) lessen the likelihood of failures that
might cause harm and take appropriate actions. You agree that prior to using or distributing any applications that include TI products, you
will thoroughly test such applications and the functionality of such TI products as used in such applications. TI has not conducted any
testing other than that specifically described in the published documentation for a particular TI Resource.
You are authorized to use, copy and modify any individual TI Resource only in connection with the development of applications that include
the TI product(s) identified in such TI Resource. NO OTHER LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE TO
ANY OTHER TI INTELLECTUAL PROPERTY RIGHT, AND NO LICENSE TO ANY TECHNOLOGY OR INTELLECTUAL PROPERTY
RIGHT OF TI OR ANY THIRD PARTY IS GRANTED HEREIN, including but not limited to any patent right, copyright, mask work right, or
other intellectual property right relating to any combination, machine, or process in which TI products or services are used. Information
regarding or referencing third-party products or services does not constitute a license to use such products or services, or a warranty or
endorsement thereof. Use of TI Resources may require a license from a third party under the patents or other intellectual property of the
third party, or a license from TI under the patents or other intellectual property of TI.
TI RESOURCES ARE PROVIDED AS IS AND WITH ALL FAULTS. TI DISCLAIMS ALL OTHER WARRANTIES OR
REPRESENTATIONS, EXPRESS OR IMPLIED, REGARDING TI RESOURCES OR USE THEREOF, INCLUDING BUT NOT LIMITED TO
ACCURACY OR COMPLETENESS, TITLE, ANY EPIDEMIC FAILURE WARRANTY AND ANY IMPLIED WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT OF ANY THIRD PARTY INTELLECTUAL
PROPERTY RIGHTS.
TI SHALL NOT BE LIABLE FOR AND SHALL NOT DEFEND OR INDEMNIFY YOU AGAINST ANY CLAIM, INCLUDING BUT NOT
LIMITED TO ANY INFRINGEMENT CLAIM THAT RELATES TO OR IS BASED ON ANY COMBINATION OF PRODUCTS EVEN IF
DESCRIBED IN TI RESOURCES OR OTHERWISE. IN NO EVENT SHALL TI BE LIABLE FOR ANY ACTUAL, DIRECT, SPECIAL,
COLLATERAL, INDIRECT, PUNITIVE, INCIDENTAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES IN CONNECTION WITH OR
ARISING OUT OF TI RESOURCES OR USE THEREOF, AND REGARDLESS OF WHETHER TI HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
You agree to fully indemnify TI and its representatives against any damages, costs, losses, and/or liabilities arising out of your non-
compliance with the terms and provisions of this Notice.
This Notice applies to TI Resources. Additional terms apply to the use and purchase of certain types of materials, TI products and services.
These include; without limitation, TIs standard terms for semiconductor products http://www.ti.com/sc/docs/stdterms.htm), evaluation
modules, and samples (http://www.ti.com/sc/docs/sampterms.htm).
Mailing Address: Texas Instruments, Post Office Box 655303, Dallas, Texas 75265
Copyright 2017, Texas Instruments Incorporated