Vous êtes sur la page 1sur 47

Application Report

SPMA056 – October 2013

System Design Guidelines for the TM4C129x Family of


Tiva™ C Series Microcontrollers

Ken Krakow, Sheldon Johnson, Jonathan Guy

ABSTRACT
The Tiva™ C series TM4C129x microcontrollers are highly-integrated system-on-chip (SOC) devices with
extensive interface and processing capabilities. Consequently, there are many factors to consider when
creating a schematic and designing a circuit board. By following the recommendations in this design
guide, you will increase your confidence that the board will work successfully the first time it is powered it
up.

Contents
1 Introduction .................................................................................................................. 3
2 Using This Guide ............................................................................................................ 3
3 General Design Information ............................................................................................... 3
3.1 Package Footprint .................................................................................................. 4
3.2 PCB Stack-up and Trace Impedance ........................................................................... 6
3.3 General Layout Design Choices ................................................................................ 10
3.4 Power .............................................................................................................. 18
3.5 Reset ............................................................................................................... 24
3.6 Crystal Oscillators ................................................................................................ 25
3.7 JTAG Interface .................................................................................................... 28
3.8 CoreSight ETM Trace Port Connections ...................................................................... 29
3.9 System ............................................................................................................. 30
3.10 All External Signals ............................................................................................... 32
4 Feature-Specific Design Information .................................................................................... 33
4.1 Ethernet Internal PHY ............................................................................................ 33
4.2 External Ethernet PHY Interface ............................................................................... 36
4.3 USB ................................................................................................................ 37
4.4 USB ULPI External PHY Interface ............................................................................. 39
4.5 SSI Buses ......................................................................................................... 39
4.6 UART ............................................................................................................... 40
4.7 I2C .................................................................................................................. 40
4.8 ADC ................................................................................................................ 41
4.9 Comparators ...................................................................................................... 42
4.10 Timer/PWM ........................................................................................................ 42
4.11 External Peripheral Interface (EPI) ............................................................................. 42
4.12 LCD Controller .................................................................................................... 43
4.13 Quadrature Encoder Interface (QEI) ........................................................................... 43
4.14 GPIO ............................................................................................................... 44
4.15 Hibernate Signals ................................................................................................. 45
5 System Design Examples ................................................................................................ 46
6 Conclusion .................................................................................................................. 46
7 References ................................................................................................................. 46

Tiva, TivaWare are trademarks of Texas Instruments.


ARM is a registered trademark of ARM Limited.
All other trademarks are the property of their respective owners.

SPMA056 – October 2013 System Design Guidelines for the TM4C129x Tiva™ C Series 1
Submit Documentation Feedback Microcontrollers
Copyright © 2013, Texas Instruments Incorporated
www.ti.com

List of Figures
1 ZAD BGA Footprint Top View ............................................................................................. 4
2 ZAD BGA Pad Dimensions ................................................................................................ 4
3 128-Pin TQFP Footprint .................................................................................................... 5
4 Typical Four-Layer PCB Stack with Routing Assignments ............................................................ 6
5 Typical Two-Layer PCB Stack with Routing Assignments ............................................................ 7
6 Typical Six-Layer PCB Stack with Routing Assignments .............................................................. 7
7 Transmission Line Type .................................................................................................... 8
8 Differential Transmission Line Types ................................................................................... 10
9 Top Layer 212-Ball BGA Escape Routing .............................................................................. 12
10 BGA Escape Routing Through Depopulated Ball Location .......................................................... 12
11 Bottom Layer 212-Ball BGA Escape Routing .......................................................................... 13
12 Acceptable PCB Trace Routing ......................................................................................... 14
13 Chassis Ground Guidelines .............................................................................................. 15
14 Examples of PCB Trace Layout ......................................................................................... 16
15 Differential Signal Pair .................................................................................................... 17
16 Examples of Differential Pair Layout .................................................................................... 17
17 Differential Signal Pair-Plane Crossing ................................................................................. 18
18 QFP PCB Routing Options ............................................................................................... 20
19 VBAT RC Filter ............................................................................................................... 23
20 Main Oscillator Circuit with GNDX2 .................................................................................... 25
21 Main Oscillator Circuit without GNDX2 ................................................................................. 25
22 Hibernate Oscillator Circuit with GNDX................................................................................. 26
23 Hibernate Oscillator Circuite without GNDX ........................................................................... 26
24 Recommended Layout for Small Surface-Mount Crystal............................................................. 27
25 Recommended Layout for Crystal with GNDX Connection .......................................................... 27
26 Cortex + ETM Connector ................................................................................................. 29
27 General Protection Using Bi-direction TVS Diode .................................................................... 31
28 General ESD Protection Using Uni-direction TVS Diode ............................................................ 31
29 10/100 Mb/s Twisted Pair Interface ..................................................................................... 33
30 GPIO Sourcing LED Current ............................................................................................. 35
31 GPIO Sinking LED Current ............................................................................................... 35
32 Ethernet PHY PCB Layout ............................................................................................... 36
33 USB Routing Example .................................................................................................... 38
34 Tiva™ Microcontroller ADC Input Equivalency Diagram ............................................................. 41

2 System Design Guidelines for the TM4C129x Tiva™ C Series SPMA056 – October 2013
Microcontrollers Submit Documentation Feedback
Copyright © 2013, Texas Instruments Incorporated
www.ti.com Introduction

1 Introduction
The General Design Information section of this guide contains design information that applies to most
designs (Section 3). Topics include important factors in the schematic design and layout of power
supplies, oscillators, and debug accessibility. The Feature-Specific Design Information section describes
specific peripherals and their unique considerations that are relevant to your design (Section 4).
To further assist you with the design process, Texas Instruments provides a wide range of additional
design resources, including application reports and reference designs. See the System Design Examples
(Section 5) for links to these resources.

2 Using This Guide


The information in this design guide is intended to be general enough to cover a wide range of designs by
describing solutions for typical situations. However, because every system is different, it is inevitable that
there will be conflicting requirements and potential trade-offs, particularly in designs that include high-
performance analog circuits, radio frequencies, high voltages, or high currents. If your design includes
these features, then special considerations beyond the scope of this application report may be necessary.
Where possible, the distinction is made between preferred practice and acceptable practice. This
distinction addresses the reality that constraints such as size, cost, and layout restrictions might not
always allow for best-practice design.
When considering which practices to apply to a design, one of the most important factors is the I/O
switching rate and current. If only low-speed, low-current switching on the Tiva™ C Series peripheral pins,
then acceptable-practice rules are likely sufficient. If high-speed switching is present, particularly with
simultaneous transitions, then best-practice rules are recommended.

NOTE: Some of the information in this guide comes directly from the individual Tiva™ C series
microcontroller data sheets. The microcontroller data sheets are the defining documents for
device usage and may contain specific requirements that are not covered in this design
guide. You should always use the most current version of the data sheet and also check the
most recent errata documents for the part number you have selected. Visit www.ti.com/tiva-c
to sign up for email alerts specific to a Tiva C Series part number. This document defines
system design guidelines for Tiva C Series microcontrollers with part numbers starting with
TM4C129.

3 General Design Information


This section contains design information that applies to most Tiva™ C series microcontrollers including:
• Package Footprint
• PCB Stack-Up
• General Routing Rules
• Power
• Reset
• Oscillators
• JTAG Interface
• ETM Interface
• System
• All External Signals

SPMA056 – October 2013 System Design Guidelines for the TM4C129x Tiva™ C Series 3
Submit Documentation Feedback Microcontrollers
Copyright © 2013, Texas Instruments Incorporated
General Design Information www.ti.com

3.1 Package Footprint


Packages for Tiva™ C devices are PBGA, TQFP or LQFP. Package details and dimensions can be found
in the data sheet for the part. PCB footprints for the part should be created using the IPC-7351 standard.
For BGA parts, the nominal ball diameter is used as a reference for the landing pad size and solder mask
opening for each ball pad. For TQFP and LQFP parts, the package and lead dimensions maximum and
minimum specifications along with standard tolerances are used to calculate the pad size and locations.
Many PCB layout tools offer "package wizards" to perform these calculations.

3.1.1 212-Ball BGA Package (ZAD)


The 212-Ball BGA package is 10 mm x 10 mm x 1 mm in size. The ball array consists of a 19x19 ball
array with a ball pitch of 0.5 mm. Selected balls are not populated in order to allow 0.8 mm routing rules to
be used when routing. See Figure 1. Ball H8 is not populated in order to provide an obvious orientation of
the part for both layout and assembly. The IPC-7351 standard should be followed for NSMD (Non Solder
Mask Defined) pads for a 0.3 mm nominal ball diameter, which translates to a 0.25-mm land pad with a
0.30-mm solder mask opening as shown in Figure 2.

F
E
E
E B C
E
E
F

Figure 1. ZAD BGA Footprint Top View Figure 2. ZAD BGA Pad Dimensions

Table 1. Dimensions for Figure 2


Designator Description Size
A Ball Pitch 0.50 mm / 19.68 mil
B Landing Pad Size 0.25 mm / 9.84 mil
C Solder Mask Opening 0.30 mm / 11.81 mil
D Not Applicable N/A
E Trace Width/Trace Spacing 0.1016 mm / 4.00 mil
F Trace to Landing Pad Spacing 0.1210 mm / 4.76 mil

4 System Design Guidelines for the TM4C129x Tiva™ C Series SPMA056 – October 2013
Microcontrollers Submit Documentation Feedback
Copyright © 2013, Texas Instruments Incorporated
www.ti.com General Design Information

3.1.2 128-Pin TQFP Package (PDT)


The 128-Pin TQFP package is 14 mm x 14 mm x 1 mm in size. The package has 32 pins per side with a
pin pitch of 0.4 mm. Figure 3 shows the results of a PCB footprint calculator that follows the IPC-7351
specification based on the package tolerances.
Solder Mask oversize is dependent on the tolerances and capabilities of the PCB fabrication shop being
used. Three common options for a 0.4-mm pitch TQFP are:
1. Make the solder mask the same size as the pad (0 oversize) and allow the fab shop to make any
required adjustments to the gerber files as required for their process.
2. Make the solder mask 0.05 mm/2.0 mil larger than the pad (0.05 mm/2.0 mil oversize) and confirm that
the fab shop can handle the 0.1 mm/3.94 mil solder mask width between pads
3. Create a gang solder mask that voids the solder mask along all pins of each side such that there are
no slivers of solder mask between each individual pin. This approach may require special care during
assembly to ensure there is no solder bridging between pins.
Paste Mask is typically the same size as the pad (0 oversize)

Figure 3. 128-Pin TQFP Footprint

Table 2. 128-Pin TQFP Footprint Dimensions


Designator Description Size
A Pad Pitch 0.4 mm / 15.75 mil
B Pad Width 0.25 mm / 9.84 mil
C Pad Length 1.4 mm / 55.12 mil
D Horizontal Row Pitch (Pad Center to Pad Center) 15.4 mm / 606.30 mil
E Vertical Row Pitch (Pad Center to Pad Center) 15.4 mm / 606.30 mil
Solder Mask Oversize is dependent on fab capabilities and 0 mm / 0 mil to 0.05 mm / 2.0
F
tolerances mil
G Solder Paste Oversize 0 mm / 0 mil

SPMA056 – October 2013 System Design Guidelines for the TM4C129x Tiva™ C Series Microcontrollers 5
Submit Documentation Feedback
Copyright © 2013, Texas Instruments Incorporated
General Design Information www.ti.com

3.2 PCB Stack-up and Trace Impedance


An important component of any layout is determining what PCB stack-up to use. The PCB stack-up
configuration determines several elements of the design:
• Number of layers available for routing
• Number of layers available for power and ground planes
• Single-ended trace impedance, capacitance per inch and propagation delay per inch of a trace of a
particular width. These factors are important for longer trace lengths (typically longer than 6 inches) on
critically timed interfaces or on interfaces that are near the maximum capacitive load.
• Trace width and spacing required to achieve the differential impedance targets for USB and Ethernet
connections

3.2.1 Four-Layer Stack-up


A four-layer stack-up (two signal layers, two power planes) is recommended for most designs. A four-layer
stack-up has the following benefits:
• A solid ground plane reference for USB and Ethernet signals that have a specific impedance target
• Low-impedance power and ground connections to components and decoupling capacitors through the
planes
• High-speed signals have lower impedance, smaller propagation delay and more immunity to crosstalk
due to the closer distance to the reference plane on a four-layer design as compared to a two-layer
design
• Analog signals have more immunity to crosstalk, and the analog modules in the device can provide
higher precision results when used with the solid ground plane reference that a four-layer stack-up
provides
A typical configuration for an FR-4, 0.062 in (1.5748 mm) circuit board with four layers of 1-oz copper is
shown in Figure 4.
Layer 1 1-oz Copper (Signal Layer)
2 Sheets 2116 (0.008")
Layer 2 1-oz Copper (Ground Plane)

0.06" +/- 10% Core (0.040")

Layer 3 1-oz Copper (Power Plane)


2 Sheets 2116 (0.008")
Layer 4 1-oz Copper (Signal Layer)
Figure 4. Typical Four-Layer PCB Stack with Routing Assignments

For this example, we place a solid ground plane on layer 2 and a power plane on layer 3. The outer signal
layers each consist of 1/2-oz base copper with 1/2-oz plating to total 1-oz copper. Each 1-oz copper layer
is 1.4 mils (.0014 in, or 0.0355 mm) thick. The height of traces above the ground plane is defined by the
thickness of the PCB prepreg material—in this case, 0.008 in (0.2032 mm) thick. Therefore, total thickness
is:
Total thickness = 0.062 in = 4 x 0.0014 in + 0.040 in + 2 x 0.008 in (1)

3.2.2 Two-Layer Stack-up


A two-layer stack-up may be acceptable given the following considerations:
• No timing-sensitive high-speed interfaces are being used
• USB and Ethernet are either not being used on the design or the distance to connectors is short
• The design allows for adequate power and ground routing with good decoupling placement and ESD
protection
6 System Design Guidelines for the TM4C129x Tiva™ C Series SPMA056 – October 2013
Microcontrollers Submit Documentation Feedback
Copyright © 2013, Texas Instruments Incorporated
www.ti.com General Design Information

A typical configuration for an FR-4, 0.062 in (1.5748 mm) circuit board with two layers of 1-oz copper (no
plating) is shown in Figure 5.
1-oz Copper
Layer 1
(Mixed Signal/Plane Layer)

0.06" +/- 10% Core (0.58")

1-oz Copper
Layer 2
(Mixed Signal/Plane Layer)
Figure 5. Typical Two-Layer PCB Stack with Routing Assignments

