Texas Instruments TM4C123GH6PGET
- Part No.:
- TM4C123GH6PGET
- Manufacturer:
- Texas Instruments
- Category:
- Microcontrollers
- Package:
- 144-LQFP
- Datasheet:
-
TM4C123GH6PGET.pdf
- Description:
- IC MCU 32BIT 256KB FLASH 144LQFP
- Quantity:
- Payment:

- Shipping:

Inventory:284
Please send an inquiry. Send us your inquiry, and we will respond immediately.
Product details
Overview
TM4C123GH6PGET from Texas Instruments is an ARM Cortex-M4F-based microcontroller with 80 MHz operation, 256 KB flash, 32 KB SRAM, and integrated USB 2.0 OTG, PWM, ADC (12-bit, 1MSPS), and multiple serial interfaces (UART, SPI, I²C). It serves as a main system controller in industrial motor drives, smart sensor nodes, and USB-connected embedded control systems.
For engineers reviewing the TM4C123GH6PGET datasheet, TM4C123GH6PGET pinout, TM4C123GH6PGET application, or TM4C123GH6PGET equivalent, key selection criteria include its 80 MHz FPU-enabled core, 12-bit 1MSPS ADC with hardware averaging, USB OTG support, hibernation module with RTC and battery-backed memory, and QFP-144 package compatibility with TI's TivaWare™ software stack.
Technical Context
The TM4C123GH6PGET integrates a single-core ARM Cortex-M4F processor with floating-point unit and 200 µA/MHz active power efficiency. It features a 32-bit bus architecture, memory protection unit (MPU), and nested vectored interrupt controller (NVIC) supporting up to 80 interrupts.
System-level integration includes a hibernation module with real-time clock, battery-backed RAM, and wake-on-RTC/external-pin capability; a μDMA controller with 32 channels; and analog subsystem with four 12-bit ADC sample sequencers, internal temperature sensor, and digital comparators.
Key Specifications
| Parameter | Value and Actual Design Meaning |
|---|---|
| CPU Core | ARM Cortex-M4F @ 80 MHz with hardware FPU - enables real-time signal processing and deterministic floating-point math without software emulation overhead. |
| Memory | 256 KB on-chip flash + 32 KB SRAM + 2 KB EEPROM - supports firmware updates, data logging, and parameter storage without external nonvolatile memory. |
| ADC | 12-bit, 1 MSPS, 4 sample sequencers, 14-channel input - delivers high-resolution analog sensing for motor current, voltage, and temperature monitoring. |
| USB Interface | USB 2.0 OTG with integrated PHY - allows direct host/device mode operation and firmware updates via standard USB cable without external transceiver. |
| Timers & PWM | 8 × 32-bit GPTMs (16 × 16-bit capability), 2 × watchdog timers, 6 × PWM generator blocks - supports multi-phase motor control, LED dimming, and precise timing-critical event generation. |
| Package | 144-pin LQFP (PGE), 20 × 20 mm, 0.5 mm pitch - compatible with standard PCB assembly processes and TI evaluation boards like TM4C123G LaunchPad. |
| Operating Temp | –40°C to +105°C - qualified for extended industrial environments including factory automation and outdoor metering applications. |
Pinout & Package
TM4C123GH6PGET uses a 144-pin LQFP (PGE) package with exposed thermal pad. Pin functions are defined across five GPIO ports (A–E), plus dedicated peripheral pins for USB, crystal oscillator, JTAG/SW-DP debug, and power domains (VDD, VDDA, VDDC, VDDIO, VSS).
| Pin/Terminal | Circuit Role | Design Meaning |
|---|---|---|
| VDD, VDDA, VDDC, VDDIO | Power supply inputs | Differentiated rail domains enable noise isolation: VDDA powers analog circuitry (ADC, comparator), VDDC supplies core logic, VDDIO sets I/O voltage level (1.8–3.3 V configurable). |
| USB0VBUS, USB0ID, USB0DM, USB0DP | USB 2.0 OTG interface | Full-speed USB device/host capability with integrated transceiver; USB0VBUS detects host connection; USB0ID selects device/host role. |
| PD0–PD7, PE0–PE5, PF0–PF4 | GPIO with alternate functions | Multi-function pins supporting UART, I²C, SPI, PWM, ADC input, and NMI - e.g., PF0 can serve as NMI or analog input channel 18. |
| JTAG/SWD Pins (TCK, TMS, TDI, TDO, SWDIO, SWCLK) | Debug interface | Supports both legacy JTAG and ARM Serial Wire Debug (SWD); SWD reduces pin count to two signals while retaining full debug visibility and flash programming. |
| OSC0, OSC1 | Clock input | Accepts 4–25 MHz crystal or external clock source; feeds PLL to generate system clock up to 80 MHz with ±0.5% accuracy over temperature. |
Key Features
| Feature | Design Value |
|---|---|
| Hibernation Module | Reduces power to 1.7 µA with RTC running and 2 KB battery-backed SRAM retained - enables years-long operation on coin-cell batteries in remote sensors. |
| μDMA Controller | 32-channel memory-peripheral DMA with scatter-gather support - offloads CPU from ADC sampling, UART streaming, and PWM waveform generation. |
| Analog Subsystem | Four independent ADC sample sequencers with hardware averaging (up to 64 samples) and digital comparators - eliminates need for external analog front-end filtering in closed-loop control. |
| TivaWare™ Software | TI-provided driver library, USB stack, and RTOS abstraction layer - accelerates development of USB HID devices, motor control firmware, and sensor fusion applications. |
| Peripheral Integration | On-chip USB PHY, 10/100 Ethernet MAC (not PHY), CAN controller, and 8 × 32-bit general-purpose timers - reduces BOM cost and board space vs. discrete peripheral ICs. |
Applications
| Industrial Motor Control | Smart Sensor Node |
|---|---|
Use Scenario: Closed-loop control of BLDC motors in HVAC blowers and conveyor drives using field-oriented control (FOC) algorithms. IC Role / Device Role / Timing Role: Main system controller executing FOC calculations, generating six-channel PWM, sampling current/voltage via ADC, and communicating status via UART/USB. Use Value: Integrated 80 MHz M4F core with FPU enables real-time FOC execution; 12-bit ADC with hardware averaging ensures accurate current measurement at 1 MSPS sampling rate. |
Use Scenario: Battery-powered environmental monitor measuring temperature, humidity, and air quality in building automation systems. IC Role / Device Role / Timing Role: Low-power system manager acquiring sensor data, performing local preprocessing, storing logs, and transmitting via USB or UART to gateway. Use Value: Hibernation mode draws only 1.7 µA while maintaining RTC and 2 KB SRAM; integrated ADC and temperature sensor eliminate external signal conditioning components. |
| USB Human Interface Device | Programmable Logic Controller (PLC) I/O Module |
Use Scenario: Custom USB HID device such as industrial test jig, lab equipment controller, or programmable keypad with LED feedback. IC Role / Device Role / Timing Role: USB device controller handling HID report descriptors, button debouncing, LED PWM dimming, and firmware update over USB DFU class. Use Value: On-chip USB 2.0 OTG PHY and TivaWare USB stack reduce design complexity; 6 × PWM generators support independent LED brightness control per channel. |
Use Scenario: DIN-rail mounted I/O expansion module for small PLCs, accepting digital inputs, driving relay outputs, and communicating via Modbus RTU over UART. IC Role / Device Role / Timing Role: Real-time I/O coordinator managing 24 V digital input sampling, opto-isolated output switching, and UART-based protocol framing. Use Value: GPIOs with programmable slew rate and drive strength tolerate industrial noise; built-in UART with automatic baud-rate detection simplifies Modbus slave implementation. |
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 crystal for full-speed USB | Better raw performance and larger memory, but higher BOM cost and layout complexity due to external USB transceiver requirement | Select when >80 MHz clock speed, >256 KB flash, or Ethernet MAC+PHY integration is required; avoid if USB simplicity and low-cost BOM are priorities. |
| RP2040 | Dual-core ARM Cortex-M0+, 2 MB flash, no analog peripherals (no ADC, no DAC), no USB device stack in ROM | Lower cost and power, but lacks integrated analog sensing, hibernation, and production-grade USB device firmware support | Select for cost-sensitive consumer IoT endpoints where analog sensing and industrial reliability are not required; avoid for motor control or sensor node applications needing ADC or RTC. |
Compared with STM32F407VGT6 and RP2040, the TM4C123GH6PGET provides balanced performance, integrated USB PHY, production-ready TivaWare drivers, and industrial-grade analog features - making it optimal for mid-tier embedded control where BOM simplicity, analog integration, and USB plug-and-play matter more than peak clock speed or ultra-low cost.
Availability
TM4C123GH6PGET is available at Aetrix Electronics and suitable for industrial motor control, smart sensor nodes, USB HID devices, and PLC I/O modules requiring stable component supply and long-term manufacturability.
Supply support for TM4C123GH6PGET 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 connectivity technologies for industrial, automotive, and communications markets.
The TM4C123GH6PGET belongs to TI's Tiva C Series microcontroller family, designed specifically for cost-sensitive, performance-balanced embedded control applications requiring USB connectivity, analog sensing, and robust real-time operation in harsh environments.
FAQ
What is the maximum operating frequency of the TM4C123GH6PGET?
The TM4C123GH6PGET operates at a maximum system clock frequency of 80 MHz, achieved via its integrated PLL that multiplies an external 4–25 MHz crystal or clock source. This frequency is sustained across the full industrial temperature range (–40°C to +105°C) and is supported by the ARM Cortex-M4F core's pipeline and memory subsystem, enabling deterministic real-time execution of control loops and communication stacks in the TM4C123GH6PGET.
Does the TM4C123GH6PGET include an integrated USB physical layer (PHY)?
Yes, the TM4C123GH6PGET integrates a full-speed USB 2.0 OTG physical layer (PHY) compliant with USB specification revision 2.0. This eliminates the need for external transceivers and allows direct connection to USB hosts or devices using only passive termination resistors. The TM4C123GH6PGET supports both device and host modes, and its USB controller includes dedicated DMA channels and endpoint buffers managed by TI's TivaWare™ USB stack.
How much analog-to-digital converter (ADC) capability does the TM4C123GH6PGET provide?
The TM4C123GH6PGET features a 12-bit successive-approximation ADC with up to 1 million samples per second (1 MSPS), four independent sample sequencers, and hardware averaging across up to 64 samples. It supports 14 analog input channels, includes an internal temperature sensor, and provides digital comparators for threshold-triggered events - all accessible without external signal conditioning in the TM4C123GH6PGET.
What debug interfaces are supported by the TM4C123GH6PGET?
The TM4C123GH6PGET supports both JTAG and ARM Serial Wire Debug (SWD) protocols via dedicated pins (TCK, TMS, TDI, TDO, SWDIO, SWCLK). SWD mode uses only two pins and is preferred for production programming and debugging due to reduced pin count and full feature parity with JTAG. TI's Code Composer Studio and third-party tools like OpenOCD fully support both interfaces for the TM4C123GH6PGET.
Is the TM4C123GH6PGET suitable for low-power battery-operated applications?
Yes, the TM4C123GH6PGET includes a dedicated hibernation module that achieves 1.7 µA deep-sleep current while maintaining RTC operation and 2 KB of battery-backed SRAM. Wake-up sources include RTC alarms, external GPIO pins, and brown-out detection. This makes the TM4C123GH6PGET well-suited for long-life battery-powered sensor nodes and portable instrumentation where runtime between replacements must exceed one year.
TM4C123GH6PGET Specifications
- Product attributes
- Attribute value
- Manufacturer:
- Texas Instruments
- Package/Case:
- 144-LQFP
- Series:
- Tiva™ C
- Packaging:
- Tray
- 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:
- 105
- Program Memory Size:
- 256KB (256K 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 24x12b
- Oscillator Type:
- Internal
- Operating Temperature:
- -40°C ~ 105°C (TA)
- Grade:
- -
- Qualification:
- -
- Mounting Type:
- Surface Mount
- Supplier Device Package:
TM4C123GH6PGET FAQ
1.How can I place an order for TM4C123GH6PGET through Aetrix?
Please submit a Request for Quotation (RFQ) for TM4C123GH6PGET 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 TM4C123GH6PGET reliable?
The price and inventory of TM4C123GH6PGET are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for TM4C123GH6PGET is usually 5 days.
3.What payment methods are accepted for TM4C123GH6PGET?
We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for TM4C123GH6PGET transactions.
Note: Certain payment methods may incur a processing fee.
4.How is shipping managed for TM4C123GH6PGET?
TM4C123GH6PGET orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.
Once your TM4C123GH6PGET 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 TM4C123GH6PGET?
For technical support, including TM4C123GH6PGET datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your TM4C123GH6PGET requirements.
6.How does Aetrix verify that TM4C123GH6PGET is sourced from the original manufacturer or authorized distributors?
All TM4C123GH6PGET 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 TM4C123GH6PGET meets industry standards.
7.What is the process for return or replacement of TM4C123GH6PGET?
All TM4C123GH6PGET units undergo pre-shipment inspection (PSI). If there is an issue with TM4C123GH6PGET, 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 TM4C123GH6PGET part is unused and in its original packaging.
Return procedure for TM4C123GH6PGET:
1.Submit a request within 90 days.
2.Obtain a Return Material Authorization (RMA) from Aetrix.
TM4C123GH6PGET 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…

