Texas Instruments TM4C123GE6PZIR
- Part No.:
- TM4C123GE6PZIR
- Manufacturer:
- Texas Instruments
- Category:
- Microcontrollers
- Package:
- 100-LQFP
- Datasheet:
-
TM4C123GE6PZIR.pdf
- Description:
- IC MCU 32BIT 128KB FLASH 100LQFP
- Quantity:
- Payment:

- Shipping:

Inventory:4,873
Please send an inquiry. Send us your inquiry, and we will respond immediately.
Product details
Overview
TM4C123GE6PZIR from Texas Instruments is an ARM Cortex-M4F-based microcontroller with 256 KB flash, 32 KB SRAM, integrated USB 2.0 OTG, 12-bit ADC (1MSPS), and dual CAN 2.0A/B controllers - deployed in industrial motor control, smart sensor nodes, and USB-connected embedded gateways.
For engineers reviewing the TM4C123GE6PZIR datasheet, TM4C123GE6PZIR pinout, TM4C123GE6PZIR application, or TM4C123GE6PZIR equivalent, key selection criteria include its 80 MHz CPU clock, hibernation module with RTC and battery-backed memory, 12-channel μDMA, and support for TivaWare C Series software stack.
Technical Context
The TM4C123GE6PZIR integrates a single-core ARM Cortex-M4F processor with hardware floating-point unit (FPU), memory protection unit (MPU), and nested vectored interrupt controller (NVIC). It supports Thumb-2 instruction set and delivers deterministic real-time response with interrupt latency as low as 12 cycles.
System-level integration includes a programmable system clock (up to 80 MHz via PLL), on-chip voltage regulator, power gating for sleep modes (Hibernate, Deep Sleep, Sleep), and dedicated hibernation module with RTC, battery-backed RAM, and wake-on-external-event capability.
Key Specifications
| Parameter | Value and Actual Design Meaning |
|---|---|
| CPU Core | ARM Cortex-M4F @ 80 MHz - enables real-time signal processing with hardware FPU for motor control algorithms. |
| Flash Memory | 256 KB - sufficient for bootloader + application firmware + field-upgrade image storage. |
| SRAM | 32 KB - supports real-time data buffering, stack/heap allocation, and USB endpoint buffers. |
| ADC | 12-bit, 1 MSPS, 12-channel - suitable for precision analog sensing in closed-loop control systems. |
| USB Interface | USB 2.0 OTG with PHY - allows host/peripheral mode without external transceiver; supports CDC, HID, and MSC classes. |
| CAN Controllers | Dual CAN 2.0A/B - enables redundant or multi-bus automotive/industrial communication with message filtering and FIFOs. |
| Hibernate Module | RTC + 2 KB battery-backed RAM + VBAT supply - maintains timekeeping and critical state during main power loss. |
Pinout & Package
TM4C123GE6PZIR is housed in a 100-pin LQFP package (14 mm × 14 mm, 0.5 mm pitch) with exposed thermal pad. Pin assignments are defined per TI SPMS374E datasheet Rev E, Section 1.4 and Table 1-1 (Pin Assignments).
| Pin/Terminal | Circuit Role | Design Meaning |
|---|---|---|
| VDD, VDDA, VDDC | Power supply inputs | Separate domains for digital core (VDD), analog (VDDA), and USB PHY (VDDC); require independent decoupling. |
| VSS, VSSA, VSSC | Ground returns | Isolated ground paths prevent noise coupling between digital, analog, and USB sections. |
| USB0EPEN, USB0PFLT | USB PHY control | Enable internal PHY and configure pull-up/pull-down for USB enumeration and suspend/resume signaling. |
| SSI0CLK, SSI0FSS, SSI0RX, SSI0TX | Synchronous serial interface | Four-pin SPI master/slave port supporting up to 25 MHz clock; configurable for TI-specific SSI or standard SPI timing. |
| PD0–PD7, PE0–PE5, PF0–PF4 | GPIO banks | Multi-function pins with programmable drive strength, slew rate, and alternate function mapping (e.g., UART0, I2C0, PWM0). |
Key Features
| Feature | Design Value |
|---|---|
| Floating-Point Unit (FPU) | Hardware-accelerated single-precision math - reduces cycle count for PID, FFT, and sensor fusion by >10× vs. software emulation. |
| μDMA Controller | 32-channel, scatter-gather capable - offloads CPU from peripheral data movement (e.g., ADC→RAM, UART→buffer), freeing cycles for control logic. |
| Hibernation Module | Independent RTC + 2 KB battery-backed RAM - retains time and configuration across full power cycles without external backup components. |
| Integrated USB PHY | On-die transceiver with suspend detection - eliminates need for external USB PHY IC and associated layout complexity. |
| Peripheral Integration | 12x PWM, 2x QEI, 4x UART, 2x I2C, 4x SSI - consolidates motor control, encoder feedback, and sensor interface functions into one chip. |
Applications
| Industrial Motor Control | Smart Sensor Gateway |
|---|---|
Use Scenario: Closed-loop BLDC motor control with current sensing, position feedback, and field-oriented control (FOC) algorithm execution. IC Role / Device Role / Timing Role: Real-time computation engine managing PWM generation, ADC sampling synchronization, and CAN bus coordination. Use Value: Hardware FPU and 80 MHz clock enable sub-10 µs current loop update; integrated QEI and PWM timers reduce external component count. | Use Scenario: Edge node aggregating temperature, humidity, and vibration data from multiple sensors and forwarding via USB or CAN to central controller. IC Role / Device Role / Timing Role: Sensor hub and protocol translator with simultaneous analog acquisition, digital I/O handling, and USB/CAN bridging. Use Value: 12-channel ADC with hardware averaging improves SNR; dual CAN interfaces allow redundant network connectivity. |
| USB Human Interface Device | Low-Power Industrial Monitor |
Use Scenario: Programmable industrial keypad or diagnostic tool connecting to PC via USB HID class for configuration and status reporting. IC Role / Device Role / Timing Role: USB device controller with local button/LED management and firmware-upgradable behavior. Use Value: Integrated USB PHY and TivaWare HID stack eliminate external transceiver and simplify certification; GPIO remapping supports flexible front-panel layout. | Use Scenario: Battery-powered panel meter monitoring voltage, current, and energy consumption in remote substations. IC Role / Device Role / Timing Role: Low-power system manager with hibernation, RTC wake-up, and periodic ADC sampling. Use Value: Hibernate mode draws <1.5 µA; battery-backed RAM preserves calibration and last-read values during mains outage. |
Equivalent & Alternatives
The following parts are listed as comparable options for similar microcontroller applications.
| Alternative Part | Technical Difference | Application Difference | Selection Advice |
|---|---|---|---|
| STM32F407VGT6 | ARM Cortex-M4F @ 168 MHz, 1 MB flash, no integrated USB PHY - requires external transceiver for full-speed USB. | Larger flash and higher clock suit complex GUI or Ethernet stacks; lacks hibernation module with battery-backed RAM. | Select when needing >256 KB flash or Ethernet MAC; avoid if USB device simplicity or ultra-low-power hibernation is required. |
| RP2040 | Dual-core ARM Cortex-M0+, 2 MB flash, no CAN, no USB OTG - USB device only (no host), no analog peripherals beyond basic ADC. | Cost-sensitive consumer IoT devices; lacks industrial-grade analog, CAN, or hibernation features. | Select for low-cost, high-flash consumer applications; not suitable for CAN-based industrial control or precision analog sensing. |
Compared with STM32F407VGT6 and RP2040, the TM4C123GE6PZIR provides balanced integration of USB OTG with PHY, dual CAN, hibernation with RTC, and industrial-grade analog - making it optimal for resource-constrained, mixed-signal, battery-aware embedded systems requiring protocol flexibility and deterministic real-time performance.
Availability
TM4C123GE6PZIR is available at Aetrix Electronics and suitable for industrial motor control, smart sensor gateways, USB human interface devices, and low-power industrial monitors requiring stable component supply and long-term lifecycle support.
Supply support for TM4C123GE6PZIR includes scheduled delivery planning, volume procurement assistance, BOM continuity management, traceable sourcing, and lifecycle availability coordination for OEM customers, industrial embedded developers, connected-device designers, and electronics production programs.
Manufacturer
Texas Instruments is a global semiconductor company headquartered in Dallas, Texas, specializing in analog, embedded processing, and wireless technologies since 1930.
The TM4C123 family was designed for cost-sensitive, real-time embedded applications demanding robust analog integration, USB connectivity, and low-power operation - targeting industrial automation, building control, and portable instrumentation.
FAQ
What is the maximum operating frequency of the TM4C123GE6PZIR?
The TM4C123GE6PZIR operates at a maximum CPU frequency of 80 MHz using its internal PLL with an external crystal or oscillator input. This frequency is achievable across the full industrial temperature range (-40°C to +105°C) and supports deterministic real-time execution for control loops and communication stacks. The TM4C123GE6PZIR's clock tree includes multiple dividers and sources to maintain timing integrity under varying load conditions.
Does the TM4C123GE6PZIR include an integrated USB physical layer (PHY)?
Yes, the TM4C123GE6PZIR integrates a full-speed USB 2.0 OTG PHY, eliminating the need for an external transceiver. This enables direct USB device or host functionality using only passive termination components. The TM4C123GE6PZIR supports standard USB classes including CDC, HID, and MSC out of the box with TivaWare driver libraries, reducing BOM cost and PCB layout complexity.
How much battery-backed memory does the TM4C123GE6PZIR provide in hibernate mode?
The TM4C123GE6PZIR provides 2 KB of battery-backed RAM within its hibernation module, accessible while main power is removed and VBAT is active. This memory retains critical variables, calibration data, and RTC configuration during extended power loss. The TM4C123GE6PZIR also includes a dedicated 32.768 kHz RTC oscillator and supports wake-up events from GPIO, RTC match, or external interrupts - all while consuming less than 1.5 µA.
What analog peripherals are integrated into the TM4C123GE6PZIR?
The TM4C123GE6PZIR integrates a 12-bit, 1 MSPS analog-to-digital converter (ADC) with 12 input channels, hardware sample averaging (up to 64x), and four independent sample sequencers. It also includes an internal temperature sensor and digital comparators. These analog resources are directly accessible by the μDMA controller, enabling autonomous data acquisition without CPU intervention - a key capability for the TM4C123GE6PZIR in sensor-rich industrial applications.
Is the TM4C123GE6PZIR pin-compatible with other devices in the TM4C123 family?
Yes, the TM4C123GE6PZIR shares the same 100-pin LQFP package and pinout with other TM4C123x devices in the PZ suffix group (e.g., TM4C123GH6PZ, TM4C123BE6PZ), enabling drop-in replacement where flash size, SRAM, or peripheral enablement aligns. However, pin compatibility does not guarantee functional equivalence - for example, TM4C123GE6PZIR includes USB OTG and dual CAN, while lower-tier variants may omit these. Always verify peripheral enablement in the specific variant's datasheet before substitution.
TM4C123GE6PZIR Specifications
- Product attributes
- Attribute value
- Manufacturer:
- Texas Instruments
- Package/Case:
- 100-LQFP
- Series:
- Tiva™ C
- Packaging:
- Tape & Reel (TR)
- Product Status:
- Active
- Programmable:
- Not Verified
- Core Processor:
- ARM® Cortex®-M4F
- Core Size:
- 32-Bit Single-Core
- Speed:
- 80MHz
- Connectivity:
- CANbus, I2C, IrDA, Microwire, QEI, SPI, SSI, UART/USART, USB OTG
- Peripherals:
- Brown-out Detect/Reset, DMA, Motion PWM, POR, WDT
- Number of I/O:
- 69
- Program Memory Size:
- 128KB (128K x 8)
- Program Memory Type:
- FLASH
- EEPROM Size:
- 2K x 8
- RAM Size:
- 32K x 8
- Voltage - Supply (Vcc/Vdd):
- 1.08V ~ 3.63V
- Data Converters:
- A/D 22x12b
- Oscillator Type:
- Internal
- Operating Temperature:
- -40°C ~ 85°C (TA)
- Grade:
- -
- Qualification:
- -
- Mounting Type:
- Surface Mount
- Supplier Device Package:
TM4C123GE6PZIR FAQ
1.How can I place an order for TM4C123GE6PZIR through Aetrix?
Please submit a Request for Quotation (RFQ) for TM4C123GE6PZIR on Aetrix. Our sales agent will provide a competitive quotation and guide you through the order confirmation once you accept the terms.
2.Are the price and stock information for TM4C123GE6PZIR reliable?
The price and inventory of TM4C123GE6PZIR are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for TM4C123GE6PZIR is usually 5 days.
3.What payment methods are accepted for TM4C123GE6PZIR?
We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for TM4C123GE6PZIR transactions.
Note: Certain payment methods may incur a processing fee.
4.How is shipping managed for TM4C123GE6PZIR?
TM4C123GE6PZIR orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.
Once your TM4C123GE6PZIR order is processed, you will receive an email with the shipment details and tracking number.
Note: Tracking information may take up to 24 hours to appear. Express delivery typically takes 3–5 business days.
5.How can I obtain technical support or documentation for TM4C123GE6PZIR?
For technical support, including TM4C123GE6PZIR datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your TM4C123GE6PZIR requirements.
6.How does Aetrix verify that TM4C123GE6PZIR is sourced from the original manufacturer or authorized distributors?
All TM4C123GE6PZIR products on Aetrix are procured from qualified distributors and authorized channels. Our dedicated quality assurance team conducts strict verification, including traceability checks and, if necessary, third-party testing. This ensures that TM4C123GE6PZIR meets industry standards.
7.What is the process for return or replacement of TM4C123GE6PZIR?
All TM4C123GE6PZIR units undergo pre-shipment inspection (PSI). If there is an issue with TM4C123GE6PZIR, returns or replacements are accepted under the following conditions:
1.Quantity discrepancies, incorrect items, or visible external defects (such as breakage or corrosion), acknowledged by Aetrix.
2.The issue is reported within 90 days of delivery.
3.The TM4C123GE6PZIR part is unused and in its original packaging.
Return procedure for TM4C123GE6PZIR:
1.Submit a request within 90 days.
2.Obtain a Return Material Authorization (RMA) from Aetrix.
TM4C123GE6PZIR Tags