For this example, the top and bottom layers are used for both signal routing and copper power floods. The
1-oz copper mixed plane is 1.4 mils (.0014 in, or 0.0355 mm) thick. The height of traces above any ground
pour is defined by the thickness of the PCB core material—in this case, 0.058 in (1.4732 mm) thick.
Therefore, total thickness is:
Total thickness = 0.061 in = 2 x 0.0014 in + 0.058 in (2)

3.2.2.1 Six-Layer Stack-up


Stack-ups greater than four layers can be used if desired for high density designs.
A typical configuration for an FR-4, 0.062 in (1.5748 mm) circuit board with six layers of 1-oz copper (no
plating) is shown in Figure 6.
Layer 1 1-oz Copper (Signal Layer)
2 Sheets 2116 (0.008")
Layer 2 1-oz Copper (Ground Plane)
Core (0.014")
Layer 3 1-oz Copper (Signal Layer)
0.06" +/- 10% 2 Sheets 2113 (0.007")
Layer 4 1-oz Copper (Signal Layer)
Core (0.014")
Layer 5 1-oz Copper (Power Plane)
2 Sheets 2116 (0.008")
Layer 6 1-oz Copper (Signal Layer)
Figure 6. Typical Six-Layer PCB Stack with Routing Assignments

For this example, we place a solid ground plane on layer 2 and a power plane on layer 5. The 1-oz copper
planes are 1.4 mils (.0014 in, or 0.0355 mm) thick. The height of traces on the outer layers (1, 2) above
the planes is defined by the thickness of the PCB prepreg material—in this case, 0.008 in (0.2032 mm)
thick. The height of the traces on the inner layers (3, 4) above the planes is defined by the thickness of the
PCB core material--in this case, 0.040 in (1.016 mm) thick. In between layers 3 and 4 is additional prepreg
material---in this case, 0.007 in (0.1778 mm) thick. Therefore, total thickness is:
Total thickness = 0.0594 in = 6 x 0.0014 in + 2x 0.008 + 2x 0.014 in + 0.007 in (3)
There are some additional routing considerations for the internal layers (3 and 4) when using a six-layer
stack-up:
• These internal layers (3 and 4) are considered asymmetric stripline relative to the Ground and Power
plane (layers 2 and 5). Refer to Figure 7. The calculations for impedance of traces on these layers are
different than layers 1 and 6.
• Generally traces on layers 3 and 4 are higher in capacitance per inch and have a higher propagation
delay
• Traces on layers 3 and 4 can impact each other via crosstalk if they are run parallel and over each

SPMA056 – October 2013 System Design Guidelines for the TM4C129x Tiva™ C Series 7
Submit Documentation Feedback Microcontrollers
Copyright © 2013, Texas Instruments Incorporated
General Design Information www.ti.com

other.
• Traces on layers 3 and 4 are better shielded from external EMC radiation or interference because they
are shielded by the power and ground planes.

3.2.3 Trace Properties: Impedance, Inductance, Capacitance, Propagation Delay


Impedance (ZO), Capacitance per inch (CO), Inductance per inch (LO) and Propagation Delay (TPD) are all
important considerations when routing high-speed signals and low-impedance power nets. Differential
trace impedance is important for Ethernet and USB differential signals. All of these properties are
dependent on the trace width used (W), distance away from the reference plane (H), thickness of the trace
(T) and relative permittivity of the dielectric (ER), see Table 3. Differential impedance is also significantly
affected by the distance between the differential traces (S).
Some PCB design tools have an integrated trace impedance calculator that factors in trace geometry,
trace length, board stack-up, and the board material dielectric constant. Several free programs are also
available that can perform similar calculations. The Saturn PCB Toolkit from Saturn PCB Design, Inc is an
example of one of these free programs that has been used for most of the impedance calculations in this
document.

3.2.3.1 Single-ended Trace Impedance


The first step in calculating these single-ended trace properties is to identify the transmission line type of
the trace. The Microstrip transmission line type as shown in Figure 7 is most common on two-layer and
four-layer boards as well as layers 1 and 6 of six-layer boards. The Asymmetric Stripline transmission line
type is most common on layers 3 and 4 of six-layer boards.
Copper
T (Ground Plane)
W H1 T
W

H H2
Copper
(Power Plane)
Microstrip Asymmetric Stripline
Figure 7. Transmission Line Type

The typical dielectric constant (ER) for FR-4 material is about 4.3. The following examples use this
parameter as well as the stack-ups defined in Section 3.2 to generate some typical PCB geometries. They
are intended as starting points for PCB designs. You should repeat the calculations for your own design
because even small changes in the PCB stack-up can significantly change the impedance.

Table 3. Single-ended Trace Properties by Width and Stack-up


H,
Configuration W T ZO CO LO TPD
H1 H2 ER Notes
and Layer (mil) (mil) (Ohms) (pF/in) (nH/in) (ps/in)
(mil)
4 mil trace and space rules (0.8 mm routing
Four-layer rules) can be used to route I/O signals from
(1,4) 4 1.4 8 N/A 4.3 85.26 1.64 11.90 139.58 the BGA package. This trace width can also
Six-layer (1,6) be used to route I/O signals from the QFP
packages.
4 mil trace impedance of asymmetric stripline
on internal layers 3 and 4 of a six-layer board.
Six-layer (3,4) 4 1.4 14 22.4 4.3 82.03 2.14 14.42 175.74 Note: H1, H2 results in similar impedance to
outer layers but higher capacitance and
propagation delay.
4 mil traces are generally not applicable to
Two-layer (1) 4 1.4 58 N/A 4.3 N/A N/A N/A N/A two-layer designs and are outside the
constraints of the PCB calculator used.

8 System Design Guidelines for the TM4C129x Tiva™ C Series Microcontrollers SPMA056 – October 2013
Submit Documentation Feedback
Copyright © 2013, Texas Instruments Incorporated
www.ti.com General Design Information

Table 3. Single-ended Trace Properties by Width and Stack-up (continued)


H,
Configuration W T ZO CO LO TPD
H1 H2 ER Notes
and Layer (mil) (mil) (Ohms) (pF/in) (nH/in) (ps/in)
(mil)
5 mil trace and space rules can be used to
Four-layer route I/O signals from the QFP packages.
(1,4) 5 1.4 8 N/A 4.3 79.42 1.76 11.09 139.58 These rules result in a slightly lower
Six-layer (1,6) impedance but higher capacitance than 4 mil
traces.
5 mil trace impedance of asymmetric stripline
on internal layers 3 and 4 of a six-layer board.
Six-layer (3,4) 5 1.4 14 22.4 4.3 76.82 2.29 13.50 175.74 Note: H1, H2 results in similar impedance to
outer layers but higher capacitance and
propagation delay.
5 mil traces are generally not applicable to 2
Two-layer (1) 5 1.4 58 N/A 4.3 N/A N/A N/A N/A layer designs and are outside the constraints
of the PCB calculator used.
7 mil trace and space rules can be used to
Four-layer route I/O signals from the QFP packages. 7
(1,4) 7 1.4 8 N/A 4.3 69.98 1.99 9.77 139.58 mil trace width is recommended for routing
Six-layer (1,6) I/O signals from the QFP packages when
space is available.
7 mil trace impedance for the internal layers
Six-layer (3,4) 7 1.4 14 22.4 4.3 68.67 2.56 12.07 175.74
using asymmetric stripline.
7 mil trace and space rules are recommended
Two-layer (1) 7 1.4 58 N/A 4.3 142.10 0.98 18.83 139.58 for routing I/O signals from the QFP packages
on two-layer boards.
Four-layer 10 mil wide traces are recommended for
(1,4) 10 1.4 8 N/A 4.3 59.24 2.36 8.27 139.58 routing to power and ground pins of the QFP
Six-layer (1,6) packages and the decoupling capacitors.
10 mil trace impedance for the internal layers
Six-layer (3,4) 10 1.4 14 22.4 4.3 59.69 2.94 10.49 175.74
using asymmetric stripline.
10 mil wide traces are recommended for
Two-layer (1) 10 1.4 58 N/A 4.3 131.37 1.06 18.34 139.58 routing to power and ground pins of the QFP
packages and the decoupling capacitors.

3.2.3.2 Differential Trace Impedance


The Ethernet and USB interfaces have critical differential impedance requirements. Both Ethernet signal
pairs should be routed as a 100Ω +/- 10% differential pair on the top layer of the PCB with a ground plane
as a reference. The USB signal pair should be routed as a 90Ω +/- 10% differential pair on the top layer of
the PCB with a ground plane as a reference. When possible, a single-ended impedance that is half of the
differential impedance should be targeted to determine the initial trace width.
The optimal way to achieve a specific differential impedance is a two-step process. During PCB layout, the
designer should use PCB tools to set the spacing and width of the traces to get close to the target
characteristic impedance.
The second step is performed by the PCB fab house as they adjust the trace space and width to match
their specific materials and process.

NOTE: The PCB fab notes should include annotations that specify which traces are to be
impedance controlled.

Another key benefit of specifying controlled impedance is that the PCB manufacturer assumes on-going
responsibility for maintaining the impedance of those traces. This stipulation can be a factor when lot-to-lot
differences introduce variation.
While specifying controlled impedance is preferred, it may be acceptable not to if the trace length is less
than approximately 2 in (50.8 mm). If good design rules are followed during layout, it should be possible to
achieve routing that provides good signal integrity.

SPMA056 – October 2013 System Design Guidelines for the TM4C129x Tiva™ C Series 9
Submit Documentation Feedback Microcontrollers
Copyright © 2013, Texas Instruments Incorporated
General Design Information www.ti.com

A slight variation of this method, which also avoids the additional cost of controlled-impedance PCBs, is
sometimes called controlled dielectric. This approach involves the PCB designer using a dielectric
specification that is either supplied or agreed to by the board fab house. The material and dielectric
constant should be added to the PCB fab notes.
The differential impedance calculations use the Microstrip differential transmission line type as with a
ground reference plane as shown in Figure 8.
W S W

+ -
W S W
T
Er H + -
T

Microstrip Stripline

Figure 8. Differential Transmission Line Types

Table 4. Differential properties by width and stack-up


Configuration W T H S ZDIFF ZO
E Notes
and Layer (mil) (mil) (mil) (mil) R (Ohms) (Ohms)
The Saturn PCB Toolkit was used to calculate the layer 1
trace width and spacing for a 100Ω +/- 10% differential
Four Layer
12 1.4 8 24 4.3 104.1 53.5 impedance trace with a 50Ω +/- 10% single-ended
or Six Layer
impedance target using the stack-ups defined in Figure 4 and
Figure 6.
The Saturn PCB Toolkit was used to calculate the layer 1
trace width and spacing for a 100Ω +/- 10% differential
Two Layer (1) 30 1.4 58 7 4.3 107.84 94.19 impedance trace using the stack-up defined in Figure 5. A
single-ended impedance target of 50Ω +/- 10% is not realistic
with this stack-up.
The Saturn PCB Toolkit was used to calculate the layer 1
trace width and spacing for a 90Ω +/- 10% differential
Four Layer
15 1.4 8 24 4.3 90.1 46.3 impedance trace with a 45Ω +/- 10% single-ended
or Six Layer
impedance target using the stack-ups defined in Figure 4 and
Figure 6.
The Saturn PCB Toolkit was used to calculate the layer 1
trace width and spacing for a 90Ω +/- 10% differential
Two Layer 48 1.4 58 7 4.3 90.2 78.82 impedance trace using the stack-up defined in Figure 5. A
single-ended impedance target of 45Ω +/- 10% is not realistic
with this stack-up.

NOTE: The PCB fab house knows their process and materials the best. They should be contacted
to confirm stack-up heights, dielectric constant (ER) and recommended trace widths and
spacing for the targeted differential impedances.
The only way to guarantee the impedance target is met by the PCB manufacturer is to
specify traces as impedance controlled.

3.3 General Layout Design Choices


There are a number of layout design choices that can affect PCB fabrication cost, assembly costs, and
operational reliability. This section describes some of these choices and the thoughts behind them.

10 System Design Guidelines for the TM4C129x Tiva™ C Series SPMA056 – October 2013
Microcontrollers Submit Documentation Feedback
Copyright © 2013, Texas Instruments Incorporated
www.ti.com General Design Information

3.3.1 Trace Width and Spacing


Trace width and spacing impact the design in many ways. The minimum trace width and space on the
PCB are two factors defining the cost of the PCB, and they are highly dependent on the capabilities of the
PCB fab house. As a general guideline for low volume production, there is a cost increase for a minimum
width/spacing less than 7 mils (0.1778 mm). A large number of PCB fab houses can produce boards with
a minimum width/spacing of 4 mils (0.1016 mm) and a maximum 1-oz. finished copper weight on the outer
layers. Another common minimum width/spacing capability point is 5 mil (0.1270 mm). These factors are
some of the reasons behind the trace width choices in Table 3 and why 7-mil trace width/space is
recommended for routing I/O signals from the QFP packages.
The BGA Package is denser and requires the 4 mil (0.1016 mm) trace and space rules to be able to route
the I/Os from that package, refer to Section 3.3.3.
The routing of power and ground nets should be done with the wider, lower impedance traces wherever
possible. Accordingly, trace width routes should be 10 mil (0.2540 mm) or wider from decoupling caps and
for main power nets and 7 mil (0.1778 mm) or 10 mil (0.2450 mm) from the QFP power pins. For the BGA,
it may be necessary to route using a 4 mil trace for a short distance until a wider 7 mil or 10 mil trace can
be used.
When routing a signal that is going to be used as a fast edge rate clock, be sure to provide two times the
spacing requirement from adjacent signals where possible to reduce crosstalk to and from the clock net.
For example if routing with a 7 mil wide trace/space rule, make sure there is a 14 mil spacing between the
clock and adjacent signals.

3.3.2 Via Sizes


PCB fab houses can vary in their capabilities for through-hole vias. Via size is often limited by the smallest
mechanical drill diameter a PCB fab house uses. The minimum via pad size is usually required to be the
drill size plus an additional adder. Drill size + 10 mil is quite common for a via pad size. Drill size + 8 mil
and drill size + 12 mil are also common.
The amount of the adder is related to the IPC-6012 class of inspection requested by the customer and
annular ring requirement of the customer. Boards fabricated and inspected with the IPC-6012 Class 2
requirement allow for one void per hole in not more than 5% of the holes. Boards fabricated and inspected
with the IPC-6012 Class 3 requirements allow for no voids per hole. A PCB fab house usually requires a
larger adder for Class 3 boards. A PCB fab house maintains a minimum annular ring, typically 1 mil,
around each via hole, but the customer could choose to allow tangency where the hole is up to the edge
of the pad but "breakout" has not occurred. This method can allow for a smaller diameter via pad if
needed.
Table 5 lists some common via sizes along with some of characteristics calculated using the Saturn PCB
Toolkit.

Table 5. Via Sizes and Properties


Via
Drill Via Ref Plane Via Via Via
Via Pad Via Res
Size Height Opening ER Cap Ind Impd Notes
Type Size (mOhms)
(mil) (mil) Diam (mil) (pF) (nH) (Ohms)
(mil)
Small, lower capacitance but higher
resistance via. Some PCB fab
16D6 16 6 62 24 4.3 0.75 1.49 2.08 44.48 houses may not be able to
accommodate this size. Useful for
tight spaces and dense routes.
The largest via pad size (18mils)
that can be used to break out route
18D8 18 8 62 26 4.3 0.85 1.40 1.62 40.63 of the BGA package with 4 mil
spacing. Pad size is 10 mils over
drill size of 8.
The largest via pad size (18mils)
that can be used to break out route
18D9 18 9 62 26 4.3 0.85 1.36 1.46 40.01 of the BGA package with 4 mil
spacing. Pad size is 9 mils over drill
size of 9.

SPMA056 – October 2013 System Design Guidelines for the TM4C129x Tiva™ C Series Microcontrollers 11
Submit Documentation Feedback
Copyright © 2013, Texas Instruments Incorporated
General Design Information www.ti.com

Table 5. Via Sizes and Properties (continued)


Via
Drill Via Ref Plane Via Via Via
Via Pad Via Res
Size Height Opening ER Cap Ind Impd Notes
Type Size (mOhms)
(mil) (mil) Diam (mil) (pF) (nH) (Ohms)
(mil)
A standard via pad size (20 mils)
that is 10 mils over the drill size of
10. Good for vias for power traces
20D10 20 10 62 28 4.3 0.94 1.33 1.32 37.57
and general I/O traces. Achievable
by a large number of PCB fab
houses.
A standard via pad size (22 mils)
that is 12 mils over the drill size of
10. Good for vias for power traces
22D10 22 10 62 30 4.3 1.03 1.33 1.32 35.81
and general I/O traces. Achievable
by an even wider number of PCB
fab houses.

3.3.3 212-Ball BGA Escape routing


The populated balls on the 212-Ball BGA package (See Section 3.1.1) and the choice of their functions
were arranged to allow all I/O signals to be routed from the BGA on a four-layer board (See Section 3.2.1)
using 4 mil traces with 4 mil spacing and 18 mil diameter vias. This section talks about how to route all I/O
signals away from the BGA, also known as "Escaping the BGA" with the following considerations in mind:
• Standard process 4 mil trace/4 mil space and 18 mil diameter vias, also known as 0.8 mm routing
rules, are the smallest needed to escape the BGA.
• The BGA can be routed using a minimum of a four-layer board with two routing layers on top and
bottom, a ground plane and a power plane.
• Required power routing and capacitor decoupling placement for all power rails can be achieved using
0402 sized capacitors.
• Routing of impedance-controlled traces is a priority.

F
E
E
E B C
E
E
F

Figure 9. Top Layer 212-Ball BGA Escape Routing Figure 10. BGA Escape Routing Through Depopulated
Ball Location
Figure 9 shows the recommended top layer routing pattern used to escape the BGA. The black dots are
the 0.25 mm (9.84 mil) BGA landing pads (Also shown as B in Figure 10). The black circles with white
centers are 0.457 mm (18 mil) vias.
12 System Design Guidelines for the TM4C129x Tiva™ C Series SPMA056 – October 2013
Microcontrollers Submit Documentation Feedback
Copyright © 2013, Texas Instruments Incorporated
www.ti.com General Design Information

Some things to note about Figure 9:


• For the outer two rows of balls, all but four signals route on the top layer to escape the BGA.
• Routing from the second row of balls between balls with a 0.5 mm (19.69 mil) spacing and 0.1 mm (4.0
mil) trace/space is not possible. Traces from the second row of balls must be routed through the
opening left by the depopulated ball in the first row as shown in Figure 10 where E is 0.1 mm (4 mil)
and F is 0.12 mm (4.76 mil).
• All other balls require vias to the backside or power planes. The placement of the vias is important to
enable all traces on the back side to escape. See Figure 11. It may be necessary to use a very small
grid spacing to align the vias with 4 mil spacing.
• Each set of three balls that connect to GND on the three of the corners of the BGA can share a via to
GND.
• The balls near the center of the BGA are either power (VDD) or ground (GND). These balls are
connected together in a web-like structure with 6 mil wide traces to provide a low impedance
connection to power or ground. This web structure is preferred over a copper pour, which may cause
assembly issues due to uneven ball melting.
• The location of the vias in the center of the BGA allow for placement of two 0402 decoupling
capacitors on the back side of the board directly under the BGA, as shown in Figure 11.
• Impedance controlled differential signals are routed with 0.1 mm (4 mil) trace/spacing until they escape
the perimeter of the BGA and can be routed with the desired trace width and spacing to meet the
impedance target.
• All VDD, VDDA, GND, GNDA, VREFA+ and VREFA- signals are routed as 0.1524 mm (6 mil) traces
within the BGA escape area.
• All VDDC signals are routed as 0.2032 mm (8 mil) traces within the BGA escape area.
• All other signals are routes as 1 mm (4 mil) traces within the BGA escape area.

Figure 11. Bottom Layer 212-Ball BGA Escape Routing

Figure 11 shows the bottom layer escape routing under the BGA from the vias. In the center of the bottom
layer are two 0402 sized 0.1μF decoupling capacitors connected between VDD and GND.

SPMA056 – October 2013 System Design Guidelines for the TM4C129x Tiva™ C Series 13
Submit Documentation Feedback Microcontrollers
Copyright © 2013, Texas Instruments Incorporated
General Design Information www.ti.com

3.3.4 PCB Design Rules: 90° PCB Traces


For many years, it has been common PCB design practice to avoid 90° corners in PCB traces. In fact,
most PCB layout tools have a built-in miter capability to automatically replace 90° angles with two 45°
angles.
The reality is that the signal-integrity benefits of avoiding 90° angles are insignificant at the frequencies
and edge-rates seen in microcontroller circuits (even up to and past 1 GHz/100 ps). [Johnson, H and
Graham, M, High-Speed Digital Design: a Handbook of Black Magic, Prentice Hall: New Jersey, 1993.]
Additionally, one report could find no measurable difference in radiated electromagnetic interference
(EMI). [Montrose, Mark I, Right Angle Corners on Printed Circuit Board Traces, Time and Frequency
Domain Analysis, undated.]

90°

Acceptable PCB Also acceptable


trace routing PCB trace routing
Figure 12. Acceptable PCB Trace Routing

NOTE: Loops in PCB traces are not acceptable, despite the references that indicate that the signal-
integrity benefits of avoiding 90° angles is negligible. Loops in traces form antennas and add
inductance. The data shows that if your layout does have antenna loops, then mitering the
angles to 135° is not going to help. Avoid loops in PCB traces.

Despite these conclusions, there are a few simple reasons to continue to avoid 90° angles:
• There is a higher possibility of an acid-trap forming during etching on the inside of the angle (especially
in acute angles). An acid trap causes over-etching which can be a yield issue in PCBs with small trace
widths.
• Routing at 45° typically reduces overall trace length. This practice frees board area, reduces current
loops, and improves both EMC emissions and immunity.
• It looks better. This consideration is an important factor for anyone who appreciates the art of PCB
layout.

3.3.5 Copper Pours


While solid ground and power planes are highly desirable, small areas of copper pour should be used
cautiously. It is often not a good idea to pour every available area on the routing layers of multi-layer
boards. On one- and two-layer board designs, multiple pours might be necessary, because dedicated
plane layers are not available.
If used, never leave small copper pours floating or unconnected. Isolated conductor areas can cause
unwanted coupling and EMC problems if they act as antennae. Small copper pours should have solid
connections to a ground net/trace. Ideally, use several vias to provide a low-impedance connection.

14 System Design Guidelines for the TM4C129x Tiva™ C Series SPMA056 – October 2013
Microcontrollers Submit Documentation Feedback
Copyright © 2013, Texas Instruments Incorporated
www.ti.com General Design Information

3.3.6 Chassis Ground


When properly designed, a chassis ground routed on the PCB can be a very effective feature for
addressing a range of EMC challenges.
One specific benefit is improved electro-static discharge (ESD) immunity due to the provision of a safe
discharge path that avoids sensitive circuitry in the center of the board.
In general, a chassis ground on the PCB works in conjunction with the overall enclosure to improve
electro-magnetic emissions and especially immunity.
The chassis ground should be routed or poured copper around the perimeter of the PCB, ideally on all
layers. If the ground is not present on all PCB layers, then other layers should be pulled back from the
chassis ground to avoid coupling. The chassis ground should not route over the top of any power or
ground layer.
Typically, the chassis ground should have a break or void in it to prevent loops that could cause loop
antenna effects. However, depending on the size of the board, enclosure design, and ground connection
point locations, it might still be acceptable or preferable to have a continuous chassis ground around the
board.
A chassis ground is particularly important in systems with external connectors, metal enclosures, or
apertures in the enclosure (see Figure 13).

Signal Ground Plane

USB
TM
Tiva
C Series No plane under
Gap to avoid
MCU Ethernet transformer
loop antenna

RJ45

Chassis Ground Plane

Capacitor for ESD discharge path


(sometimes included in Ethernet magnetics)

Figure 13. Chassis Ground Guidelines

SPMA056 – October 2013 System Design Guidelines for the TM4C129x Tiva™ C Series 15
Submit Documentation Feedback Microcontrollers
Copyright © 2013, Texas Instruments Incorporated
General Design Information www.ti.com

3.3.7 Routing Across Plane Splits


Avoid discontinuities in ground planes and power planes under high-speed signals as shown in Figure 14.
For all signals, a break in the ground plane removes a direct path for any return current to flow through.
This consideration is important even for balanced differential pairs because perfect matching is seldom
achievable and ground current is inevitable.

Plane A Plane A

0Ω

0Ω
Plane B
Plane B

Do not route signals over


non-continuous plane

Poor PCB trace routing Good PCB trace routing

Figure 14. Examples of PCB Trace Layout

Tiva C Series microcontrollers provide programmable drive strength for all digital output pins. When
initially bringing up the design, the drive strength for the output pins of a high-speed interface should be
set to 8mA to avoid any marginal timing requirements associated with too low of a drive strength.
However, if a signal is showing signal integrity issues such as ringing and reflections, the GPIO drive
strength can be lowered to improve the performance as long as timing requirements are still met.
It is acceptable to route lower speed and slow edge rate signals such as the open collector I2C, UART
signals and mostly static GPIOs across a plane split, however it is preferable to avoid this practice as it
can be a source of EMI radiation due to the return current flow path.

16 System Design Guidelines for the TM4C129x Tiva™ C Series SPMA056 – October 2013
Microcontrollers Submit Documentation Feedback
Copyright © 2013, Texas Instruments Incorporated
www.ti.com General Design Information

3.3.8 Routing Differential Traces


• For each differential pair, the traces withing the pair should be run parallel to each other and be
matched in length. Matched lengths minimize delay differences, avoiding an increase in common mode
noise and increased EMI, as shown in Figure 15.
• It may be impossible to maintain parallelism immediately near the connector, ESD component or
Tiva™ C series microcontroller. For these cases, minimize the distance the traces are not parallel and
keep them localized near the start or endpoints of the traces.
• Ideally there should be no crossover or via on the signal paths. Vias present impedance discontinuities
and should be minimized. Route an entire trace pair on a single layer if possible
• Choose ESD components in packages that support good differential routing of the signals they are
protecting without the need for stubs or vias. Many packages have no-connect pins that allow routing
of the differential signal through the protection circuit and a no-connect pin in order to maintain signal
spacing.

Does Not Maintain Parallelism

Avoid
Stubs

Ground or Power Plane

Figure 15. Differential Signal Pair

• Avoid stubs in differential signal pairs where possible, as shown in Figure 15 and Figure 16. Where
termination or bias resistors are needed, one terminal should be located directly on the trace. Both
resistors should be located at the same distance from the source and load.

Resistors should be
located at the same
50Ω

distance on the
trace pair
50Ω
50Ω

50Ω

Very poor stub length

Poor differential pair routing Improved differential pair routing

Figure 16. Examples of Differential Pair Layout

• PCB trace lengths should be kept as short as possible.

SPMA056 – October 2013 System Design Guidelines for the TM4C129x Tiva™ C Series 17
Submit Documentation Feedback Microcontrollers
Copyright © 2013, Texas Instruments Incorporated
General Design Information www.ti.com

• Differential signal traces should not be run such that they cross a plane split, as shown in Figure 17. A
signal crossing a plane split may cause unpredictable return current paths, resulting in an impedance
mismatch, which can impact signal quality and potentially create EMI problems.

Do NOT cross
Power or Ground
Plane Gap

Ground or Power
Ground or Power Plane
Plane

Figure 17. Differential Signal Pair-Plane Crossing

3.4 Power
This section describes design considerations related to the microcontroller power supply.

3.4.1 Microcontroller Power Supply


Tiva C Series microcontrollers require only a single +3.3V power supply connected to VDD and VDDA. Other
supply rails are generated internally by on-chip, low drop-out (LDO) regulators. The most visible internal
supply rail is the core voltage (VDDC) because it has dedicated power pins for filter and decoupling
capacitors.
During normal microcontroller operation, the power-supply rail must remain within the electrical limits listed
in the microcontroller data sheet [VDD (min) and VDD (max)]. For optimal performance of the on-chip analog
modules, the supply rail should be well regulated and have minimal ripple. Electrical noise sources such
as motor drivers, relays, and other power-switching circuits should each have a separate supply rail,
especially if analog-to-digital converter (ADC) performance is a factor.
The microcontroller has analog power-on reset (POR) and power-OK (POK) circuits that release and
assert once the VDDA power-supply rails reach specific thresholds. The microcontroller also has digital
power-OK (POK) and brown-out reset (BOR) circuits that release and assert once the VDD power-supply
rails reach specific thresholds. Details on the operation and threshold levels of these circuits can be found
in the data sheet for the part.
The supply connected to VDD must accommodate a short period (40μSec to 60μSec) of additional inrush
current that occurs as the decoupling capacitors connected to the LDO on the VDDC rail charge up to the
VDDC voltage level. Internal circuitry limits the inrush to the IINRUSH(max) specified in the data sheet for the
part. The supply connected to VDD can self limit the current it supplies to something less than the
maximum IINRUSH, however that extends the period it takes to bring VDDC up to operating voltage.
External supervisors may also be used to assert the external reset signal RST under power-on, brown-out,
or watchdog expiration conditions.

18 System Design Guidelines for the TM4C129x Tiva™ C Series SPMA056 – October 2013
Microcontrollers Submit Documentation Feedback
Copyright © 2013, Texas Instruments Incorporated
www.ti.com General Design Information

3.4.2 LDO Filter Capacitor (VDDC)


All Tiva™ C Series microcontrollers have an on-chip voltage regulator to provide power to the core. The
voltage regulator requires a filter capacitor to operate properly (see the CLDO parameter in the
corresponding microcontroller data sheet for acceptable capacitor value range).
The CLDO capacitance is the sum of the capacitor values on the VDDC pins. The recommended VDDC
capacitor solution, taking tolerance into account, consists of two or more 10%-tolerance ceramic chip
capacitors totaling 3.3μF to 3.4μF (examples are, one each of 3.3μF and 0.1μF capacitors or one each
2.2μF, 1.0μF and 0.1μF). Z5U dielectric capacitors are not recommended due to wide tolerance over
temperature.
The following recommendations should be followed when placing and routing the capacitors connected to
VDDC.
• The larger values of capacitance should be placed closest to the pin specified in the data sheet and
the 0.1uF capacitor can be placed near the other VDDC pins.
• The ESR Max Specification in the data sheet for CLDO must be adhered to and should include any via
and trace resistance from the pin or ball to the capacitors.
• All VDDC pins should be routed together using wide traces for lower resistance.
See Table 6 for examples of recommended VDDC routing and CLDO capacitor placement.

Table 6. VDDC Routing and Capacitor Placement for TM4C129x Devices


212-Ball BGA Package 128-Pin TQFP Package

• Highlighted Trace is VDDC routed with 0.254 mm (10


• Highlighted Trace is VDDC routed with 0.2032 mm (8 mil)
mil) trace
trace
• 2.2uF, 1.0uF and 0.1uF capacitors placed closest to pin
• 2.2uF, 1.0uF and 0.1uF capacitors placed closest to ball E10
115
• 0.1uF capacitor placed near ball H16
• 0.1uF capacitor placed near pin 87

NOTE: VDDC is an internally generated voltage rail. VDDC should only be connected to the CLDO filter
capacitors. VDDC should not be connected to any kind of external source or load.

SPMA056 – October 2013 System Design Guidelines for the TM4C129x Tiva™ C Series 19
Submit Documentation Feedback Microcontrollers
Copyright © 2013, Texas Instruments Incorporated
General Design Information www.ti.com

3.4.3 Decoupling Capacitors


Ideally, Tiva™ C Series microcontrollers should have one decoupling capacitor in close proximity to each
power-supply pin. Decoupling capacitors are typically 0.1 μF in value and should be accompanied by a
bulk capacitor near the microcontroller. The combined VDD and VDDA bulk capacitance of the
microcontroller is typically between 2 μF and 22 μF, with values on the upper end of that range providing
measurable ripple reduction in some applications, especially if the circuit board does not have solid power
and ground planes. Bulk capacitance is particularly important if the microcontroller is connected to high-
speed interfaces or must source significant GPIO current (that is, greater than 4mA) on more than a few
pins.
For optimal performance, locate one decoupling capacitor adjacent to each VDD power and ground pin
pair. At a minimum, there should be one decoupling capacitor on each side of the microcontroller package
connected between VDD and Ground.
VDDA/GNDA and packages that support VREFA+/VREFA- have specific decoupling requirements as defined by
CREF in the data sheet. Refer to Section 3.4.5 for additional details.

Decoupling capacitors should be 6.3 V to 25 V, X5R/X7R ceramic chip types. Z5U dielectric capacitors are
not recommended due to wide tolerance over temperature.
The capacitance of most ceramic capacitors decreases with increasing voltage. Avoid using capacitors at
close to their rated voltage unless reduced capacitance is acceptable. X7R capacitors may lose 15%-20%
of their capacitance at rated voltage while Y5V capacitors may drop 75%-80%. [(Cain, Jeffrey,
Comparison of Multilayer Ceramic and Tantalum Capacitors, AVX Technical Bulletin.)]
Figure 18 shows different options for routing PCB traces between the Tiva C Series microcontroller power
pins and a decoupling capacitor.
Cap

Cap Cap Cap


VDD

VDD
GND

GND

VDD

GND

VDD

GND
A) Best practice B) Acceptable C) Acceptable D) Not Recommended
Minimal inductance from Short low inductance traces Inductance to VDD and GND Distance from pins to vias
between capacitor, pins and from power pins to vias and planes is low increasees inductance in
power planes. from capacitor pins to vias. power rails
Power planes are lower
inductance than routed traces.
Cap

