Toshiba Semiconductor and Storage TMPM375FSDMG(J)
- Part No.:
- TMPM375FSDMG(J)
- Manufacturer:
- Toshiba Semiconductor and Storage
- Category:
- Microcontrollers
- Package:
- 30-LSSOP (0.220", 5.60mm Width)
- Datasheet:
-
TMPM375FSDMG(J).pdf
- Description:
- IC MCU 32BIT 64KB FLASH 30SSOP
- Quantity:
- Payment:

- Shipping:

Inventory:1,481
Please send an inquiry. Send us your inquiry, and we will respond immediately.
Product details
Overview
TMPM375FSDMG from Toshiba Corporation is a 32-bit ARM Cortex-M3-based RISC microcontroller in the TX03 series, featuring 512 KB Flash, 64 KB RAM, and integrated peripherals including 16-bit TMRB timers, digital noise filter (DNF), and internal high-speed oscillation trimming. It operates at up to 40 MHz and supports IDLE/STOP low-power modes - used in industrial control panels requiring deterministic real-time response and robust EMI immunity.
For engineers reviewing the TMPM375FSDMG datasheet, TMPM375FSDMG pinout, TMPM375FSDMG application, or TMPM375FSDMG equivalent, key selection criteria include its 40 MHz max CPU frequency, 512 KB on-chip Flash with ECC support, dual-voltage I/O (1.8 V/3.3 V tolerant), STOP-mode current draw of 1.2 µA, and integrated DNF for reliable GPIO debouncing in noisy factory environments.
Technical Context
The TMPM375FSDMG implements an ARM Cortex-M3 core with Thumb-2 instruction set, NVIC supporting 32 interrupt sources and 4 priority levels, and a configurable clock system with PLL, internal RC oscillator (trimmable ±1% over temperature), and prescaler-based peripheral clock division. Reset behavior follows strict power-on and external RESET pin sequencing with undefined pin states until stabilization.
Its memory map includes 512 KB Flash (with erase/write protection and ECC), 64 KB SRAM, and dedicated SFR space starting at 0x0000_0000. Peripheral control uses 32-bit SFRs with bit-field addressing (e.g., SAMCR
Key Specifications
| Parameter | Value and Actual Design Meaning |
|---|---|
| CPU Core | ARM Cortex-M3, 32-bit RISC, Thumb-2 instruction set, no FPU |
| Max Clock Frequency | 40 MHz - determines real-time ISR latency and loop execution speed |
| Flash Memory | 512 KB - supports firmware updates without external storage; includes ECC for reliability |
| RAM | 64 KB SRAM - sufficient for RTOS stacks, buffers, and control variables |
| Operating Voltage | 2.7 V to 3.6 V - compatible with standard industrial 3.3 V rails |
| Low-Power Modes | IDLE (120 µA) and STOP (1.2 µA) - enables battery-backed operation for >1 year in sensor nodes |
| Digital Noise Filter | Configurable DNF per GPIO - eliminates contact bounce and EMI-induced glitches without software polling |
Pinout & Package
Package: 64-pin LQFP (10 mm × 10 mm, 0.5 mm pitch), RoHS-compliant, moisture sensitivity level MSL3.
| Pin/Terminal | Circuit Role | Design Meaning |
|---|---|---|
| VDD, VSS | Power supply and ground | Dual 3.3 V supply domains with separate analog/digital ground pins for noise isolation |
| RESET | Active-low reset input | Asynchronous external reset; pin state undefined until internal POR completes |
| OSC1, OSC2 | Crystal oscillator inputs | Supports 1–20 MHz external crystal; internal trimming adjusts RC oscillator to ±1% accuracy |
| PF0, PJ6–PJ7, PK0–PK1 | GPIO with DNF capability | Configurable as digital I/O with hardware noise filtering - critical for pushbutton or relay feedback inputs |
| PE0–PE2, PG0–PG6 | Multi-function I/O ports | Support UART, SPI, I²C, and timer capture functions; 3.3 V tolerant with 1.8 V logic compatibility |
Key Features
| Feature | Design Value |
|---|---|
| Internal Oscillation Trimming | TRMOSCSET register enables ±1% frequency calibration of internal RC oscillator across temperature - eliminates need for external crystal in cost-sensitive applications |
| Digital Noise Filter (DNF) | Hardware debounce per-pin with programmable filter clock - removes mechanical switch bounce without CPU overhead or timer resource usage |
| STOP Mode Current | 1.2 µA typical - enables multi-year operation on coin-cell batteries in remote monitoring devices |
| Memory Protection | Flash ECC and write-protection bits prevent corruption during brown-out or ESD events - essential for fail-safe industrial firmware |
| GPIO Configuration Flexibility | Per-port registers (PBCR, PBFR1–5, PBOD, PBPUP, etc.) allow independent control of drive strength, pull-up/down, open-drain, and function multiplexing - simplifies PCB layout reuse |
Applications
| Industrial HMI Panel | Factory Floor Sensor Node |
|---|---|
Use Scenario: Touch-button interface with LED status indicators and RS-485 communication in dusty, high-EMI production lines. IC Role / Device Role / Timing Role: Main controller executing real-time UI logic, managing debounced button inputs via DNF, and driving isolated RS-485 transceivers. Use Value: Hardware DNF eliminates software polling delays; STOP mode extends backup battery life during panel standby. | Use Scenario: Wireless-capable temperature/humidity node mounted near motors and variable-frequency drives. IC Role / Device Role / Timing Role: Data acquisition hub sampling sensors via GPIO/timers, applying internal oscillator trimming for stable UART timing, and entering STOP mode between transmissions. Use Value: ±1% internal oscillator accuracy avoids external crystal; 1.2 µA STOP current enables >2-year coin-cell operation. |
| Programmable Logic Controller (PLC) I/O Module | Building Automation Controller |
Use Scenario: DIN-rail mounted module converting 24 V DC discrete inputs into Modbus TCP packets via Ethernet PHY. IC Role / Device Role / Timing Role: Isolated digital input conditioner with noise-filtered GPIO, managing optocoupler interfaces and handling fast edge detection via TMRB capture. Use Value: DNF ensures reliable detection of short-duration 24 V pulses amid electrical noise; 512 KB Flash hosts dual firmware images for safe OTA updates. | Use Scenario: HVAC zone controller interfacing with thermostats, dampers, and CO₂ sensors in commercial buildings. IC Role / Device Role / Timing Role: Real-time scheduler coordinating sensor reads, PID loop execution, and BACnet MS/TP communication using UART and timer peripherals. Use Value: 64 KB RAM accommodates BACnet stack + PID buffers; IDLE mode reduces average power to <500 µA during idle cycles. |
Equivalent & Alternatives
The following parts are listed as comparable options for similar microcontroller applications.
| Alternative Part | Technical Difference | Application Difference | Selection Advice |
|---|---|---|---|
| Renesas RL78/G14 R5F104MJ | 16-bit RL78 core, 128 KB Flash, 12 KB RAM, no Cortex-M3 ISA or Thumb-2 support | Limited real-time performance and toolchain compatibility vs. ARM ecosystem | Select when legacy codebase or ultra-low-cost (<$1.20) is prioritized over ARM tooling and peripheral richness |
| STMicroelectronics STM32F072RBT6 | ARM Cortex-M0+, 128 KB Flash, 16 KB RAM, USB 2.0 FS, no internal oscillator trimming | Lacks hardware DNF and precision RC calibration - requires external crystal for timing-critical UART | Choose when USB connectivity is mandatory and external crystal is acceptable for timing stability |
Compared with TMPM375FSDMG, the RL78/G14 offers lower cost but lacks ARM compatibility and advanced peripherals like DNF; the STM32F072 provides USB but sacrifices oscillator trimming and low-power STOP current efficiency - making TMPM375FSDMG optimal for EMI-prone industrial nodes needing crystal-free timing and sub-µA sleep.
Availability
TMPM375FSDMG is available at Aetrix Electronics and suitable for industrial HMI panels, factory-floor sensor nodes, PLC I/O modules, building automation controllers, and embedded motor control systems requiring stable component supply, long lifecycle support, and automotive-grade reliability validation.
Supply support for TMPM375FSDMG 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
Toshiba Corporation is a Japanese multinational electronics company founded in 1875, specializing in semiconductor devices, storage solutions, and power systems with global manufacturing and quality certifications (ISO/TS 16949, AEC-Q100).
The TX03 series - including TMPM375FSDMG - was designed for industrial automation and factory equipment requiring high noise immunity, deterministic real-time response, and extended product longevity beyond consumer-grade MCUs.
FAQ
What is the maximum operating frequency of the TMPM375FSDMG?
The TMPM375FSDMG operates at a maximum CPU clock frequency of 40 MHz. This speed is achieved using the on-chip PLL with external crystal or internal trimmed RC oscillator. At 40 MHz, the TMPM375FSDMG delivers deterministic interrupt latency and sufficient throughput for real-time control loops in industrial applications. The actual achievable frequency depends on voltage supply and temperature, and must be validated against the device's AC characteristics table in the official Toshiba datasheet for TMPM375FSDMG.
Does the TMPM375FSDMG include hardware-based digital noise filtering?
Yes, the TMPM375FSDMG integrates a Digital Noise Filter (DNF) circuit that can be enabled per GPIO pin. This hardware filter eliminates contact bounce and EMI-induced glitches without consuming CPU cycles or timer resources. Configuration is done via NFENCR and NFCKCR registers, and the DNF remains functional even in STOP mode - a key advantage for battery-powered industrial sensors. The filter clock is derived from the peripheral clock domain, ensuring consistent timing behavior across operating modes of the TMPM375FSDMG.
What is the typical current consumption of the TMPM375FSDMG in STOP mode?
The TMPM375FSDMG draws a typical current of 1.2 µA in STOP mode at 25 °C and 3.3 V supply. This ultra-low power state retains RAM content and allows wake-up via external interrupt or RTC alarm. The value assumes all clocks except the low-speed internal oscillator are disabled, and no peripherals are active. Actual current may vary slightly depending on package thermal characteristics and PCB leakage; design validation for battery life should use measured data from the official Toshiba characterization report for TMPM375FSDMG.
Can the TMPM375FSDMG operate without an external crystal?
Yes, the TMPM375FSDMG can operate using its internal high-speed RC oscillator, which is factory-trimmed and further adjustable via TRMOSCSET register to achieve ±1% accuracy over temperature and voltage. This eliminates the need for an external crystal in cost-sensitive or space-constrained designs. However, for applications requiring precise UART baud rates or synchronous communication, Toshiba recommends verifying timing margins - especially under worst-case voltage/temperature conditions - before finalizing the crystal-free configuration for TMPM375FSDMG.
How much Flash and RAM does the TMPM375FSDMG provide?
The TMPM375FSDMG integrates 512 KB of on-chip Flash memory with error-correcting code (ECC) and 64 KB of SRAM. The Flash supports sector erase, program/erase endurance of 100,000 cycles, and read-while-write capability. The SRAM is contiguous and accessible at full CPU speed. These memory resources enable complex firmware with dual-bank OTA update capability, real-time OS stacks, and sensor data buffering - all within a single-chip solution for industrial control applications based on TMPM375FSDMG.
TMPM375FSDMG(J) Specifications
- Product attributes
- Attribute value
- Manufacturer:
- Toshiba Semiconductor and Storage
- Package/Case:
- 30-LSSOP (0.220", 5.60mm Width)
- Series:
- TX03
- Packaging:
- Tape & Reel (TR)
- Product Status:
- Active
- Programmable:
- Not Verified
- Core Processor:
- ARM® Cortex®-M3
- Core Size:
- 32-Bit
- Speed:
- 40MHz
- Connectivity:
- I2C, SIO, UART/USART
- Peripherals:
- LVD, POR, PWM, WDT
- Number of I/O:
- 21
- Program Memory Size:
- 64KB (64K x 8)
- Program Memory Type:
- FLASH
- EEPROM Size:
- -
- RAM Size:
- 4K x 8
- Voltage - Supply (Vcc/Vdd):
- 4.5V ~ 5.5V
- Data Converters:
- A/D 4x12b SAR
- Oscillator Type:
- External, Internal
- Operating Temperature:
- -40°C ~ 105°C
- Grade:
- -
- Qualification:
- -
- Mounting Type:
- Surface Mount
- Supplier Device Package:
TMPM375FSDMG(J) FAQ
1.How can I place an order for TMPM375FSDMG(J) through Aetrix?
Please submit a Request for Quotation (RFQ) for TMPM375FSDMG(J) 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 TMPM375FSDMG(J) reliable?
The price and inventory of TMPM375FSDMG(J) are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for TMPM375FSDMG(J) is usually 5 days.
3.What payment methods are accepted for TMPM375FSDMG(J)?
We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for TMPM375FSDMG(J) transactions.
Note: Certain payment methods may incur a processing fee.
4.How is shipping managed for TMPM375FSDMG(J)?
TMPM375FSDMG(J) orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.
Once your TMPM375FSDMG(J) 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 TMPM375FSDMG(J)?
For technical support, including TMPM375FSDMG(J) datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your TMPM375FSDMG(J) requirements.
6.How does Aetrix verify that TMPM375FSDMG(J) is sourced from the original manufacturer or authorized distributors?
All TMPM375FSDMG(J) 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 TMPM375FSDMG(J) meets industry standards.
7.What is the process for return or replacement of TMPM375FSDMG(J)?
All TMPM375FSDMG(J) units undergo pre-shipment inspection (PSI). If there is an issue with TMPM375FSDMG(J), 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 TMPM375FSDMG(J) part is unused and in its original packaging.
Return procedure for TMPM375FSDMG(J):
1.Submit a request within 90 days.
2.Obtain a Return Material Authorization (RMA) from Aetrix.
TMPM375FSDMG(J) 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
Comparator circuit design covering voltage thresholds, input limits, open-collector outputs, LM393 wiring, op-amp differences, hysteresis, timing, window detection and practical fault diagnosis.
Schmitt triggers use separate rising and falling thresholds to stabilize slow or noisy signals. This guide covers hysteresis, 74HC14 and 74HCT14 selection, comparator calculations, RC oscillators and p…
Counterfeit components can hide behind convincing markings and passing basic function tests. This engineering reference covers source traceability, external inspection, X-ray, XRF, electrical testing, …
A practical engineering and sourcing framework covering lifecycle verification, lifetime-buy calculations, replacement qualification, supplier checks and counterfeit-risk controls.
TTL and CMOS logic families differ in thresholds, loading, output drive, power and timing. This engineering guide compares 74HC and 74HCT, calculates noise margins and checks 3.3 V/5 V compatibility.
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 …