-
ATTINY4-TSHR
Microchip Technology

-
ATTINY10-TSHR
Microchip Technology

-
ATTINY10-TS8R
Microchip Technology

-
ATTINY202-SSNR
Microchip Technology

-
ATTINY202-SSFR
Microchip Technology

-
ATTINY402-SSNR
Microchip Technology

-
PIC16F15213T-I/MF
Microchip Technology

-
PIC16F15213-E/MF
Microchip Technology

-
PIC10F200T-I/OT
Microchip Technology

-
ATTINY412-SSNR
Microchip Technology

-
PIC10F202T-I/OT
Microchip Technology

-
ATTINY404-SSNR
Microchip Technology
Tech Hub
A practical engineering guide to 3.3V and 5V logic compatibility, input thresholds, resistor dividers, translator ICs, MOSFET level shifting, I2C pull-ups, timing limits and power-sequencing risks.
The 74HC595 uses push-pull logic outputs, while the TPIC6B595 uses 50 V open-drain DMOS sinks for higher-power loads. This guide compares timing, current limits, 3.3 V interfacing, load wiring, thermal…
The 74HC595 converts serial data into eight stable parallel outputs. This guide covers pin functions, shift and storage timing, OE and MR behavior, drive-current limits, cascading, voltage compatibilit…
A technical comparison of level-sensitive latches and edge-triggered flip-flops, covering timing windows, setup and hold limits, master–slave operation, time borrowing, race-through, HDL inference and…
A D latch stores one bit while Enable controls when data can pass. This reference covers gate-level operation, truth tables, transparency, setup and hold timing, LE versus OE, common ICs and practical …
An SR latch stores one bit through cross-coupled feedback. This engineering reference covers NOR and NAND implementations, truth tables, forbidden-state recovery, gated operation, switch debouncing, fa…
Latch circuits retain one bit through feedback. This technical reference covers SR and D latches, truth tables, transparency, timing limits, latch-versus-flip-flop behavior, applications and common log…
An engineering guide to LED driver operation, constant-current and constant-voltage outputs, linear and switching topologies, dimming, IC selection, calculations, replacement compatibility, and fault c…
Operational amplifier guide covering op amp basics, feedback, ideal vs real op amps, common configurations, buffer circuits, offset, bias current, gain-bandwidth, slew rate, rail-to-rail limits and sel…
Jumper cables guide covering safe connection order, red and black clamp placement, final ground connection, cable gauge, length, clamp quality, copper vs CCA cables, jump starter comparison and battery…