Cap

Cap
Cap
VDD

VDD

VDD
GND

GND

GND
VDD

GND

E )Acceptable F )Acceptable G )Acceptable H )Not recommended


Via locations are as close to Via locations are as close to Although GND trace from Via is located too far from
pins as possible. Traces to pins as possible. Traces to the pin to capacitor is not the GND pin, adding
capacitor are short. Low capacitor are short. optimal, the inductance inductance to the path.
inductance ground plane from pins to power planes is
used to connect pin and low.
capacitor GND.

Figure 18. QFP PCB Routing Options

20 System Design Guidelines for the TM4C129x Tiva™ C Series SPMA056 – October 2013
Microcontrollers Submit Documentation Feedback
Copyright © 2013, Texas Instruments Incorporated
www.ti.com General Design Information

Table 7 shows recommended example placement and routing of the VDD and VDDA decoupling capacitors.

Table 7. VDD Routing and Capacitor Placement Examples for TM4C129x Devices
212 BGA Package 128 TQFP Package

• The highlighted traces show the VDD net and decoupling


• The highlighted traces show the VDD net and decoupling cap cap locations.
locations. • Blue Traces and pads are on the top side. Red Traces
• Blue Traces and pads are on the top side. Red Traces and and pads are on the bottom side.
pads are on the bottom side. • Most of the decoupling caps shown in this example are
• Two decoupling caps are located on the back side directly on the back side.
under the BGA. • There is at least one decoupling capacitor on each side
of the chip.

