Send an Inquiry

To receive a quote for your project, please fill in the following information, and we’ll get back to you promptly.

Name*
Company*
Email Address*
Phone/WhatsApp
Part Number*
Quantity*
Message
Submit Inventory List

Please fill in the following information, and we’ll get back to you promptly.

Name*
Company*
Email Address*
Phone/WhatsApp
Upload My List
Message

Texas Instruments TM4C123GE6PZIR

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

Inventory:4,873

Please send an inquiry. Send us your inquiry, and we will respond immediately.

Part Number
Quantity*
Price
Name*
Company
Email*
Comments

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

ParameterValue and Actual Design Meaning
CPU CoreARM Cortex-M4F @ 80 MHz - enables real-time signal processing with hardware FPU for motor control algorithms.
Flash Memory256 KB - sufficient for bootloader + application firmware + field-upgrade image storage.
SRAM32 KB - supports real-time data buffering, stack/heap allocation, and USB endpoint buffers.
ADC12-bit, 1 MSPS, 12-channel - suitable for precision analog sensing in closed-loop control systems.
USB InterfaceUSB 2.0 OTG with PHY - allows host/peripheral mode without external transceiver; supports CDC, HID, and MSC classes.
CAN ControllersDual CAN 2.0A/B - enables redundant or multi-bus automotive/industrial communication with message filtering and FIFOs.
Hibernate ModuleRTC + 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/TerminalCircuit RoleDesign Meaning
VDD, VDDA, VDDCPower supply inputsSeparate domains for digital core (VDD), analog (VDDA), and USB PHY (VDDC); require independent decoupling.
VSS, VSSA, VSSCGround returnsIsolated ground paths prevent noise coupling between digital, analog, and USB sections.
USB0EPEN, USB0PFLTUSB PHY controlEnable internal PHY and configure pull-up/pull-down for USB enumeration and suspend/resume signaling.
SSI0CLK, SSI0FSS, SSI0RX, SSI0TXSynchronous serial interfaceFour-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–PF4GPIO banksMulti-function pins with programmable drive strength, slew rate, and alternate function mapping (e.g., UART0, I2C0, PWM0).

Key Features

FeatureDesign 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 Controller32-channel, scatter-gather capable - offloads CPU from peripheral data movement (e.g., ADC→RAM, UART→buffer), freeing cycles for control logic.
Hibernation ModuleIndependent RTC + 2 KB battery-backed RAM - retains time and configuration across full power cycles without external backup components.
Integrated USB PHYOn-die transceiver with suspend detection - eliminates need for external USB PHY IC and associated layout complexity.
Peripheral Integration12x PWM, 2x QEI, 4x UART, 2x I2C, 4x SSI - consolidates motor control, encoder feedback, and sensor interface functions into one chip.

Applications

Industrial Motor ControlSmart 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 DeviceLow-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 PartTechnical DifferenceApplication DifferenceSelection Advice
STM32F407VGT6ARM 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.
RP2040Dual-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

  • TM4C123GE6PZIR
  • TM4C123GE6PZIR PDF
  • TM4C123GE6PZIR Datasheet
  • TM4C123GE6PZIR Specifications
  • TM4C123GE6PZIR Images
  • Texas Instruments
  • Texas Instruments TM4C123GE6PZIR
  • Buy TM4C123GE6PZIR
  • TM4C123GE6PZIR Price
  • TM4C123GE6PZIR Distributor
  • TM4C123GE6PZIR Supplier
  • TM4C123GE6PZIR Wholesale
Related Products
ATTINY4-TSHR
ATTINY4-TSHR

Microchip Technology

ATTINY10-TSHR
ATTINY10-TSHR

Microchip Technology

ATTINY10-TS8R
ATTINY10-TS8R

Microchip Technology

ATTINY202-SSNR
ATTINY202-SSNR

Microchip Technology

ATTINY202-SSFR
ATTINY202-SSFR

Microchip Technology

ATTINY402-SSNR
ATTINY402-SSNR

Microchip Technology

PIC16F15213T-I/MF
PIC16F15213T-I/MF

Microchip Technology

PIC16F15213-E/MF
PIC16F15213-E/MF

Microchip Technology

PIC10F200T-I/OT
PIC10F200T-I/OT

Microchip Technology

ATTINY412-SSNR
ATTINY412-SSNR

Microchip Technology

PIC10F202T-I/OT
PIC10F202T-I/OT

Microchip Technology

ATTINY404-SSNR
ATTINY404-SSNR

Microchip Technology

Tech Hub

Search

Search

PRODUCT

PRODUCT

PHONE

PHONE

USER

USER