DOC011494680
DOC011494680
DOC011494680
This user's guide describes the USB2ANY Interface Adapter and its general setup and operation.
Contents
1 Introduction ................................................................................................................... 2
1.1 How to Use This Manual ........................................................................................... 2
1.2 Information About Cautions and Warnings ...................................................................... 2
1.3 FCC Warning ........................................................................................................ 3
1.4 Description ........................................................................................................... 3
2 Overview of Hardware Design ............................................................................................. 4
3 Connecting the USB2ANY .................................................................................................. 7
3.1 Using the 10-Pin Cable ............................................................................................ 8
3.2 Using the 30-Pin Cable ............................................................................................ 8
3.3 Connecting the USB2ANY to the Computer .................................................................... 9
3.4 Connecting the USB2ANY to an EVM ........................................................................... 9
Appendix A USB2ANY Schematic ............................................................................................. 10
Appendix B USB2ANY Cable Connections................................................................................... 13
List of Figures
1 USB2ANY and the Supplied Cables ...................................................................................... 3
2 USB2ANY Block Diagram .................................................................................................. 5
3 USB2ANY PCB .............................................................................................................. 6
4 10-Pin Cable With Key ...................................................................................................... 7
5 10-pin Cable Connection ................................................................................................... 8
6 30-Pin Cable Connection ................................................................................................... 8
7 USB Connector .............................................................................................................. 9
List of Tables
1 Status LEDs .................................................................................................................. 6
2 10-pin Cable Pinouts....................................................................................................... 14
3 30-pin Cable Pinouts ....................................................................................................... 15
Trademarks
All trademarks are the property of their respective owners.
1 Introduction
CAUTION
The EVM contains components that can potentially be damaged by electrostatic
discharge. Always transport and store the EVM in the supplied ESD bag, when
not in use. Handle using an antistatic wristband. Operate on an antistatic work
surface. For more information on proper handling, refer to Electrostatic
Discharge (ESD).
Due to the limited use and location of use (antistatic professional laboratory or other controlled
environment) the equipment under test (EUT) will not see an ESD event above 2 kV, and was tested
accordingly. Manufacturer’s specifications in the manual include this limitation.
1.4 Description
The USB2ANY is a small dongle intended to allow a computer to control an electronic evaluation module
(EVM) via a USB connection. These EVMs cannot normally connect directly to the computer because of
their specialized interfaces, which are typically supported on commercial computers.
The USB2ANY is a USB 2.0 device supporting several different interfaces, including:
• 13 general purpose input/output (GPIO) (shared) lines with switchable pullup or pulldown resistors
• I2C with programmable 1.5-kΩ pullup resistors
• SPI – up to 8-MHz SCLK
• UART (300 to 230,400 Baud)
• Four analog inputs, 12-bit analog-to-digital converter (ADC)
• Two analog outputs, 8-bit digital-to-analog converter (DAC)
• Four PWM outputs
• Several other interfaces
• Switchable 3.3-V or 5-V power to DUT
The USB2ANY board can source regulated 3.3-V and 5.0-V DC power to the target device, up to a
maximum of 300 mA (combined 3.3 V and 5.0 V). The voltage outputs have built-in current sensing and
limiting circuits that protect both the EVM and the USB2ANY from overcurrent, shorts, and so forth.
The USB2ANY is shipped with a USB cable, a 10-pin cable (for most common interfaces), and a 30-pin
cable (for all supported interfaces).
1. USB connector – The USB connector connects to the host computer. The USB2ANY is a
USB 2.0 full-speed device using a HID-class driver. The board has a Mini-USB connector installed.
2. Power Management – The power management circuitry allows the application program to turn the
+3.3-V or the +5.0-V external power outputs on or off. It also detects power faults (for example,
overload or short circuit) and notifies the application program.
3. MSP430F5529 – This MSP430 microcontroller communicates with the application program and
executes the received API function commands. It is programmed with the USB2ANY firmware, which
controls all of the interface peripherals and other necessary functions (for example, timing, scheduling,
encoding and decoding data).
4. DAC1, DAC2 – These are the DAC outputs. Under program control, these outputs can source a
voltage from 0 V to 3.3 V, in 256 steps.
5. GPIO – These GPIO signals are used to read/write single-bit digital signals. When used as inputs, they
can optionally be programmed to be pulled up, pulled down, or floating (MOS input with no resistor).
6. I2C – The inter-integrated circuit interface is an industry-standard serial interface often used to
communicate between devices in a closed system. I2C requires two signal wires plus a ground
connection. The I2C interface of the USB2ANY uses a 7-bit address, which allows the bus to support
up to 127 devices.
7. SPI – The industry-standard serial peripheral interface is generally faster than I2C, but more difficult to
implement. It is often used to communicate between devices in a closed system. SPI usually requires
four signal wires plus a ground connection, but can use as few as three wires or as many as needed to
select among the number of devices connected to the bus. While there is no real limit as to the
maximum number of devices on a SPI bus, the number is usually limited by practical issues like fan-
out, cable length, signaling speed, and capacitive loading.
8. PWM – The pulse-width modulated outputs allow the USB2ANY to produced pulse trains with variable
frequency and duty cycle. This can be used for clocks, integrators (such as those used in PWM servo
motors), tone generation, and so forth.
9. Analog Inputs – The USB2ANY has four analog inputs. Two of the inputs (ADC0, ADC1) have no
external amplifiers (effectively unity gain) and the other two inputs (ADC2, ADC3) have a gain of two.
The gain allows smaller signals to be amplified slightly, giving them a larger scale at the ADC inputs.
The MSP430F5529 utilizes 12-bit ADCs, giving a full-scale digital value of 4095.
10. Ext. VREF – The external voltage reference allows selection of the voltage used as the reference by the
ADCs. By default, VREF is set to use AVCC, which is physically connected to VCC (3.3-V nominal).
+3.3 V
Power Management
+5.0 V
DAC1
DAC2
Switchable
12C pullups
Figure 3 shows the USB2ANY PCB without the enclosure. One end has three interface connectors that
are typically connected to an EVM (J3, J4, and J5). Connectors J3 and J5 have eight pins and J4 has 10
pins. Most applications will use only J4 because it provides access to the most commonly used interfaces
(see Using the 10-Pin Cable in Connecting the USB2ANY). Alternatively, a 30-pin cable is provided that
connects to all three connectors (J3, J4, and J5) and provides access to all available interface signals.
The Status LED indicates the status of the electronics and firmware, as follows:
NOTE: The LED may also be programmed using the software API to be ON, OFF, or blinking. In
that case, the LED may not indicate the actual status of the electronics or firmware.
Switch S1 is used to put the firmware into bootstrap loader (BSL) mode. The BSL mode is used to load or
update the USB2ANY firmware and is entered whenever the board is powered-up while Switch S1 is
depressed.
The USB Mini-B (J2) connector is used to connect the USB2ANY to the host computer. A cable with a
USB Mini-B connector on one end and a USB A connector on the other end is provided with the
USB2ANY.
The JTAG connector (J1) is used only for firmware development and is normally not populated with a
physical connector.
NOTE: This section assumes you are using the USB2ANY in its gray plastic enclosure (as shown in
Figure 1). If the USB2ANY board has been removed from the enclosure, or the board came
without an enclosure, some interpretation and adjustments may need to be made in these
instructions.
The USB2ANY ships with two cables, one 10-pin and one 30-pin. Both cables are standard 0.050-in (1.25-
mm) pitch ribbon cables with IDC-type connectors. The connectors have a key to assure that they are
installed correctly.
NOTE: If you are using the USB2ANY board without its enclosure, the key must face away from the
PCB. Be sure to carefully align the male pins on the PCB with the cable connector.
or
The 10-pin cable is connected to J4 as Figure 5 shows and can be used for most of the popular
interfaces, including:
• I2C: SDA and SCL
• SPI: SCLK, MOSI, MISO, and CS
• UART: RX and TX
• Power: 3.3-V external
• GPIO: GPIO0, GPIO1, GPIO2, GPIO3, GPIO4, GPIO5, GPIO6, and GPIO7
• PWM: PWM0, PWM1, and PWM2
• OneWire: OW1, OW2, and OW3
• µWire: SCLK, MOSI, MISO, and CS
• RFFE: SCLK and SDATA
or
When connected, the LED on the USB2ANY should flicker quickly a few times, and then stay on.
USB2ANY Schematic
2
30pF
Y1
C2 GND
1
30pF
14
12
10
8
6
4
2
+3.3V
J1
R1
33k V18
13
11
9
7
5
3
1
VUSB
VBUS
C3 GND
2200pF DM
PUR
GND
DP
80
79
78
77
76
75
74
73
72
71
70
69
68
67
66
65
64
63
62
61
GND U1
MSP430F5529IPNR
VUSB
VBUS
PUR
V18
VSSU
PU.1/DM
AVSS2
PU.0/DP
PJ.3/TCK
PJ.2/TMS
PJ.0/TDO
TEST/SBWTCK
P5.2/XT2IN
PJ.1/TDI/TCLK
P6.3/CB3/A3
P6.2/CB2/A2
P6.1/CB1/A1
P6.0/CB0/A0
P5.3/XT2OUT
/RST/NMI/SBWTDIO
1 60
AIN_B_0 P6.4/CB4/A4 P7.7/TB0CLK/MCLK EXT3.3V_FAULT
2 59
AIN_B_1 P6.5/CB5/A5 P7.6/TB0.4 EXT3.3V_EN
+3.3V 3 58
GPIO9/ADC2 P6.6/CB6/A6 P7.5/TB0.3 EXT5V_FAULT
4 57
GPIO8/ADC3 P6.7/CB7/A7 P7.4/TB0.2 EXT5V_EN
5 56
P7.0/CB8/A12 P5.7/TB0.1 PWM3
D1 6 55
P7.1/CB9/A13 P5.6/ TB0.0 GPIO5/SPI(SOMI)/UART(RXD)
SSF-LXH305GD-TR GPIO11/VERE F+
7 54
C4 P7.2/CB10/A14 P4.7/PM_NONE
0.1µF GPIO4/SPI(SIMO)/UART(TXD)
8 53
P7.3/CB11/A15 P4.6/PM_NONE
9 52
P5.0/A8/VRE F+/VeREF+ P4.5/PM_UCA1RXD/PM_UCA1S OMI
+3.3V GND +3.3V
10 51
R2 GPIO10/VEREF- P5.1/A9/VRE F-/VeREF- P4.4/PM_UCA1TXD/PM_UCA1SIMO
200 11 50
AVCC1 DVCC2
12 49
P5.4/XIN DVSS2 C5
13 48 0.1µF
P5.4/XOUT P4.3/PM_UCB1CLK/PM_UCA1STE
14 47
Q1 AVSS1 P4.2/PM_UCB1S OMI/PM_UCB1SCL
3
1 15 46
P8.0 P4.1/PM_UCB1SIM O/PM_UCB1SDA
GND
50V
16 45
P8.1 P4.0PM_UCB1S TE/PM_UCA1CLK
2
17 44
P8.2 P3.7/TB0OUTH/SVMOUT
18 43
DVCC1 P3.6/TB0.6
GND
19 42
C6 DVSS1 P3.5/TB0.5 GPIO1/I2C(SCL)
0.1µF 20 41
VCORE P3.4/UCA0RXD/UCA0S OMI GPIO0/I2C(SDA)
GPIO2/SPI(SCLK)
C7
0.47µF I2CPU
GND
P3.0/UCB0SIMO/UCB0SDA
P3.1/UCB0SOMI/UCB0SCL
P2.7/UCB0STE/UCA0CLK
P3.2/UCB0CLK/UCA0STE
P3,3/UCA0TXD/UCA0SIM
GND
P2.6/RTCCLK/DMAE0
P1.6/TA1CLK/CBOUT
P2.2/TA2CLK/SMCLK
P1.0/TA0CLK/ACLK
P1.1/TA0.0
P1.2/TA0.1
P1.3/TA0.2
P1.4/TA0.3
P1.5/TA0.4
P1.7/TA1.0
P2.0/TA1.1
P2.1/TA1.2
P2.3/TA2.0
P2.4/TA2.1
P2.5/TA2.2
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
SCLBRD
EFC0/GPIO12/CLOCK
SDABRD
GPIO7/PWM0
GPIO6/PWM1/SPI(CS)
GPIO3/PWM2
J2 VBUS
1 R4
DM
2 33
3 R6
DP
4 33
5 U3
1 4
IO1 IO3 PUR
2 5 1.5k
IO2 IO4
R8 6 3
VCC GND S1
33k
TPD4E004DRYR
VUSB
GND C9 EVQ-PSD02K
R22 C10
10µF 1.07Meg 220pF
GND
GND
GND
V18
C16
220pF
GND
+3.3V
R16 R17
1.00k 1.00k R14 R15
1.5k 1.5k
GND +3.3V +3.3V
U6
C17 6 1
0.1µF A0 VOUT DAC0
5 2
SCL GND
8
GND U7A 4 3
SDA VDD
2 TLV2442AIDR GND
1 R18 DAC5571IDBV GND
AIN_B_0 C18
3 390
ADC0 C19 0.1µF
0.15µF
4
GND
GND
GND
+3.3V +3.3V
U8
R19 R20 6 1
A0 VOUT DAC1
1.00k 1.00k
5 2
SCL GND
8
GND U7B
6 TLV2442AIDR 4 3
R21 SDA VDD
7
AIN_B_1
5 390 DAC5571IDBV GND
ADC1 SCLBRD C20
C21 0.1µF
4
0.15µF
SDABRD
GND
GND
TP1
U2
1 6 +5V_EXT
IN OUT
2 5
TP5 X1 X2 X3 X4 GND ILIM C8
3 4 R3 1µF
EN ~FAULT 130k
TPS2553-1
R5
TP2 TP3 100k GND
GND
GND
EXT5V_FAULT
GND
EXT5V_EN
GND GND
TP4
+3.3V
U4 U5
8 1 1 6 +3.3V_EXT
IN OUT IN OUT
FB1 7 2 2 5 C11
VBUS NC NC C12 GND ILIM 1µF
90 ohm
C13 6 3 2.2µF 3 4 R9
NC NR/FB EN ~FAULT
1
GND
EXT3.3V_FAULT
GND
GND
EXT3.3V_EN
+3.3V_EXT
DAC0
R11 7 8 +5V_EXT
100k EFC0/GPIO12/CLOCK +5V_EXT
5 6
3 4
1 2
PWM3
Q2 J3
DAC1
3
12V
1 Q3
I2CPU
60V GND
2
Q4
12V
GND
GPIO6/PWM1/SPI(CS) GPIO7/PWM0
9 10
GPIO4/SPI(SIMO)/UART(TXD) GPIO5/SPI(SOMI)/UART(RXD)
7 8
5 6 +3.3V_EXT
R12 R13 +3.3V_EXT
3 4
1.5k 1.5k GPIO2/SPI(SCLK)
1 2
GPIO3/PWM2
J4
GND
GPIO1/I2C(SCL)
GPIO0/I2C(SDA)
1 2
GPIO10/VEREF- GPIO11/VEREF+
3 4
5 6
GPIO8/ADC3 GPIO9/ADC2
7 8
ADC1 ADC0
J5
GND
The USB2ANY has four interface connectors: one USB 2.0 connector (J2) and three I/O connectors (J3,
J4, and J5). The USB connector is a standard ‘A’ type mini USB receptacle. The I/O connectors are
standard dual-row, 0.1-in center, pin headers.
I/O connectors J3 and J5 are 8-pin type and J4 is a 10-pin type. They are configured such that they will
accept either individual cable connections or a single 30-pin connection.
The standard USB2ANY kit (HPA665-001) includes both a 10-pin cable and a 30-pin cable. The 10-pin
cable is intended to be connected to J4. This single connection will supply the needs for many users as it
provides access to the following interfaces and signals:
• I2C: SDA and SCL
• SPI: SCLK, MOSI, MISO, and CS
• UART: RX and TX
• Power: 3.3 V External
• GPIO: GPIO0, GPIO1, GPIO2, GPIO3, GPIO4, GPIO5, GPIO6, and GPIO7
• PWM: PWM0, PWM1, and PWM2
• OneWire: OW1, OW2, and OW3
• μWire: SCLK, MOSI, MISO, and CS
• RFFE: SCLK and SDATA
The opposite end of the cable is intended to be connected to the EVM or other target device. The red
stripe on the cable indicates pin 1.
NOTE: The pin numbers for J4 on the schematics are for reference only and do not correspond to
the pin numbers for cable connections.
The 30-pin cable is also about 6 inches in length and has a keyed female 30-pin IDC connector on each
end. This cable provides access to all available signals. The cable should be connected to the USB2ANY
board as Figure 15 shows (note that the key must be facing up, away from the board).
Connect the opposite end of the cable to the EVM or other target device. The red stripe on the cable
indicates pin 1.
NOTE: The pin numbers for J3, J4, and J5 on the schematics are for reference only and do not
correspond to the pin numbers for cable connections.
3 Regulatory Notices:
3.1 United States
3.1.1 Notice applicable to EVMs not FCC-Approved:
FCC NOTICE: This kit is designed to allow product developers to evaluate electronic components, circuitry, or software
associated with the kit to determine whether to incorporate such items in a finished product and software developers to write
software applications for use with the end product. This kit is not a finished product and when assembled may not be resold or
otherwise marketed unless all required FCC equipment authorizations are first obtained. Operation is subject to the condition
that this product not cause harmful interference to licensed radio stations and that this product accept harmful interference.
Unless the assembled kit is designed to operate under part 15, part 18 or part 95 of this chapter, the operator of the kit must
operate under the authority of an FCC license holder or must secure an experimental authorization under part 5 of this chapter.
3.1.2 For EVMs annotated as FCC – FEDERAL COMMUNICATIONS COMMISSION Part 15 Compliant:
CAUTION
This device complies with part 15 of the FCC Rules. Operation is subject to the following two conditions: (1) This device may not
cause harmful interference, and (2) this device must accept any interference received, including interference that may cause
undesired operation.
Changes or modifications not expressly approved by the party responsible for compliance could void the user's authority to
operate the equipment.
3.2 Canada
3.2.1 For EVMs issued with an Industry Canada Certificate of Conformance to RSS-210 or RSS-247
Concerning EVMs Including Radio Transmitters:
This device complies with Industry Canada license-exempt RSSs. Operation is subject to the following two conditions:
(1) this device may not cause interference, and (2) this device must accept any interference, including interference that may
cause undesired operation of the device.
3.3.2 Notice for Users of EVMs Considered “Radio Frequency Products” in Japan: EVMs entering Japan may not be certified
by TI as conforming to Technical Regulations of Radio Law of Japan.
If User uses EVMs in Japan, not certified to Technical Regulations of Radio Law of Japan, User is required to follow the
instructions set forth by Radio Law of Japan, which includes, but is not limited to, the instructions below with respect to EVMs
(which for the avoidance of doubt are stated strictly for convenience and should be verified by User):
1. Use EVMs in a shielded room or any other test facility as defined in the notification #173 issued by Ministry of Internal
Affairs and Communications on March 28, 2006, based on Sub-section 1.1 of Article 6 of the Ministry’s Rule for
Enforcement of Radio Law of Japan,
2. Use EVMs only after User obtains the license of Test Radio Station as provided in Radio Law of Japan with respect to
EVMs, or
3. Use of EVMs only after User obtains the Technical Regulations Conformity Certification as provided in Radio Law of Japan
with respect to EVMs. Also, do not transfer EVMs, unless User gives the same notice above to the transferee. Please note
that if User does not follow the instructions above, User will be subject to penalties of Radio Law of Japan.
【無線電波を送信する製品の開発キットをお使いになる際の注意事項】 開発キットの中には技術基準適合証明を受けて
いないものがあります。 技術適合証明を受けていないもののご使用に際しては、電波法遵守のため、以下のいずれかの
措置を取っていただく必要がありますのでご注意ください。
1. 電波法施行規則第6条第1項第1号に基づく平成18年3月28日総務省告示第173号で定められた電波暗室等の試験設備でご使用
いただく。
2. 実験局の免許を取得後ご使用いただく。
3. 技術基準適合証明を取得後ご使用いただく。
なお、本製品は、上記の「ご使用にあたっての注意」を譲渡先、移転先に通知しない限り、譲渡、移転できないものとします。
上記を遵守頂けない場合は、電波法の罰則が適用される可能性があることをご留意ください。 日本テキサス・イ
ンスツルメンツ株式会社
東京都新宿区西新宿6丁目24番1号
西新宿三井ビル
3.3.3 Notice for EVMs for Power Line Communication: Please see http://www.tij.co.jp/lsds/ti_ja/general/eStore/notice_02.page
電力線搬送波通信についての開発キットをお使いになる際の注意事項については、次のところをご覧ください。http:/
/www.tij.co.jp/lsds/ti_ja/general/eStore/notice_02.page
5. Accuracy of Information: To the extent TI provides information on the availability and function of EVMs, TI attempts to be as accurate
as possible. However, TI does not warrant the accuracy of EVM descriptions, EVM availability or other information on its websites as
accurate, complete, reliable, current, or error-free.
6. Disclaimers:
6.1 EXCEPT AS SET FORTH ABOVE, EVMS AND ANY MATERIALS PROVIDED WITH THE EVM (INCLUDING, BUT NOT
LIMITED TO, REFERENCE DESIGNS AND THE DESIGN OF THE EVM ITSELF) ARE PROVIDED "AS IS" AND "WITH ALL
FAULTS." TI DISCLAIMS ALL OTHER WARRANTIES, EXPRESS OR IMPLIED, REGARDING SUCH ITEMS, INCLUDING BUT
NOT LIMITED TO ANY EPIDEMIC FAILURE WARRANTY OR IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS
FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT OF ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADE
SECRETS OR OTHER INTELLECTUAL PROPERTY RIGHTS.
6.2 EXCEPT FOR THE LIMITED RIGHT TO USE THE EVM SET FORTH HEREIN, NOTHING IN THESE TERMS SHALL BE
CONSTRUED AS GRANTING OR CONFERRING ANY RIGHTS BY LICENSE, PATENT, OR ANY OTHER INDUSTRIAL OR
INTELLECTUAL PROPERTY RIGHT OF TI, ITS SUPPLIERS/LICENSORS OR ANY OTHER THIRD PARTY, TO USE THE
EVM IN ANY FINISHED END-USER OR READY-TO-USE FINAL PRODUCT, OR FOR ANY INVENTION, DISCOVERY OR
IMPROVEMENT, REGARDLESS OF WHEN MADE, CONCEIVED OR ACQUIRED.
7. USER'S INDEMNITY OBLIGATIONS AND REPRESENTATIONS. USER WILL DEFEND, INDEMNIFY AND HOLD TI, ITS
LICENSORS AND THEIR REPRESENTATIVES HARMLESS FROM AND AGAINST ANY AND ALL CLAIMS, DAMAGES, LOSSES,
EXPENSES, COSTS AND LIABILITIES (COLLECTIVELY, "CLAIMS") ARISING OUT OF OR IN CONNECTION WITH ANY
HANDLING OR USE OF THE EVM THAT IS NOT IN ACCORDANCE WITH THESE TERMS. THIS OBLIGATION SHALL APPLY
WHETHER CLAIMS ARISE UNDER STATUTE, REGULATION, OR THE LAW OF TORT, CONTRACT OR ANY OTHER LEGAL
THEORY, AND EVEN IF THE EVM FAILS TO PERFORM AS DESCRIBED OR EXPECTED.
9. Return Policy. Except as otherwise provided, TI does not offer any refunds, returns, or exchanges. Furthermore, no return of EVM(s)
will be accepted if the package has been opened and no return of the EVM(s) will be accepted if they are damaged or otherwise not in
a resalable condition. If User feels it has been incorrectly charged for the EVM(s) it ordered or that delivery violates the applicable
order, User should contact TI. All refunds will be made in full within thirty (30) working days from the return of the components(s),
excluding any postage or packaging costs.
10. Governing Law: These terms and conditions shall be governed by and interpreted in accordance with the laws of the State of Texas,
without reference to conflict-of-laws principles. User agrees that non-exclusive jurisdiction for any dispute arising out of or relating to
these terms and conditions lies within courts located in the State of Texas and consents to venue in Dallas County, Texas.
Notwithstanding the foregoing, any judgment may be enforced in any United States or foreign court, and TI may seek injunctive relief
in any United States or foreign court.
Mailing Address: Texas Instruments, Post Office Box 655303, Dallas, Texas 75265
Copyright © 2018, Texas Instruments Incorporated
IMPORTANT NOTICE FOR TI DESIGN INFORMATION AND RESOURCES
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.
TI’s provision of TI Resources does not expand or otherwise alter TI’s 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, TI’s 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 © 2018, Texas Instruments Incorporated