3.4.4 Splitting Power Rails and Grounds


Tiva™ C Series microcontrollers are designed to operate with VDD and VDDA pins connected directly to the
same +3.3V power source. Some applications may justify separation of VDDA from VDD to allow insertion of
a filter to improve analog performance. Before deciding to split these power rails, the power architecture of
the device should be reviewed to determine which on-chip modules are powered by each supply. The
device data sheet contains a drawing that shows power architecture.

Filter options include filter capacitors in conjunction with either a low-value resistor or inductor/ferrite bead
to form a low-pass filter.
If the VDD and VDDA pins are split, the designer must ensure that VDDA power is applied before or
simultaneously with VDD and that VDDA is removed after or simultaneously with VDD.
If VDDA is to be selected as a reference source for the ADC, the ADC will achieve better performance when
powered with a separate VDDA power rail and filtered with a 0.01uF and 1uF capacitor (CREF) between VDDA
and GNDA.
The GND and GNDA pins should always be connected together—preferably to a solid ground plane or
copper pour.

SPMA056 – October 2013 System Design Guidelines for the TM4C129x Tiva™ C Series 21
Submit Documentation Feedback Microcontrollers
Copyright © 2013, Texas Instruments Incorporated
General Design Information www.ti.com

3.4.5 VREFA+/VREFA-
VREFA+ and VREFA- can be selected to be the reference voltage for the ADC maximum and minimum
conversion values.
Some Tiva™ C Series parts have VREFA+ and VREFA- brought out to dedicated pins, some parts have a
dedicated pin for VREFA+ and VREFA- is internally connected to GNDA and some parts do not have dedicated
pins for VREFA+ or VREFA-, and instead VREFA+ is internally connected to VDDA and VREFA- is internally connected
to GNDA.
For designs that require high-precision ADC conversions and use MCUs that have dedicated VREFA+ or
VREFA- pins, should ensure that the references pins are connected to a high precision voltage reference. IF
the ADC conversions are not required to be high precision, then VREFA+ should be externally connected to
VDDA and VREFA- should be externally connected to GNDA.

NOTE: Do not leave VREFA+ or VREFA- unconnected. VREFA+ must power up after or simultaneous to VDDA.

For optimized ADC precision, VREFA+ should be supplied from a high-precision reference such as the TI
REF3230. VREFA- should be connected to GNDA and a 0.01uF and 1uF filter capacitor pair (CREF) should be
placed as close as possible to the VREFA+/VREFA- pins. The Enable and V_IN of the REF3230 should be
driven from VDD or VDDA to ensure the correct power up sequence.

Table 8. Example VREFA+/VREFA- Routing and Capacitor Placement Examples for TM4C129x Devices
212 BGA Package 128 TQFP Package

• The highlighted trace is the VREFA+ net • The highlighted trace is the VREFA+ net
• The 1uF capacitor is located on the top side. The 0.01uF • C26 and C27 are the 1uF and 0.01uF capacitors placed
capacitor is located on the bottom side. close to the device.
• In this example, VREFA- is a dedicated pin connected directly • This device has VREFA- internally connected the GNDA
to GND. pin, which is connected to digital GND on this design.

22 System Design Guidelines for the TM4C129x Tiva™ C Series SPMA056 – October 2013
Microcontrollers Submit Documentation Feedback
Copyright © 2013, Texas Instruments Incorporated
www.ti.com General Design Information

3.4.6 VBAT
The TM4C129x family of devices supports a VBAT supply for battery-backed RAM retention and RTC
operations when the main VDD supply is not powered. VBAT has a maximum ramp time, as specified in the
data sheet as VBATRMP. If VBAT is to be driven from a coin cell battery or switched, an RC filter as shown in
Figure 19 can be used adhere to the VBATRMP rise time requirement.

d/s¡
Microcontroller
VBAT
51 Ohm Coin
0.1uF Cell

Figure 19. VBAT RC Filter

If a dedicated battery is not going to be used, VBAT can be connected to the same net driving the VDD pins
without adding the RC filter.
No dedicated decoupling is needed for the VBAT pin.

NOTE: If a single-ended clock source is used to drive XOSC0 to the RTC/hibernation module, the
voltage level of VBAT impacts the acceptable XOSC0 input levels. Refer to the HIB Oscillator
Input Characteristics in the data sheet.

SPMA056 – October 2013 System Design Guidelines for the TM4C129x Tiva™ C Series 23
Submit Documentation Feedback Microcontrollers
Copyright © 2013, Texas Instruments Incorporated
General Design Information www.ti.com

3.5 Reset
This section describes design considerations related to reset.

3.5.1 External Reset Pin Circuits


A special external reset circuit is not normally required. Tiva C Series microcontrollers have an on-chip
Power-On-Reset (POR) circuit with a delay to handle power-up conditions.
The RST input pin can be used to hold off initialization of the device if asserted prior to power on reset, or
to create the equivalent of a power on reset if asserted after power has been applied. The input pin can be
configured to perform either a system reset, power-on-reset, or a simulated full initialization. Refer to the
External RST Pin section of the System Control chapter in the device data sheet for specific details.
The RST pin should never be left floating. It can be driven from a voltage supervisor or other control chip.
It can be connected to an external RC combination or it can be pulled up using a 0 to 100K resistor
connected to VDD.
The RST pin input contains a glitch filter to prevent noise from causing a system reset.
The RST input pin is one of several device reset controls. Refer to the System Control chapter in the part
data sheet for specific details.
Because the RST signal routes to the core as well as most on-chip peripherals, it is important to protect
the RST signal from noise. This protection is particularly important in applications that involve power
switching where fast transitions can couple into the reset line. The reset PCB trace should be routed away
from noisy signals. Do not run the reset trace close to the edge of the board or parallel to other traces with
fast transients.
If you choose to use a capacitor it should be located as close to the pin as possible.
If the RST signal source is another board, it is recommended to add a buffer IC on the Tiva C Series
board to filter the signal.
A simple push-switch can be used to provide a manual reset. To protect against possible device damage
due to electrostatic discharge and to avoid ringing on the RST signal caused by switch bounce and stray
inductance, add a low-value resistor (100 Ω) in series with the switch.
Reset circuit options are shown in the microcontroller data sheets.

24 System Design Guidelines for the TM4C129x Tiva™ C Series SPMA056 – October 2013
Microcontrollers Submit Documentation Feedback
Copyright © 2013, Texas Instruments Incorporated
www.ti.com General Design Information

3.6 Crystal Oscillators


This section describes design considerations related to the microcontroller oscillators.

3.6.1 Crystal Oscillator Circuit Components

3.6.1.1 Main Oscillator Circuit


Tiva™ TM4C129x family of microcontrollers has a main oscillator circuit that can be used as a clock
source for the device. This clock source is required for parts that contain and use the USB, Ethernet or
CAN interfaces.
Tiva™ TM4C129x family parts that support the integrated Ethernet PHY require a 25MHz crystal on the
main oscillator circuit. If the integrated Ethernet PHY is not used, any of the supported crystals as
specified in the data sheet can be used.
Some of the Tiva™ C family parts bring the GNDX2 signal of the main oscillator circuit out to a ball or pin
on the part. When the GNDX2 signal is available, it should be connected to the digital ground plane as
shown in Figure 20 for proper operation. Early designs may show the crystal load capacitors and GNDX2
pin connected only to each other without a connection to digital ground. Either is a valid configuration,
however the low-impedance connection to the digital ground helps isolate the circuit from external system
noise sources.
When the GNDX2 signal has not been brought out to a ball or pin, then it has been connected to a GND
pin internally. These devices must be connected as shown in Figure 21.

d/s¡D]Œ}}všŒ}ooŒ d/s¡D]Œ}}všŒ}ooŒ
Main Oscillator Circuit Main Oscillator Circuit

OSC0 OSC1 GNDX2 OSC0 OSC1

RS RS

Crystal Crystal
C1 C2 C1 C2

Figure 20. Main Oscillator Circuit with GNDX2 Figure 21. Main Oscillator Circuit without GNDX2
The device data sheet provides a list of recommended crystals that have been simulated to work with the
main oscillator and includes recommended values for C1, C2 and RS. It may be possible to substitute other
manufacturer's crystals with like crystal parameters and frequencies. Crystals with CL values of 18pF or
greater or that support a maximum drive of less than 200μW are not robust enough to be used.
It is possible to use a single-ended clock source such as an external oscillator to drive the OSC0 input of
the Main Oscillator Circuit. Refer to the device's data sheet for input specifications. When a single-ended
clock source is used, the OSC1 pin should be left unconnected and GNDX2, if present, should be
connected to GND.

SPMA056 – October 2013 System Design Guidelines for the TM4C129x Tiva™ C Series 25
Submit Documentation Feedback Microcontrollers
Copyright © 2013, Texas Instruments Incorporated
General Design Information www.ti.com

3.6.1.2 Hibernate Oscillator Circuit

