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 TMS370C6C2ANT

Part No.:
TMS370C6C2ANT
Manufacturer:
Texas Instruments
Category:
Microcontrollers
Package:
40-DIP (0.600", 15.24mm)
Datasheet:
AetrixTMS370C6C2ANT.pdf
Description:
IC MCU 8BIT 8KB OTP 40DIP
Quantity:
Payment:
Payment
Shipping:
Shipping

Inventory:364

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

Part Number
Quantity*
Price
Name*
Company
Email*
Comments

Product details

Overview

TMS370C6C2ANT from Texas Instruments is a one-time-programmable (OTP) 8-bit microcontroller with 8K-byte EPROM program memory, 128-byte RAM, and integrated peripherals including a four-channel 8-bit ADC2, SCI2 serial interface, 16-bit general-purpose timer, and 24-bit watchdog timer. It operates at 2–5 MHz SYSCLK using a PLL or divide-by-4 clock option and supports automotive, industrial, and consumer control applications requiring in-circuit programmability and low-power operation.

For engineers reviewing the TMS370C6C2ANT datasheet, TMS370C6C2ANT pinout, TMS370C6C2ANT application, or TMS370C6C2ANT equivalent, key selection considerations include OTP EPROM capacity (8K bytes), 28-pin PDIP/PLCC package compatibility, STANDBY/HALT low-power modes, register-to-register architecture with 256 general-purpose registers, and SCI2 asynchronous communication up to 156 Kbps at 5 MHz SYSCLK.

Technical Context

The TMS370C6C2ANT implements a register-to-register CPU architecture eliminating accumulator bottlenecks, supporting direct arithmetic/logical operations between any two of 256 general-purpose registers. Its memory map integrates 8K-byte EPROM (6000h–7FFFh), 128-byte RAM (0000h–007Fh), and peripheral file (1000h–107Fh) in a unified Von Neumann address space.

Peripheral control is fully memory-mapped: ADC2 registers reside at 1070h–107Fh, SCI2 at 1050h–105Fh, Timer1 at 1040h–104Fh, and system control at 1010h–101Fh. The device uses a dual-priority interrupt structure with five hardware interrupts-including INT1, T1INT, RXINT, TXINT, and ADINT-each with dedicated vectors and individually maskable sources.

Key Specifications

ParameterValue and Actual Design Meaning
Core Architecture8-bit register-to-register CPU with 256 general-purpose registers and 14 addressing modes
Program Memory8K-byte OTP EPROM (6000h–7FFFh), enabling field updates without mask cost
Data Memory128-byte on-chip RAM (0000h–007Fh), usable as register file, stack, or general data storage
Clock OptionsDivide-by-1 PLL (2–5 MHz SYSCLK) or divide-by-4 (0.5–5 MHz SYSCLK), supporting flexible timing design
ADC2 ModuleFour-channel 8-bit analog-to-digital converter with configurable input pins AN0–AN3
SCI2 InterfaceFull-duplex, double-buffered UART supporting RS-232-C at ≤156 Kbps (5 MHz SYSCLK)
Low-Power ModesSTANDBY (oscillator + timer active) and HALT (all activity stopped), retaining RAM and configuration
Supply Voltage5 V ±10%, compatible with standard TTL/CMOS logic interfaces and industrial power rails

Pinout & Package

Package: 28-pin plastic DIP (N package) per Texas Instruments SPNS040B datasheet. Pinout validated from official top-view diagrams and pin descriptions for TMS370C6C2A/N variants.

Pin/TerminalCircuit RoleDesign Meaning
VCC (Pin 1)Power supply inputPositive supply rail (5 V ±10%) powering all internal logic and peripherals
D3/SYSCLK (Pin 2)Port D bit 3 / system clock outputBidirectional I/O; outputs SYSCLK when configured, enables external clock monitoring or synchronization
VSS (Pin 28)Ground referenceCommon return path for all digital and analog circuitry; critical for ADC2 noise immunity
RESET (Pin 27)System reset controlBidirectional open-drain output indicating watchdog/oscillator fault; accepts external active-low reset pulse
XTAL1 (Pin 6), XTAL2/CLKIN (Pin 5)Oscillator inputsSupports crystal (XTAL1/XTAL2) or external clock (CLKIN) for precise timing source selection
AN0–AN3 (Pins 22–25)ADC2 analog inputsFour dedicated analog input channels; configurable as general-purpose inputs if ADC unused
SCIRXD / SCITXD (Pins 20, 21)SCI2 serial interfaceAsynchronous full-duplex UART I/O; double-buffered for reliable high-speed data transfer
INT1 (Pin 15)External interrupt inputSoftware-configurable as maskable or non-maskable interrupt; supports rising/falling edge detection

Key Features

FeatureDesign Value
OTP EPROM programmingEnables production-ready firmware updates via VPP applied to MC pin without mask re-spin
Memory-mapped peripheral fileUniform 16-byte frame addressing (e.g., P010–P01F for system control) simplifies driver development
Two-level interrupt priorityIndependent IE1/IE2 masking allows real-time prioritization of critical events like ADC conversion or SCI receive
Register-to-register instruction setEliminates accumulator dependency (e.g., ADD R24,R47), improving code density and execution efficiency
Privilege disable mechanismSCCR2.0 bit locks peripheral configuration bits after initialization, preventing runtime corruption of system settings

Applications

Automotive Body ControlIndustrial Motor Monitoring

Use Scenario: Centralized control of door locks, window lifts, and lighting in passenger vehicles using discrete sensor inputs and relay drivers.

IC Role / Device Role / Timing Role: Main controller executing real-time polling of switch states, driving output peripherals, and managing CAN-linked diagnostics via SCI2.

Use Value: OTP EPROM allows late-stage firmware tuning for vehicle-specific configurations; 8K-byte program space accommodates feature-rich body control logic.

Use Scenario: Embedded monitoring of motor temperature, current, and RPM in HVAC blowers or pump controllers with analog feedback loops.

IC Role / Device Role / Timing Role: ADC2 reads thermistor and shunt voltage; Timer1 captures encoder pulses; SCI2 reports status to HMI or PLC over RS-232.

Use Value: Integrated 8-bit ADC2 and 16-bit timer eliminate external signal conditioning ICs; STANDBY mode reduces standby power in intermittent-use systems.

Consumer Appliance ControlTelecom Peripheral Interface

Use Scenario: Washing machine mainboard managing water valve sequencing, motor phase control, and user interface display timing.

IC Role / Device Role / Timing Role: Executes state-machine control logic, drives triac/relay outputs, and samples front-panel buttons via Port A/D bidirectional pins.

Use Value: 256 general-purpose registers simplify multitasking between UI refresh, motor timing, and safety interlocks; 128-byte RAM suffices for context switching.

Use Scenario: Fax modem or dial-up terminal add-on board handling line signaling, data buffering, and protocol translation.

IC Role / Device Role / Timing Role: SCI2 manages AT-command parsing and modem handshake; Timer1 generates precise tone generation (DTMF) or carrier detect timing.

Use Value: 156 Kbps SCI2 throughput meets V.22bis/V.32 requirements; memory-mapped UART registers enable deterministic interrupt latency for real-time line control.

Equivalent & Alternatives

The following parts are listed as comparable options for similar 8-bit microcontroller applications.

Alternative PartTechnical DifferenceApplication DifferenceSelection Advice
TMS370C3C0ANT4K-byte mask-ROM instead of 8K-byte OTP EPROM; lacks in-circuit reprogrammabilitySuitable only for high-volume, fixed-function designs where firmware never changes post-manufactureSelect when cost sensitivity outweighs flexibility; requires mask charge and longer lead time
SE370C6C2ANTWindowed ceramic package (CLCC) enabling UV-erasable EPROM reprogramming during prototypingTargeted at development labs requiring iterative firmware updates on breadboards or prototypesChoose for early-stage design validation; not qualified for production due to uncharacterized reliability

Compared with TMS370C6C2ANT, TMS370C3C0ANT trades programmability for lower unit cost in stable-volume production, while SE370C6C2ANT provides reprogrammability at the expense of package robustness and production qualification-making TMS370C6C2ANT the optimal balance for low-volume manufacturing and field-updateable embedded systems.

Availability

TMS370C6C2ANT is available at Aetrix Electronics and suitable for automotive body electronics, industrial motor controllers, consumer appliance boards, and telecom peripheral interfaces requiring stable component supply across extended product lifecycles.

Supply support for TMS370C6C2ANT 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 leader specializing in analog, embedded processing, and digital signal technologies with decades of automotive and industrial qualification expertise.

The TMS370 family was designed for cost-effective real-time control in resource-constrained environments, integrating memory, timers, ADC, and serial interfaces into single-chip solutions for automotive electronics, industrial motors, and consumer appliances.

FAQ

What memory types and capacities does the TMS370C6C2ANT integrate on-chip?

The TMS370C6C2ANT integrates 8K bytes of one-time-programmable (OTP) EPROM for program storage, 128 bytes of static RAM for data and stack, and no on-chip EEPROM. The EPROM is mapped from address 6000h to 7FFFh and supports in-circuit programming via VPP applied to the MC pin. This configuration enables firmware updates without mask re-spin, making TMS370C6C2ANT ideal for low-volume production and field-reprogrammable applications.

How does the TMS370C6C2ANT handle low-power operation, and what modes are supported?

The TMS370C6C2ANT supports two hardware low-power modes: STANDBY and HALT. In STANDBY mode, the CPU halts but the internal oscillator and 16-bit timer remain active-enabling wake-up on external interrupt or timer event. In HALT mode, all clocks stop except the reset circuit, minimizing current draw while preserving RAM and peripheral register contents. Both modes are entered via the IDLE instruction and exited by RESET or enabled interrupts, making TMS370C6C2ANT suitable for battery-backed or energy-sensitive applications.

What is the function of the MC pin on the TMS370C6C2ANT, and how is it used during programming?

The MC (Mode Control) pin on the TMS370C6C2ANT serves as the programming voltage input for OTP EPROM. During in-circuit programming, a 13 V supply must be applied to the MC pin while executing EPROM write sequences controlled by the EPCTL register (P01Ch). The MC pin also functions as a general-purpose input when not in programming mode. This dual-role design allows TMS370C6C2ANT to retain full I/O capability in normal operation while enabling secure, controlled firmware updates-critical for production calibration or bug fixes without board redesign.

Does the TMS370C6C2ANT support interrupt prioritization, and how is it configured?

Yes, the TMS370C6C2ANT implements a two-level interrupt priority system with independent global masks (IE1 and IE2 in the Status Register). Each of the five hardware interrupts-INT1, T1INT, RXINT, TXINT, and ADINT-is assigned a fixed priority within its level, and software can route any interrupt to either level during initialization. Priority configuration is performed via dedicated bits in peripheral control registers (e.g., T1PRI at P04F.6–P04F.7), allowing deterministic real-time response-for example, assigning ADC conversion completion to Level 1 and SCI transmit ready to Level 2 ensures timely sensor data capture without UART latency.

What clocking options does the TMS370C6C2ANT provide, and how do they affect system performance?

The TMS370C6C2ANT offers two clocking modes: a divide-by-1 PLL supporting 2–5 MHz SYSCLK for maximum throughput, and a divide-by-4 option supporting 0.5–5 MHz SYSCLK for lower EMI and reduced power. The PLL mode enables higher instruction execution rates and faster SCI2 baud rates (up to 156 Kbps at 5 MHz), while the divide-by-4 mode improves noise immunity in electrically noisy environments. Clock source selection is configured via SCCR0 bits, and both modes operate from either an external crystal (XTAL1/XTAL2) or external clock (CLKIN), giving designers flexibility to optimize TMS370C6C2ANT for speed, stability, or EMC compliance.

TMS370C6C2ANT Specifications

Product attributes
Attribute value
Manufacturer:
Texas Instruments
Package/Case:
40-DIP (0.600", 15.24mm)
Series:
TMS370
Packaging:
Bulk
Product Status:
Active
Programmable:
Not Verified
Core Processor:
TMS370
Core Size:
8-Bit
Speed:
5MHz
Connectivity:
SCI
Peripherals:
PWM, WDT
Number of I/O:
22
Program Memory Size:
8KB (8K x 8)
Program Memory Type:
OTP
EEPROM Size:
-
RAM Size:
128 x 8
Voltage - Supply (Vcc/Vdd):
4.5V ~ 5.5V
Data Converters:
A/D 4x8b
Oscillator Type:
-
Operating Temperature:
-40°C ~ 105°C (TA)
Grade:
-
Qualification:
-
Mounting Type:
Through Hole
Supplier Device Package:

TMS370C6C2ANT FAQ

1.How can I place an order for TMS370C6C2ANT through Aetrix?

Please submit a Request for Quotation (RFQ) for TMS370C6C2ANT 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 TMS370C6C2ANT reliable?

The price and inventory of TMS370C6C2ANT are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for TMS370C6C2ANT is usually 5 days.

3.What payment methods are accepted for TMS370C6C2ANT?

We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for TMS370C6C2ANT transactions.

Note: Certain payment methods may incur a processing fee.

4.How is shipping managed for TMS370C6C2ANT?

TMS370C6C2ANT orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.

Once your TMS370C6C2ANT 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 TMS370C6C2ANT?

For technical support, including TMS370C6C2ANT datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your TMS370C6C2ANT requirements.

6.How does Aetrix verify that TMS370C6C2ANT is sourced from the original manufacturer or authorized distributors?

All TMS370C6C2ANT 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 TMS370C6C2ANT meets industry standards.

7.What is the process for return or replacement of TMS370C6C2ANT?

All TMS370C6C2ANT units undergo pre-shipment inspection (PSI). If there is an issue with TMS370C6C2ANT, 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 TMS370C6C2ANT part is unused and in its original packaging.

Return procedure for TMS370C6C2ANT:

1.Submit a request within 90 days.

2.Obtain a Return Material Authorization (RMA) from Aetrix.

TMS370C6C2ANT Tags

  • TMS370C6C2ANT
  • TMS370C6C2ANT PDF
  • TMS370C6C2ANT Datasheet
  • TMS370C6C2ANT Specifications
  • TMS370C6C2ANT Images
  • Texas Instruments
  • Texas Instruments TMS370C6C2ANT
  • Buy TMS370C6C2ANT
  • TMS370C6C2ANT Price
  • TMS370C6C2ANT Distributor
  • TMS370C6C2ANT Supplier
  • TMS370C6C2ANT 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