Some of the devices in the TM4C129x family have a hibernation module that runs from a 32.768-kHz
clock source used to clock the Real Time Clock (RTC) circuit within the module accurate even when only
VBAT is supplied to the system. Refer to the device's data sheet for specifics on the Hibernation Module
and the Hibernation Clock Source Specifications.
There are many readily available crystals that meet the Hibernation Clock Source Specification in the data
sheet so there is no need to provide a specific recommended list.
Some of the Tiva™ C family parts bring the GNDX signal of the hibernate oscillator circuit out to a ball or
pin on the part. When the GNDX signal is available, it should be connected to the digital ground plane as
shown in Figure 22 for proper operation. Early designs may show the crystal load capacitors and GNDX
pin connected only to each other without a connection to digital ground. Either is a valid configuration,
however the low-impedance connection to the digital ground helps isolate the circuit from external system
noise sources.
When the GNDX signal has not been brought out to a ball or pin, then it has been connected to a GND pin
internally. For this configuration, implement the circuit shown in Figure 23.

d/s¡D]Œ}}všŒ}ooŒ d/s¡D]Œ}}všŒ}ooŒ
Hibernate Oscillator Circuit Hibernate Oscillator Circuit

XOSC0 XOSC1 GNDX XOSC0 XOSC1

32.768KHz 32.768KHz

Crystal Crystal
C1 C2 C1 C2

Figure 22. Hibernate Oscillator Circuit with GNDX Figure 23. Hibernate Oscillator Circuite without GNDX

Capacitors C1 and C2 must be sized correctly for reliable and accurate oscillator operation. Crystal
manufacturers specify a load capacitance (CL) which should be used in the following formula to calculate
the optimal values of C1 and C2.
CL = (C1 * C2 ) / (C1 + C2 ) + CS (4)
CS is the stray capacitance in the oscillator circuit. Stray capacitance is a function of trace lengths, PCB
construction, and microcontroller pin design. For a typical design, CS should be approximately 2pF to 4pF.
Because C1 and C2 are normally of equal value, the calculation for a typical circuit simplifies slightly to:
C1 and C2 = (CL – 3pF) * 2 (5)
C1 and C2 should stay within the maximum and minimum specifications listed in the Hibernation Clock
Source Specifications section of the data sheet for the part. Capacitors with an NP0/C0G dielectric are
recommended and are almost ubiquitous for small-value ceramic capacitors.
It is possible to use a single-ended clock source such as an external oscillator to drive the XOSC0 input of
the Hibernate Oscillator Circuit. Refer to the device's data sheet for input specifications. When a single-
ended clock source is used, the XOSC1 pin should be left unconnected and GNDX, if present, should be
connected to GND.

26 System Design Guidelines for the TM4C129x Tiva™ C Series SPMA056 – October 2013
Microcontrollers Submit Documentation Feedback
Copyright © 2013, Texas Instruments Incorporated
www.ti.com General Design Information

3.6.2 Crystal Oscillator Circuit Layout


The key layout objectives should be to minimize both the loop area of the oscillator signals and the overall
trace length. A poor oscillator layout can result in unreliable or inaccurate oscillator operation and can also
be a noise source. Ideal trace length is less than 0.25 in or 6 mm. Do not exceed 0.75 in or 18 mm.
Figure 24 shows a preferred layout for a small surface-mount crystal. The GND side of each capacitor
routes directly to a via that provides a low-impedance connection to the GND plane.

C1 C2

Crystal

Figure 24. Recommended Layout for Small Surface-Mount Crystal

Some crystal circuits require a series resistor RS in order to limit drive power delivered to the crystal. This
component should be a small chip resistor located between capacitor C2 and the OSC1 pin of the device.
Figure 25 shows a recommended layout for a small surface-mount crystal for a device that contains a
GNDX pin between the XOSC0/XOSC1 signals. The GND side of each capacitor can share the via with
the GNDX pin using a 10 mil wide trace to provide a low-impedance connection to the GND plane. If the
distance between capacitors and the GNDX pin is greater than 200 mils, each should have their own via
to GND.
XOSC0

XOSC1
GNDX

C1 C2

Crystal

Figure 25. Recommended Layout for Crystal with GNDX Connection

SPMA056 – October 2013 System Design Guidelines for the TM4C129x Tiva™ C Series 27
Submit Documentation Feedback Microcontrollers
Copyright © 2013, Texas Instruments Incorporated
General Design Information www.ti.com

3.7 JTAG Interface


This section describes design considerations related to the microcontroller JTAG interface.

3.7.1 Debug and Programming Connector


When designing a board that uses a Tiva™ C Series microcontroller, it is preferable to provide
connections to all JTAG/SWD signals. In pin-constrained applications, SWD can be used instead of JTAG.
SWD only requires two signals (SWCLK and SWDIO), instead of the four signals that JTAG requires,
freeing up two additional signals for use as GPIOs. Check that your preferred tool-chain supports SWD
before choosing this option. The LM Flash Programmer utility can program devices using SWD.
The most common ARM® debug connector is a 2x10-way, 0.1 in pitch header. Although it is robust, the
0.1 in header is too large for many boards and is considered legacy implementation. An alternate
connector definition, which is now quite popular, uses a 0.05-in, half-pitch 2x5 connector known as the
Cortex Debug Connector. The applicable assignments for both connectors are shown in Table 9.

Table 9. Applicable Debug Connector Pin Assignments


Legacy ARM 20-pin Cortex Debug Connector 10-pin
JTAG/SWD Signal
(0.1 in pitch) (0.05 in pitch)
TCK/SWCLK 9 4
TMS/SWDIO 7 2
TDI 5 8
TDO/SWO 13 6
RESET 15 10
GND 4, 6, 8, 10, 12, 14, 16, 18, 20 3, 5, 9
TVCC 1 1

Tiva™ C Series microcontrollers have default internal pull-up resistors on TCK, TMS, TDI, and TDO
signals. External pull-up resistors are not required if these connections are kept short. If the JTAG signals
are greater than 2 in. (51 mm) or routed near an area where they could pick up noise, TCK should be
externally pulled-up with a 10K or stronger resistor or pulled-down with a 1K or stronger resistor to prevent
any transitions that could unexpectedly execute a JTAG instruction.

28 System Design Guidelines for the TM4C129x Tiva™ C Series SPMA056 – October 2013
Microcontrollers Submit Documentation Feedback
Copyright © 2013, Texas Instruments Incorporated
www.ti.com General Design Information

3.8 CoreSight ETM Trace Port Connections


The TM4C129x family of microcontrollers includes ARM's Embedded Trace Macrocell (ETM) for
instruction trace capture. Trace data is output on pins TRD0-3 and clocked with TRCLK. Refer to the
Signal Tables in the device's data sheet to determine which GPIOs the trace signals are available on.
ARM defines a 2x10 0.05 in pitch connector with a key on pin 7 as a standard to interface to debuggers
supporting JTAG with trace data capture. Figure 26 shows this connector definition with signal names
corresponding to those found in the Tiva™ C device's data sheet.

VDD 1 2 TMS/SWDIO
GND 3 4 TCK/SWDCLK
GND 5 6 TDO/SWO
KEY 8 TDI
GNDDetect 9 10 RST#
GND 11 12 TRCLK
GND 13 14 TRD0
GND 15 16 TRD1
GND 17 18 TRD2
GND 19 20 TRD3

Figure 26. Cortex + ETM Connector

On TM4C129x family devices, TRCLK runs at 1/2 of the system clock speed, which can be a high
frequency. TRD0-3 and TRCLK should be short traces less than 6 in. (152 mm) in length. The TRCLK and
TRD0-3 I/O pads should be configured for 8mA drive strength initially and reduced on an individual basis if
needed.
On some Tiva™ C microcontroller development kits, the 2x10 0.05 in pitch connector is used, however
PA1 (U0TX) is connected to pin 14 (TRD0) and PA0 (U0RX) is connected to pin 16 (TRD1) in order to
provide a debug UART interface to TI's on-board ICDI.

SPMA056 – October 2013 System Design Guidelines for the TM4C129x Tiva™ C Series 29
Submit Documentation Feedback Microcontrollers
Copyright © 2013, Texas Instruments Incorporated
General Design Information www.ti.com

3.9 System
This section describes system-level design considerations related to the TM4C129x family of
microcontrollers.

3.9.1 I/O Drive Strengths


The Tiva™ C series microcontrollers have GPIO pads with programmable drive strength. For outputs
driving high-speed buses, higher capacitance loads greater than 15pF, or LEDs, the 8mA drive strength
should be selected. Higher drive strengths can be selected based on the VOL, VOH and total GPIO current
per side limits given in the parts data sheet.
Some Tiva™ C series microcontrollers have GPIO pads that are limited to 2mA drive strength. If these
pads are to be used as outputs, they should be limited to low capacitance loads less than 15pF or signals
that can support the longer rise/fall time associated with a 2mA drive strength. Refer to the device's data
sheet for a list of GPIO pins supporting only 2mA drive.
The GPIOs that are shared with the USB functions USB0DP and USB0DM on TM4C129x microcontrollers
are fixed at 4mA drive strength and cannot be configured as open drain. These limitations must be
considered if these pins are used as outputs.

3.9.2 Series Termination Resistors


Series termination resistors provide two different functions. The first type of use is for outputs with fast
rise/fall times driving light loads to help match the output impedance of the driver to the impedance of the
net being driven. This configuration helps with several items:
• Lower over- or under-shoot at the input destination.
• Reduce ringing near the transition region of the input that could cause false clocking or timing
violations.
• Limit crosstalk induced on neighboring signals.
• Reduce EMC emissions.
Output series termination is best placed within 0.5 in (12.7 mm) of the output pin. The values used are
system dependent but often are one of 0Ω, 10Ω, 22Ω or 33Ω.
The second type of series termination resistor use is to protect input and output pins from ESD strikes by
limiting the currents and voltages seen at these pins. This protection is particularly important for signals
that go to connectors that are exposed externally to the system and for signals that go through connectors
to other boards or cables that remain in the system. Higher speed signals that go from board to board
typically have resistor values in the 10Ω to 33Ω range. Lower speed signals that connect to cables or
external connectors typically have resistor values in the 50Ω to 150Ω range.

30 System Design Guidelines for the TM4C129x Tiva™ C Series SPMA056 – October 2013
Microcontrollers Submit Documentation Feedback
Copyright © 2013, Texas Instruments Incorporated
www.ti.com General Design Information

3.9.3 ESD/EMC Protection


Any signal from the Tiva™ C series microcontroller that is exposed outside the system enclosure via a
connector should have ESD protection. Common examples are Ethernet and USB signals. ESD protection
for Ethernet is covered in Section 4.1. ESD protection for USB is covered in Section 4.3.
In some system environments, signals that stay internal but come through a connector from another board
or cable can be subject to radiated noise from electrical noise sources such as motor drivers, relays, and
other power-switching circuits. Radiated noise is particularly a concern for two-layer boards that do not
have a solid ground plane to shield the signals from this type of noise. For signals that fall into this
category, it is recommended that PCB footprints be included in the design to allow for the components
shown in Figure 27 or Figure 28. Package options for the TVS diodes that support multiple I/O are also
available.
The exact resistor values and TVS diode configuration is highly system and environment dependent.
Timing requirements of the interface, input or output signal direction, exposure to electrical noise sources,
and IEC test level must be taken into account when determining what values to use.

d/s¡ Connector d/s¡ Connector


Microcontroller 10-150 Microcontroller 10-150
GPIO GPIO

ESD
ESD

TPD1ExxB
TPD1ExxU

Figure 27. General Protection Using Bi-direction TVS Figure 28. General ESD Protection Using Uni-direction
Diode TVS Diode
Table 10 lists some recommended TI ESD protection options for use with the Tiva™ C series
microcontrollers.

Table 10. ESD Protection Options


Part# Description
TPD1E10B06 Bi-Directional ESD protection for low-speed I/O with +/-6V breakdown voltage and 12pF IO capacitance.
TPD1E05U06 Uni-Directional ESD protection for high-speed I/O with +6.5V breakdown voltage and 0.45pF IO capacitance
TPD2E001 2-Channel Low-Capacitance ESD protection array for high-speed data interfaces
TPD4E1B06 Quad Channel High-Speed ESD Protection (Device side Ethernet)
TPD4S012DRYR 4-Channel ESD Protection for USB-HS/USB OTG

3.9.4 Interrupt Pin Selection


Any GPIO pin in the microcontroller can be used as an interrupt input pin. In most cases, there is one
interrupt vector per GPIO port, so the interrupt service routine must check status registers to determine
which port pin generated the interrupt. The system designer must determine if it is more desirable to group
more than one interrupt within a GPIO bank or separate interrupts to unique GPIO banks. Some Tiva™ C
Series microcontrollers have one or two GPIO banks where each individual pin in that bank has a unique
interrupt vector. Consult the device's data sheet to determine which GPIO pins have this capability.

SPMA056 – October 2013 System Design Guidelines for the TM4C129x Tiva™ C Series 31
Submit Documentation Feedback Microcontrollers
Copyright © 2013, Texas Instruments Incorporated
General Design Information www.ti.com

3.9.5 Clock Routing


Special attention should be paid to any pins or nets that are used as clock signals. The cleanest clock is
one that routes directly from an output pin to an input pin without stubs, tees, or multiple destinations. The
following guidelines should be considered when routing clock signals:
• Give clocks 2x spacing from other signals. Fore example, if a 7 mil trace with 7 mil space routing rules
are being used, give 14 mil spacing between the clock and any other signal. This distance limits any
crosstalk from neighboring nets.
• Add a footprint for a series resistor close to the clock output pin in order to adjust for any ringing or
EMI concerns beyond what changing the I/O drive strength can do. Typical series resistor values are
0Ω, 10Ω, 22Ω or 33Ω.
• If probe points are added for clocks, place them as close to the clock destination as possible. Consider
adding a ground point nearby for ease of measurement. Clocks look their noisiest near the middle of
the net due to reflections. Clocks measured at a location other than the destination are usually not
representative of of how the signal appears at the destination.
• When routing a clock to multiple destinations, try to group the destination points in the same area. In
most cases, it is best to daisy-chain route the clock instead of tee routing the clock to the destinations.
Tee routing generally causes greater reflections unless carefully balanced.
• When routing a clock to multiple destinations, place the most timing sensitive and critical of the
destination devices at the end of the net where the clock is the cleanest.
• The clock should follow the same general path as the data and control signals associated with the
interface it clocks to help maintain any relative bus timings.
• Clocks should avoid crossing splits in the ground or power plane.

NOTE: Clocks that are open-collector, such as I2C clocks running at 400KHz, have a very slow rise
time and are designed for multiple drops. These guidelines are not meant to restrict such
clocks.

3.9.6 5-V Tolerant Inputs


The TM4C129x family of microcontrollers do not have 5V tolerant GPIO inputs with the exception of PB1
which is used as USB0VBUS. Refer to the device's data sheet for details on this input.

3.9.7 Unused Pins


The preferred connection for an unused microcontroller pin depends on the pin function. Each Tiva™ C
Series microcontroller data sheet has a table in the Signals Tables chapter that lists the fixed function pins
as well as both the acceptable practice and the preferred practice for reduced power consumption and
improved electromagnetic compatibility (EMC) characteristics. If a module is not used in a system, and its
inputs are grounded, it is important that the clock to the module is never enabled by setting the
corresponding bit in the RCGCx register.

3.9.8 Errata Documentation


Part of any good system design includes reviewing and understanding any errata associated with the
revision of device being used. Each family of Tiva™ C series microcontrollers has a separate published
errata document that describes any deviations from the data sheet. These advisories must be followed to
ensure correct device operation.

3.10 All External Signals


This section describes design considerations related to signals that connect directly from the
microcontroller to a connector that takes the signal to another board or external device.
The system design must ensure that the ground reference of any incoming signal is the same as the
microcontroller ground. If the grounds do not match, the signal level seen at the input pin of the
microcontroller might be significantly higher than what the data sheet specifies. Ground connections
between boards should be low impedance and as short as possible.

32 System Design Guidelines for the TM4C129x Tiva™ C Series SPMA056 – October 2013
Microcontrollers Submit Documentation Feedback
Copyright © 2013, Texas Instruments Incorporated
www.ti.com Feature-Specific Design Information

The system design should avoid routing the VDD 3.3V supply that connects to the microcontroller directly to
a connector pin that can be subject to ESD or EMC radiated emissions. If VDD does need to be routed to a
connector, it should be routed through a ferrite bead and optionally a TVS diode.
I/O signals that are sourced from cables or other boards should not be driven prior to the power being
applied to the microcontroller unless the strict guidelines for injection current and voltage limits from the
data sheet are followed.
External I/O signals that come directly from the microcontroller should have layout options to implement
ESD protection, as described in Section 3.9.3.

4 Feature-Specific Design Information


This section contains feature-specific design information and is grouped by function or peripheral:
• Ethernet PHY • Comparators
• Ethernet MII/RMII • Timer/PWM
• USB • External Peripheral Interface (EPI)
• USB ULPI • LCD Controller
• SSI Buses • Quadrature Encoder Interface (QEI)
• UART • GPIO
• I2C/SMBUS • Hibernation Signals
• ADC

4.1 Ethernet Internal PHY


This section describes design considerations related to the TM4C129x internal Ethernet PHY and details
related to the network or Medium Dependent Interface (MDI) connection.
The MDI connection is accomplished via the transmit (EN0TX0P & EN0TX0N) and receive (EN0RXIP &
EN0RXIN) differential pair pins. These signals connect to a termination network, then to 1:1 magnetics
(transformer) then through TVS diodes for ESD protection and to an RJ-45 as shown in Figure 29. These
names reflect the default functions—in fact, the receive and transmit pairs are identical and can perform
either function because the Internal Ethernet PHY supports MDI/MDX.

Figure 29. 10/100 Mb/s Twisted Pair Interface

SPMA056 – October 2013 System Design Guidelines for the TM4C129x Tiva™ C Series 33
Submit Documentation Feedback Microcontrollers
Copyright © 2013, Texas Instruments Incorporated
Feature-Specific Design Information www.ti.com

4.1.1 Termination Resistors


Four pull-up resistors are required for terminating and biasing the Ethernet transceivers. Refer to R40,
R41, R42 and R37 in Figure 29. These resistors should be connected from the EN0TXOP, EN0TXON,
EN0RXIP, and EN0RXIN signals to +3.3 V. The specified value for these resistors is 50 Ω. The
recommended, commonly available value is 49.9 Ω, 1%. Do not use resistors with a tolerance greater than
1%. Resistor power dissipation is low because the peak voltage on the resistor is only approximately 1 V
in 100 Mbps mode and 2.5V in 10 Mbps mode. Small, 0402 (1005 metric) surface-mount resistors have an
acceptable power rating.

4.1.2 Isolation Transformer

The transformer used in the MDI connection provides DC isolation between local circuitry and the network
cable. The Tiva™ C Series data sheets list both the part number and manufacturer's name for approved
Ethernet transformer (magnetics) options. Other parts can be approved by similarity, but it is highly
recommended to check with the manufacturer for their assessment of suitability. Magnetics with integrated
common mode choking devices are recommended to help with EMI performance.
The center tap of the transformer (microcontroller-side of the transformer) should be connected to +3.3V.
Each connection point to the +3.3V rail must be adequately filtered with a capacitor (0.1 μF or greater) if a
solid power-plane is present (C40, C60 in Figure 29). If the center tap connects to a PCB trace instead of
a plane, the capacitor value should be 1 μF or greater.
The center tap of the isolated windings (RJ-45 side of the transformer) has "Bob-Smith" termination
through 75Ω resistors (R64, R65 in Figure 29) and a 1000pF capacitor (C90 in Figure 29) to chassis
ground. The termination capacitor should be rated to a voltage of at least 2kV.
In certain applications, an alternate method of connecting the internal PHY to another device may be
desirable. Specifically, designs for applications where a backplane is the choice of media between
devices. In these applications, DC isolation must be maintained while providing an AC signal coupling
path by using capacitors for the connection instead of magnetics. This type of configuration is not IEEE-
compliant, and data sheet specifications are not guaranteed. For details on the transformerless
configuration, refer to TI Application Report SLLA327.

4.1.3 RJ-45 Connections


Use of a metal shielded RJ-45 connector with the shield connected to chassis ground is recommended to
improve EMI performance.
"Bob-Smith" termination to the RJ-45 connector involves 75Ω termination resistors connected to the
unused differential pair connections on the RJ-45 connector (R66, R67 in Figure 29). "Bob-Smith"
termination is used to reduce noise resulting from common mode current flows, as well as reduce
susceptibility to any noise from unused wire pairs on the RJ-45.

NOTE: A modified "Bob-Smith" termination is required for Power Over Ethernet (PoE) applications
which consists of DC blocking capacitors in series with the 75Ω termination resistors.

4.1.4 RBIAS Resistor


An additional resistor is required on the RBIAS pin (R38 in Figure 29) to set the bias voltage for the
Ethernet module. The bias resistor is a 4.87-KΩ 1% resistor and must be located close to the
microcontroller pin (ideally less than 0.25 in, or 6 mm). The other resistor terminal should have a very
short trace directly to GND. The trace/via for the GND connection should not be shared with any other pin.
An incorrect value of RBIAS resistor results in incorrect amplitude on the transmit differential pair.

4.1.5 Crystal Requirements


In order to use the Internal Ethernet PHY, the main oscillator circuit of the microcontroller must be driven
with a 25MHz +/- 50ppm clock source. Refer to Section 3.6 for additional details about the Main Oscillator
Circuit.

34 System Design Guidelines for the TM4C129x Tiva™ C Series SPMA056 – October 2013
Microcontrollers Submit Documentation Feedback
Copyright © 2013, Texas Instruments Incorporated
www.ti.com Feature-Specific Design Information

4.1.6 Ethernet ESD


ESD protection for the MDI differential pairs is strongly recommended. One recommended solution is the
SLVU2.8-4 TVS Diode Array, shown in Figure 29 as D14. This device is placed on the differential lines
between the transformer and the RJ45 connector. The JEDEC SO-8 package is well suited for routing the
transmit and receive differential pairs.
A second solution that can be placed on the device side of the transformer between the termination
resistors on the differential pairs and the transformer is TI's TPD4E1B06. This device is not shown in
Figure 29.

4.1.7 Ethernet LEDs


The LEDs associated with the internal Ethernet PHY (EN0LED0, EN0LED1, EN0LED2) are multiplexed in
several locations with some of the microcontrollers GPIOs. Refer to the Signal Tables section of the
device's data sheet. Any of the EN0LEDs can perform any of the internal Ethernet PHY LED functions.
The EN0LEDs can be connected such that current is sourced from the GPIO, through a resistor and into
the anode of an LED (Refer to Figure 30) or the GPIO can be connected to the cathode of the LED and
sink current (Refer to Figure 31). All EN0LEDs must be wired up in the same manner. It is common to
have LEDs as part of the RJ-45, which are connected up no different than discrete LEDs.

VDD
d/s¡
Microcontroller
EN0LED0
d/s¡
EN0LED1 Microcontroller
EN0LED0
EN0LED2
EN0LED1

EN0LED2

Figure 30. GPIO Sourcing LED Current Figure 31. GPIO Sinking LED Current

4.1.8 Ethernet PHY PCB Layout


Good PCB layout and routing practices are important to ensure reliable Ethernet signaling, as shown in
the example depicted in Figure 32.
Follow these design rules and recommendations when routing the MDI interface of the Integrated Ethernet
PHY for best results:
• Route the transmit and receive differential pairs on the top layer with a trace width and differential
spacing tuned to the PCB stack-up for 100Ω differential impedance as detailed in Section 3.2.3.2.
– It may be difficult to implement a trace geometry that achieves both 100Ω differential impedance
and 50Ω single-ended impedance. The most critical parameter to optimize in this design is the
100Ω differential impedance.
• Follow the recommendations for routing differential pairs as detailed in Section 3.3.8. The individual
traces within the differential pair should be length matched to within 0.05 in (1.27 mm).
• Separate the Ethernet transmit pair from the receive pair by at least 0.050 in (1.27 mm). This
requirement is necessary to avoid cross-coupling between the RX and TX pairs.
• Place Ethernet termination resistors as close as possible to the Tiva™ C Series microcontroller.
• Place the Ethernet transformer within 1 in (2.54 mm) of the RJ-45 connector.
• Place 0.1μF capacitors close to the Ethernet transformer. Refer to C40 and C66 in Figure 32.
• A continuous ground plane is a good PCB design practice; however, there are special considerations
when using planes and copper pours near Ethernet signals. The following restrictions apply only to

SPMA056 – October 2013 System Design Guidelines for the TM4C129x Tiva™ C Series 35
Submit Documentation Feedback Microcontrollers
Copyright © 2013, Texas Instruments Incorporated
Feature-Specific Design Information www.ti.com

Ethernet circuits.
– Do not extend the ground plane under the transformer unless the transformer is shielded on all
sides.
– Do not extend the ground plane under the signals from the transformer to the connector. Refer to
the lack of a ground plane under T1, D14 and J8 in Figure 32.
– Do not extend the power plane (that is, the VDD plane) under the Ethernet signals unless there is a
solid ground plane between the differential Ethernet signals and the power plane.
– Make sure there are no ground plane discontinuities under or near the differential signals between
the microcontroller and the transformer.
– Create a chassis ground to which the metal shield of the RJ-45 is connected and the "Bob-Smith"
termination is connected, as described in Section 3.3.6.

Figure 32. Ethernet PHY PCB Layout

4.2 External Ethernet PHY Interface


An external Ethernet PHY Interface is available on some devices within the TM4C129x family of
microcontrollers. This interface connects the Ethernet Media Access Controller (MAC) within the
microcontroller to an external Ethernet PHY. Data transfer occurs over the Media Independent Interface
(MII) or the Reduced MII (RMII). The external Ethernet PHY register space is accessed using the
Management Data Input/Output (MDIO) interface. The MDIO interface is made up of the EN0MDC and the
EN0MDIO pins. Each PHY connected to the MDIO interface must have a unique address. The internal
Ethernet PHY is configured for address 0 leaving addresses 1-7 for any external Ethernet PHY. Refer to
the data sheet of the external Ethernet PHY being used to determine how to configure the PHY's MDIO
address.
The interrupt from the external Ethernet PHY should be connected to the EN0INTRN pin function of the
microcontroller. Refer to the TM4C129x devices data sheet for full details on the MAC interface signals.

36 System Design Guidelines for the TM4C129x Tiva™ C Series SPMA056 – October 2013
Microcontrollers Submit Documentation Feedback
Copyright © 2013, Texas Instruments Incorporated
www.ti.com Feature-Specific Design Information

4.2.1 MII
The MII signals include EN0TXCK, EN0TXD[3-0], EN0TXEN, EN0RXCK, EN0RXD[3-0], EN0RXDV,
EN0RXER, EN0COL and EN0CRS. EN0TXCK and EN0RXCK are generated from the external Ethernet
PHY and run at 2.5MHz for the 10Base-T communication speed and 25MHz for the 100Base-T
communication speed.
The MII signal trace lengths should be kept as short as possible, ideally less than 6 in. (15.24 cm). Trace
length matching across the MII bus signals to within 2.0 in. (5.08 cm) is recommended. Significant
differences in the trace lengths can cause data timing issues.
GPIO drive strength for the MII signals should be set to 8mA to achieve timings specified in the
microcontroller data sheet. Series resistors are recommended on the MII signals to prevent ringing and
EMI concerns.

4.2.2 RMII
The RMII signals include EN0REF_CLK, EN0TXD[1-0], EN0TXEN, EN0RXD[1-0] and EN0RXDV. The
RMII interface runs at a constant 50MHz. EN0REF_CLK is a 50MHz +/- 50ppm input to both the
TM4C129x microcontroller and the external Ethernet PHY. It is important that both the microcontroller and
the external PHY receive a clean clock edge from the external clock source such as an oscillator. If the
microcontroller and the external PHY are close together this can be accomplished by a well balanced tee-
route. If they are more than 2 in. (5.08 cm) apart, a low-skew, low-jitter clock buffer such as the
CDCLVC1102 can be used to provide a clean clock to the two destinations.
The EN0RXDV has a slightly different function in RMII mode vs MII mode. In RMII mode, the EN0RXDV
combines Carrier Sense and Receive Data Valid functions. Review the external Ethernet PHY's data
sheet to determine the correct location to connect this signal to when in MII mode.
On some TM4C129x devices, the RMII signals are available on two sets of pins. However, there is only
one MAC within the microcontroller. If the user wishes to connect two external Ethernet PHYs using RMII,
only one interface can be enabled at a time.
The RMII signal trace lengths should be kept as short as possible, ideally under 6 in. (15.24 cm). Trace
length matching across the RMII bus signals to within 2.0 in (5.08 cm) is recommended. Significant
differences in the trace lengths can cause data timing issues.
GPIO drive strength for the RMII signals should be set to 8mA to achieve timings specified in the
microcontroller data sheet. Series resistors are recommended on the RMII signals to prevent ringing and
EMI concerns.

4.3 USB
The TM4C129x family of microcontrollers includes devices that support an internal USB 2.0 PHY capable
of full speed operation. Refer to the data sheet of the device being used to determine which of the
following configurations the device supports: This internal PHY supports USB Device Only, USB
Embedded Host, and USB OTG operation.
The TM4C129x family of microcontrollers also has the ULPI that interfaces to a external high-speed PHY,
as discussed in Section 4.4.
The critical component of the internal USB PHY is the bidirectional differential data pins USB0DM (D-) and
USB0DP (D+). The following design rules and recommendations should be followed when routing the
USB differential pair for best results:
• Route the USB differential pair on the top layer with a trace width and differential spacing tuned to the
PCB stack-up for 90Ω differential impedance as detailed in Section 3.2.3.2.
– It may be difficult to implement a trace geometry that achieves both 90Ω differential impedance and
45Ω single-ended impedance. The most critical parameter to optimize in this design is the 90Ω
differential impedance.
– The trace width and spacing to maintain the required 90Ω differential trace impedance directly at
the pins of the microcontroller and directly at the ESD suppressor and USB connector may not be
possible to achieve. Minimize these deviations as much as possible being sure to maintain
symmetry.

SPMA056 – October 2013 System Design Guidelines for the TM4C129x Tiva™ C Series 37
Submit Documentation Feedback Microcontrollers
Copyright © 2013, Texas Instruments Incorporated
Feature-Specific Design Information www.ti.com

• Follow the recommendations for routing differential pairs as detailed in Section 3.3.8. The individual
traces within the differential pair should be length matched to within 0.150 in (3.81 mm).
• Avoid stubs when adding components to D+ and D– signals. Devices such as ESD suppressors should
be located directly on the signal traces, as shown in Figure 16.
• Maintain symmetry when routing differential pairs. Some PCB layout tools can assist with this kind of
routing. Avoid vias if possible. If it is necessary to switch layers, then both signals in the pair should
pass through a via at the same distance on the trace.
• Total trace length for the USB differential pair should be limited to 12 in (30.48 cm).
• Place ESD suppressors as close as possible to the USB connector to minimize any areas of
impedance discontinuities. Refer to Table 10 for recommended ESD suppressors.
• For best ESD and EMI performance, create a chassis ground to which the metal shield of the USB
connector is connected, as shown in Section 3.3.6.
• Depending on the system design, a common mode choke may be helpful to pass EMI testing. An
ACM2012 common mode choke by TDK is one recommended device. If EMI is a concern for the
design, it is recommended that a footprint for the choke be included in the design placed close to the
USB connector. Figure 33 shows how two 0805 sized resistors (R29, R30) can be placed and later
replaced with an ACM2012 choke if needed during system EMI testing.
• Additional High Speed USB Platform Design Guidelines including more details on using a common
mode choke can be found at http://www.usb.org. Refer to
http://www.usb.org/developers/docs/hs_usb_pdg_r1_0.pdf.

Figure 33. USB Routing Example

4.3.1 USB Device Only


For TM4C129x devices that are used in a device-only configuration, the only signal used in addition to
USB0DM and USB0DP is USB0VBUS, which is located on port PB1. PB1 is 5-V tolerant. In USB device-
only mode, USB0VBUS is used to detect when voltage has been applied to or removed from the USB
connector, which triggers software to manage the internal USB PHY accordingly.
For a USB device-only configuration, a 100Ω resistor should be placed in series between VBUS on the
USB connector and PB1 (or alternate GPIO) on the microcontroller in order to limit damage caused by any
ESD events.

38 System Design Guidelines for the TM4C129x Tiva™ C Series SPMA056 – October 2013
Microcontrollers Submit Documentation Feedback
Copyright © 2013, Texas Instruments Incorporated
www.ti.com Feature-Specific Design Information

If PB1 must be used for a function other than USB0VBUS, any other available GPIO could be used in its
place. Because no other GPIO pins are 5V tolerant, a 5.6KΩ +/- 5% in series with a 10KΩ +/- 5% resistor
should be wired as a voltage divider between VBUS on the connector and ground. This circuit drops the
5V VBUS value to 3.2V at the GPIO pin.

4.3.2 USB Embedded Host


For TM4C129x devices that are used in a host-only configuration, the USB0EPEN and USB0PFLT signals
may be used in the design in addition to USB0DM and USB0DP. These two signals typically connect to a
power switch such as a TPS2051B, which controls power to the host's USB connector. Refer to the
TM4C129x device's data sheet to determine which ports these functions are available on.

4.3.3 USB OTG


TM4C129x devices that support USB OTG mode include the signals for USB Device mode, signals for
USB Host mode and an additional signal USB0ID located on pin PB0. This USB ID signal is the 5th pin
found on a USB micro-AB connector. If a micro-A cable end is plugged into this connector, the ID pin on
the cable is tied to ground causing the TM4C129x device to operate as a USB host. If a micro-B cable end
is plugged into the USB connector, the ID pin is left floating. In this case, the TM4C129x device's internal
pull-up on the USB0ID signal causes the controller to operate in device mode.
In order to limit damage from ESD events, a 100Ω resistor should be placed in series between the ID pin
on the USB connector and USB0ID(PB0) on the microcontroller.
To support full USB OTG negotiation using the SRP and HNP protocols, VBUS from the USB connector
must be directly connected to USB0VBUS(PB1) of the microcontroller without a series resistor in between.
In this case, USB0VBUS should be connected to an ESD suppressor such as a TVS diode, or ESD
resistant VBUS switch.

4.4 USB ULPI External PHY Interface


TM4C129x devices that support USB and ULPI can attach to an external USB PHY. ULPI uses 12 pins to
interface between the USB controller within the microcontroller and an external PHY. The ULPI
specification and additional information on ULPI can be found at the ULPI working group page
www.ulpi.org.
ULPI uses a 60-MHz clock. Standard operation is for the USB PHY to generate the clock. Optionally, the
PHY can receive the clock as an input. The TM4C129x microcontroller can be configured to use the input
clock from the USB PHY or to output the 60-MHz clock to the USB PHY. A population option for a series
resistor should be placed at the source device for the ULPI clock in order to address any system EMI
issues found during systems test.
ULPI timings of both the TM4C129x microcontroller and the external USB PHY must be reviewed and a
timing budget for both control timings and data transfers should be developed to determine the best
clocking scheme and maximum distance the microcontroller can be from the external USB PHY. Typically
the distance will be 6 inches or less.
ULPI pins should be configured for 12mA drive strength to meet timings.

4.5 SSI Buses


All the SSI buses can communicate in Advanced, Bi- or Quad-SSI mode. SSI0 bus is located on GPIO
port A, SSI1 bus is located on GPIO port B and port E, SSI2 bus is multiplexed between GPIO port D
and/or port G and SSI3 is multiplexed between using GPIO port F and/or port Q and port P (if using Quad
SSI). All SSI buses have equivalent functionality.
Due to errata number SSI#03, SSI1 bus can only be used in legacy mode.
If the SSI bus is used, a 10K pull-up should be placed on SSIxFSS to prevent any unexpected accesses
prior to code booting and the pins being configured.
For all SSI buses, when in legacy mode SSIxXDAT0 is SSIxTX (Output), SSIxXDAT1 is SSIxRX (Input) If
using quad-SSI mode, SSIxXDAT2 and SSIxXDAT3 are used and a 10KΩ pull-up to VDD should be placed
on these pins for proper operation until the flash is configured for quad access.

SPMA056 – October 2013 System Design Guidelines for the TM4C129x Tiva™ C Series 39
Submit Documentation Feedback Microcontrollers
Copyright © 2013, Texas Instruments Incorporated
Feature-Specific Design Information www.ti.com

If operating at the maximum 60-MHz clock rate into the maximum load of 25pF, the 12mA drive strength
should be selected for all outputs in order to meet data sheet timings. Series termination should be used
for any outputs.

4.6 UART
There are 8 UART modules (U0-U7) available on TM4C129x family devices. Basic RX/TX functionality is
the same between them. The following are important considerations when selecting UART pins to use:
• Example software commonly uses U0RX on PA0 and U0TX on PA1 for debug messages and input. If
a debug port is to be implemented, this location is recommend.
• UART0 and UART1 offer modem flow control and modem status, UART2-UART4 offer modem flow
control while UART5-UART7 offer only RX and TX.

4.7 I2C
A TM4C129x device can have up to ten I2C buses. The buses appear on the I2C0SCL-
I2C9SCL/I2C0SDA-I2C9SDA signals. Each bus is functionally equivalent to the others and can be either a
master or a slave. Refer to the Inter-Integrated Circuit (I2C) Interface chapter of the TM4C129x data sheet
for detailed information.
The I2C bus requires signals to be configured in open-collector mode. The I2CSDA pin requires the
associated GPIO to be configured as an open-collector signal in the GPIOODR register. The I2CSCL pin
should not be configured in this manner as the pad is designed differently. The TivaWare
GPIOPinTypeI2C() API should be used for the I2CSDA pin and the GPIOPinTypeI2CSCL() API should be
used for the I2CSCL pin. The I2C pins must be externally pulled-up to 3.3V for proper operation. Typical
pull-up values are 2.2KΩ resistors but the value used depends on bus speed and total bus capacitance.
Refer to the Pull-up resistor sizing section of the UM10204 “I2C-bus specification and user manual” v.5
from NXP for details on how to calculate the minimum and maximum pull-up resistor values.
Only 3.3V I2C buses are directly supported. 5V or 1.8V buses can be supported with the use of external
level shifting diodes.
An I2C bus pulled-up and connected to a 3.3V power rail different from the one attached to the VDD of the
TM4C129x device, can be pulled low by the devices ESD structures when VDD to the device is not
powered.

4.7.1 Routing Considerations


An I2C bus should be routed such that the I2CxSCL and I2CxSDA signals follow similar layer transitions
and stay within approximately 1000 mils of each other. It is not recommended that these signals be routed
as a differential pair and there is no length-matching requirement for them.
I2C signals should not be routed next to signals that can cause significant cross talk to the I2CxSCL
signal. Cross talk noise could interfere with the I2C transaction and cause a bus error requiring an I2C bus
is reset.

40 System Design Guidelines for the TM4C129x Tiva™ C Series SPMA056 – October 2013
Microcontrollers Submit Documentation Feedback
Copyright © 2013, Texas Instruments Incorporated
www.ti.com Feature-Specific Design Information

4.8 ADC
This section describes design considerations related to the microcontroller ADC module.

4.8.1 ADC Inputs


In order to achieve the best possible conversion results from an ADC, it is important to start with a good
schematic design.
All ADCs require a voltage reference (or occasionally a current reference), whether the voltage reference
is provided from an on-chip source or via an external pin. Any deviation in the reference voltage from its
ideal level results in additional gain error (or slope error) in the conversion result.
For optimal ADC performance, a precision voltage source should be used to supply the VREF+ pin when
available as a separate pin on the part or VDDA pin on parts that have VREF+ internally connected to VDDA.
Refer to Section 3.4.5 for additional details on the filter capacitance required for ADC performance. Refer
to the part data sheet for IVREF specification maximum that the precision voltage source must supply.
There are up to 24 pins on the TM4C129x family of devices that support analog inputs AIN00-AIN23. All
inputs can be used in single-ended mode, while differential mode is supported for consecutive even/odd
pairs. All analog inputs are equivalent in function and capability. Selection of which analog inputs to use
should be based on ease of PCB routing and pin muxing selection.
Optimal ADC accuracy is achieved with a low-impedance source (RS) and a large input filter capacitor (CS)
as shown in Figure 34. As the signal source impedance increases and capacitance decreases, noise on
the conversion result increases. Noise sources include coupling from other signals, power supplies,
external devices, and from the microcontroller itself.
Refer to the TM4C129x data sheet for specifics on the analog input impedance with respect to the sample
and hold circuit. A 500Ω effective input impedance (ZS) is required to support the maximum input sampling
period of 250ns. This input impedance allows the voltage on the ADC input pin to charge CADC to the input
pin voltage going through RADC. Refer to Figure 34 for the ADC Input Equivalency Diagram and to the part
data sheet for the values of CADC and RADC.
If voltage rails are to be monitored, adequate capacitance is required to hold the voltage during the
sampling period. The exact amount of capacitance (CS) depends on the accuracy required, the amount of
time between samples and the resistor values used for any voltage divider circuit.
The TM4C129x devices allow the ADC sample period to increase, which provides additional time for the
CADC capacitor in Figure 34 to charge and higher effective input impedance. (ZS)
Tiva™ Microcontroller
Input PAD
Equivalent
Zs Circuit ZADC
ESD clamps
to GND only
RADC 12‐bit
Rs Pin
SAR ADC
Converter
5V ESD 12‐bit
VS VADCIN IL
Cs Clamp Word

Input PAD RADC


Pin
Equivalent
Circuit

Input PAD RADC


Pin
Equivalent
Circuit
CADC

Figure 34. Tiva™ Microcontroller ADC Input Equivalency Diagram

SPMA056 – October 2013 System Design Guidelines for the TM4C129x Tiva™ C Series 41
Submit Documentation Feedback Microcontrollers
Copyright © 2013, Texas Instruments Incorporated
Feature-Specific Design Information www.ti.com

If resistor dividers are used to scale an input voltage, then best results can be achieved with low-value
resistors. The resistor from the ADC input to ground should ideally be less than 1 kΩ. Avoid values higher
than 10 kΩ unless a large filter capacitor is present. If the voltage rail or other input being monitored is
powered up when the VDD and VDDA supplies to the part are not, care must be taken not to exceed the
input injection current specified in the data sheet.
Ceramic filter capacitors of 1 μF or more can substantially improve noise performance. The trade-off is a
reduction in signal bandwidth (as a function of the source impedance) and phase shifting.
Input protection should also be considered, especially when converting signals from external devices or
where transient voltages might be present. The ADC pins on some Tiva C Series devices (in ADC mode)
are not 5V tolerant, but do allow some margin over the +3.0V span. See the respective microcontroller
data sheet for specific information.
Increased source impedance can provide a degree of protection to the ADC. Semiconductor clamping
circuits can also be used—typically zener diodes or clamping diodes to 3.3 V and GND. When specifying
diodes, consider leakage current over temperature (IR) because this parameter affects overall conversion
accuracy.

4.9 Comparators
There are three independent integrated analog comparators available on TM4C129x devices. Refer to the
Analog Comparators chapter of the part data sheet for specific details.
When selecting comparator pins, the following should be considered:
• C0+ (PC6) can be used as a common reference input to all three comparators.
• C0- (PC7), C1- (PC4) and C2- (PP1) are the unique negative inputs for each comparator.
• Pins used for comparator inputs must not exceed the maximum injection current if voltage is applied to
them prior to the device's VDD supply being powered up.

4.10 Timer/PWM
There are several general purpose timer pins available on a TM4C129x family devices. Refer to chapter
General-Purpose Timers in the data sheet for specific details. Each timer module has a CPP0 and a CPP1
pin associated with it. Each timer module can be configured as two independent 16-bit timers or a
combined 32-bit timer.
When selecting timer pins, the following should be considered:
• Timer modules configured for 32-bit mode use the CCP0 pin input. The CCP1 pin input is not used.
• 32-bit modes are one-shot input, periodic input and RTC input.
• PWM outputs operate in 16-bit mode only and therefore both the CCP0 and CCP1 can be
independently used as PWM outputs.

4.11 External Peripheral Interface (EPI)


The TM4C129x device supports the EPI, with a dedicated 8-, 16- or 32-bit parallel bus. The EPI has a
variety of memories and peripherals that can work with the EPI module.

4.11.1 Single SDRAM


In SDRAM mode the maximum frequency is 60 MHz. Pins used for this mode are EPIOS0-EPIOS19 and
EPI0S28-EPI0S31, refer to TM4C129x device data sheet to see SDRAM signal functions.

4.11.2 Host Bus Mode


Host bus supports 8- and 16-bit interfaces used in SRAM, PSRAM, and NOR flash memory. EPI0S0 is the
LSB of the address and should be connected to A0 of 16-bit memories. The three main strobes are
Address Latch Enable (ALE), Write (WRn), and Read (RDn), and the polarity of these pins can be
configured in software. Depending on the mode, all of the EPI pins may be used (EPI0S0-EPI0S35). Refer
to the device data sheet for more information on how these signals are used in the various modes.

42 System Design Guidelines for the TM4C129x Tiva™ C Series SPMA056 – October 2013
Microcontrollers Submit Documentation Feedback
Copyright © 2013, Texas Instruments Incorporated
www.ti.com Feature-Specific Design Information

4.11.3 Routing Considerations


In EPI mode, the TM4C129x device pins are characterized with a 35pF output capacitance. To maintain
timing margins over the full operating speed of the EPI module, EPI signal capacitance, including boh load
and trace capacitance, must be 35pF or less, and the GPIO drive strength must be configured for 8mA.
Additionally when EPI0S31 is used as a high speed clock pin, it must be configured to 12mA in order to
maintain timing margins. It is not necessary to include the TM4C129x device pin and pad characteristics
when evaluating total capacitance. Total trace length should be limited to 6 in (15.24 cm) for full operating
speed. Make an effort to keep trace lengths for clock and data similar lengths and give the clock signal 2X
width spacing from other signals to avoid crosstalk.

4.12 LCD Controller


Some TM4C129x devices include an LCD controller. This controller works with character-based panels,
passive matrix LCD panels, active matrix LCD panels and OLED panels using either LIDD or Raster
mode.
The signal interface to the LCD panel is a likely ESD-exposed interface. Use of series resistors on all the
LCD interface signals is recommended. The value of the resistor can be in the range of 10Ω to 150Ω
depending on the system environment and the required speed of the LCD interface.
The LCD outputs should be configured for 8mA drive strength to achieve the timings specified in the
devices data sheet.

4.12.1 LIDD Mode


The LIDD controller supports the synchronous and asynchronous LCD interface. The pins used in LIDD
mode are LCDDATA00-LCDDATA15, LCDAC, LCDCP, LCDFP, LCDLP, and LCDMCLK. For a detailed
explanation, check the device's data sheet.

4.12.2 Raster Mode


TM4C129x devices with the LCD peripheral can function in Raster mode with up to a 24 bit bus. Pins used
for this mode are LCDDATA00-LCDDATA23, LCDAC, LCDCP, LCDFP, LCDLP and LCDMCLK. For
adetailed explanation, check the device's data sheet.

4.13 Quadrature Encoder Interface (QEI)


Some TM4C129x devices support connection to a quadrature encoder that tracks position, direction of
rotation, and estimates velocity. The frequency of the QEI inputs can be as high as ¼ of the processor
frequency. Pins used for the QEI are IDXn, PhAn, and PhBn.
A series resistor followed by a capacitor to digital ground should be placed on each QEI input to filter the
inputs from noise that would violate the input electrical specifications of the device. A common value for
the series resistor is 100Ω and for the capacitor is 1nF. The electrical specifications of the quadrature
encoder being attached and the system environment determine the optimum resistor and capacitor values
for the system.
Some quadrature encoders may output at 5V levels, requiring a resistor divider or 5V tolerant input buffer
be placed in series to bring the signal levels down to 3.3V.

SPMA056 – October 2013 System Design Guidelines for the TM4C129x Tiva™ C Series 43
Submit Documentation Feedback Microcontrollers
Copyright © 2013, Texas Instruments Incorporated
Feature-Specific Design Information www.ti.com

4.14 GPIO
Most pins on a TM4C129x device can be used as a GPIO pin. GPIO pins are designated by the letter P
followed by their port letter A-Q followed by their pin number 0-7. GPIO pins can be used for inputs
sampled by software, inputs that generate interrupts, outputs that drive logic inputs high or low, or outputs
that drive LEDs.
A PinMux Utility for Tiva™C Series MCUs is available, which allows a user to graphically configure the
device GPIOs and peripherals.
Refer to the Electrical Characteristics chapter of the TM4C129x device data sheet where important
operational conditions are detailed.
The following considerations should be taken into account when selecting and designing with pins
configured as GPIO inputs:
• Pins are 3.3V tolerant, NOT 5V tolerant.
• Maximum injection current limits are defined for pins that have their VIN greater than VDD (i.e. GPIOs
that have power applied prior to theTM4C129x having power).
• GPIO port pins PP0-PP7 and PQ0-PQ7 can be configured to use a unique interrupt vector table entry
per port pin. Other GPIO ports only have the option of an interrupt vector table entry per port letter
requiring the input port value to be read to determine which specific pin on the port generated the
interrupt.
• GPIO pins can be configured with an internal pull-up or pull-down. Refer to the Electrical
Characteristics chapter of the TM4C129x device data sheet for specifics of the internal pull-up and
pull-down values. It may be desirable to use external pull-ups or pull-downs in situations where a more
consistent rise/fall time is required.
• GPIO port pins PK4-PK7 can be configured to cause a wake from hibernate mode.
• GPIO port pins PM4-PM7 can be configured as tamper input detects.
The following considerations should be taken into account when selecting and designing with pins
configured as GPIO outputs:
• Pins PM4-PM7 and PJ1 have 2mA max output capability when configured as outputs.
• Pins PL6 and PL7 have a fixed 4mA output drive strength and cannot operate in open-drain mode. On
devices that support USB, these pins function as USB0DP and USB0DM.
• At system power-on reset, pins power up as GPIO inputs with no pull-up or pull-down configured. Pins
used as outputs that are required to be at a high or low value at system power up should be externally
pulled up or down. The exception to this statement is JTAG pins which power-on with internal pull-ups
enabled and configures for JTAG.
• A total of four GPIO pins may be used simultaneously to each sink 18mA, but the VOL is specified as
1.2V when operating in this manner. There should be a maximum of two high current pins per physical
die side (defined in the Recommended Operating Conditions chapter of the TM4C129x device data
sheet).

44 System Design Guidelines for the TM4C129x Tiva™ C Series SPMA056 – October 2013
Microcontrollers Submit Documentation Feedback
Copyright © 2013, Texas Instruments Incorporated
www.ti.com Feature-Specific Design Information

4.15 Hibernate Signals


Some of the TM4C129x family devices contain a Hibernation module that can be used to put the device in
its lowest power state. Refer to the device data sheet for a detailed description of the Hibernation module.
The VBAT pin can be used to power the Hibernation module. Refer to Section 3.4.6 for system
considerations related to VBAT.
The Hibernation module can be clocked by a 32.768KHz external clock source or, if the real-time clock is
not used, by the internal Hibernation Low Frequency Oscillator (HIBLFIOSC). Refer to Section 3.6.1.2 for
system level considerations of this clock source.
The WAKE pin on the TM4C129x device is used to wake the device from hibernation-mode. This pin can
also be used to generate an interrupt when in run-mode, sleep-mode, or deep-sleep-mode. This pin is can
be connected to a switch to ground, and pulled-up externally with a 1MΩ resistor connected to the same
supply voltage that the VBAT pin is connected to.
If the WAKE pin is not used, it should be connected to system ground.
The HIB pin on the TM4C129x device can be used to control the regulator supplying VDD. Refer to the
TM4C129x data sheet for more details on the Hibernate functionality.
If the HIB pin is not used, it can be left unconnected.
There are some additional hibernate features that can be used when VDD3ON hibernation mode is used.
• Four GPIOs can be configured as external wake sources.
• Four GPIOs can be configured as tamper detect inputs.
• The hibernation clock source can be output on a GPIO configured for the RTCCLK function.
Refer to the devices data sheet for specific details of these functions.

SPMA056 – October 2013 System Design Guidelines for the TM4C129x Tiva™ C Series 45
Submit Documentation Feedback Microcontrollers
Copyright © 2013, Texas Instruments Incorporated
System Design Examples www.ti.com

5 System Design Examples


For example designs using the TM4C129x family of microcontrollers, see Table 11 for the detailed list of
TM4C129x Reference Design Kits (RDKs), Evaluation Kits (EKs), and Development Kits (DKs).

Table 11. TM4C129x Example Designs


PCB
Tiva C Series Device
Part Number Description Key Features Layer
Device Package
Count
USB, Ethernet, LCD, SPI,
DK-TM4C129x Development Kit TM4C129XNCZAD 212-pin BGA 4
Launchpad Headers

6 Conclusion
Applying good system design practices from the earliest design stages ensures a successful board bring-
up. The design process should include thorough design reviews using the information in this application
report, other embedded system design resources, and reports created by the design team. These efforts
will be rewarded with a reliable and properly performing Tiva C Series microcontroller-based design.
The use of the TivaWare™ for C Series Peripheral Driver Library also minimizes software changes to the
start-up routines that configure the I/O, enabling application code to be moved to the new devices with
minimal functional changes.

7 References
The following related documents and software are available on the Tiva C Series web site at
www.ti.com/tiva-c:
• Tiva C Series TM4C Microcontroller Data Sheet (individual device documents available through
product selection tool).
• TivaWare for C Series Driver Library. Available for download at www.ti.com/tool/sw-tm4c-drl.
• TivaWare for C Series Driver Library User’s Manual (literature number SPMU298).
• Tiva™C Series PinMux Utility. Available for download at www.ti.com/tool/tm4c_pinmux

46 System Design Guidelines for the TM4C129x Tiva™ C Series SPMA056 – October 2013
Microcontrollers Submit Documentation Feedback
Copyright © 2013, Texas Instruments Incorporated
IMPORTANT NOTICE
Texas Instruments Incorporated and its subsidiaries (TI) reserve the right to make corrections, enhancements, improvements and other
changes to its semiconductor products and services per JESD46, latest issue, and to discontinue any product or service per JESD48, latest
issue. Buyers should obtain the latest relevant information before placing orders and should verify that such information is current and
complete. All semiconductor products (also referred to herein as “components”) are sold subject to TI’s terms and conditions of sale
supplied at the time of order acknowledgment.
TI warrants performance of its components to the specifications applicable at the time of sale, in accordance with the warranty in TI’s terms
and conditions of sale of semiconductor products. Testing and other quality control techniques are used to the extent TI deems necessary
to support this warranty. Except where mandated by applicable law, testing of all parameters of each component is not necessarily
performed.
TI assumes no liability for applications assistance or the design of Buyers’ products. Buyers are responsible for their products and
applications using TI components. To minimize the risks associated with Buyers’ products and applications, Buyers should provide
adequate design and operating safeguards.
TI does not warrant or represent that any license, either express or implied, is granted under any patent right, copyright, mask work right, or
other intellectual property right relating to any combination, machine, or process in which TI components or services are used. Information
published by TI regarding third-party products or services does not constitute a license to use such products or services or a warranty or
endorsement thereof. Use of such information 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.
Reproduction of significant portions of TI information in TI data books or data sheets is permissible only if reproduction is without alteration
and is accompanied by all associated warranties, conditions, limitations, and notices. TI is not responsible or liable for such altered
documentation. Information of third parties may be subject to additional restrictions.
Resale of TI components or services with statements different from or beyond the parameters stated by TI for that component or service
voids all express and any implied warranties for the associated TI component or service and is an unfair and deceptive business practice.
TI is not responsible or liable for any such statements.
Buyer acknowledges and agrees that it is solely responsible for compliance with all legal, regulatory and safety-related requirements
concerning its products, and any use of TI components in its applications, notwithstanding any applications-related information or support
that may be provided by TI. Buyer represents and agrees that it has all the necessary expertise to create and implement safeguards which
anticipate dangerous consequences of failures, monitor failures and their consequences, lessen the likelihood of failures that might cause
harm and take appropriate remedial actions. Buyer will fully indemnify TI and its representatives against any damages arising out of the use
of any TI components in safety-critical applications.
In some cases, TI components may be promoted specifically to facilitate safety-related applications. With such components, TI’s goal is to
help enable customers to design and create their own end-product solutions that meet applicable functional safety standards and
requirements. Nonetheless, such components are subject to these terms.
No TI components are authorized for use in FDA Class III (or similar life-critical medical equipment) unless authorized officers of the parties
have executed a special agreement specifically governing such use.
Only those TI components which TI has specifically designated as military grade or “enhanced plastic” are designed and intended for use in
military/aerospace applications or environments. Buyer acknowledges and agrees that any military or aerospace use of TI components
which have not been so designated is solely at the Buyer's risk, and that Buyer is solely responsible for compliance with all legal and
regulatory requirements in connection with such use.
TI has specifically designated certain components as meeting ISO/TS16949 requirements, mainly for automotive use. In any case of use of
non-designated products, TI will not be responsible for any failure to meet ISO/TS16949.
Products Applications
Audio www.ti.com/audio Automotive and Transportation www.ti.com/automotive
Amplifiers amplifier.ti.com Communications and Telecom www.ti.com/communications
Data Converters dataconverter.ti.com Computers and Peripherals www.ti.com/computers
DLP® Products www.dlp.com Consumer Electronics www.ti.com/consumer-apps
DSP dsp.ti.com Energy and Lighting www.ti.com/energy
Clocks and Timers www.ti.com/clocks Industrial www.ti.com/industrial
Interface interface.ti.com Medical www.ti.com/medical
Logic logic.ti.com Security www.ti.com/security
Power Mgmt power.ti.com Space, Avionics and Defense www.ti.com/space-avionics-defense
Microcontrollers microcontroller.ti.com Video and Imaging www.ti.com/video
RFID www.ti-rfid.com
OMAP Applications Processors www.ti.com/omap TI E2E Community e2e.ti.com
Wireless Connectivity www.ti.com/wirelessconnectivity

Mailing Address: Texas Instruments, Post Office Box 655303, Dallas, Texas 75265
Copyright © 2013, Texas Instruments Incorporated

Vous aimerez peut-être aussi