Home > Integrated Circuits ICs > STM32F407VGT6

STM32F407VGT6


ARM Cortex-M4 w/FPU, 168MHz, 1MB Flash, 192KB SRAM, 3xADC, 2xDAC, ETH, USB HS/FS, FSMC, LQFP-100, 1.8-3.6V, -40~85C

20000

Effective Inventory
Go to Inquiry

Image for reference only

Manufacturer Part:

STM32F407VGT6

Package:

LQFP-100 (14 x 14 x 1.4 mm, 0.5mm pitch)

Brand:
Product Categories:
Other recommendations you may be interested in.
Description

The STM32F407VGT6 from STMicroelectronics is a high-performance ARM Cortex-M4 32-bit microcontroller with floating-point unit (FPU) and DSP instructions, operating at up to 168 MHz in a 100-pin LQFP package (14 x 14 x 1.4 mm). Key specifications: 1 Mbyte Flash memory; 192 Kbytes SRAM (128KB main + 64KB CCM) plus 4KB backup SRAM; 512 bytes OTP memory; ART Accelerator for 0-wait-state Flash execution at 168MHz delivering 210 DMIPS; Memory Protection Unit (MPU). 82 GPIO pins (most 5V tolerant). Three 12-bit ADCs (2.4 MSPS each, up to 7.2 MSPS in triple interleaved mode, 16 channels each); two 12-bit DACs. 17 timers: two 32-bit + twelve 16-bit general-purpose, two advanced PWM for motor control, plus watchdog timers. Communication: 3x I2C (SMBus/PMBus), 4x USART + 2x UART (10.5 Mbit/s), 3x SPI (42 Mbit/s, 2 with I2S audio), 2x CAN 2.0B, 1x SDIO. Advanced connectivity: USB 2.0 FS OTG (on-chip PHY), USB 2.0 HS OTG (dedicated DMA, on-chip FS PHY + ULPI for HS), 10/100 Ethernet MAC (IEEE 1588v2, MII/RMII), 8-14 bit camera interface (54 MB/s). FSMC for NOR/NAND/PSRAM/CF. LCD parallel interface (8080/6800). True Random Number Generator (RNG). CRC unit. 96-bit unique ID. RTC with hardware calendar. Supply: 1.8-3.6V. Operating temperature: -40C to +85C. Tray packaging. ECOPACK2, ECCN 3A991a.2.

The STM32F407VGT6 from STMicroelectronics is a high-performance ARM Cortex-M4 microcontroller that represents one of the most versatile devices in the STM32F4 series. It combines a 168 MHz Cortex-M4 core with single-precision FPU and DSP instructions, 1 Mbyte of Flash, and an exceptionally rich set of peripherals, making it suitable for a wide range of demanding embedded applications.

The STM32F407VGT6 sits in the 100-pin LQFP package, which exposes 82 GPIO pins. This is the sweet spot in the STM32F407 product line: the 64-pin LQFP-64 package loses too many peripherals to pin constraints, while the 144-pin and 176-pin packages add GPIO ports H and I (PH and PI) that are only available in those larger packages. The LQFP-100 package provides access to all major peripherals including Ethernet, USB HS, FSMC, and the camera interface, making it the most popular choice for designs that need the full peripheral set without the cost and board space of the larger packages.

The Cortex-M4 core with FPU is the key differentiator from the Cortex-M0 and Cortex-M3 based STM32 devices. The FPU accelerates floating-point calculations by 5-10x compared to software emulation, making the STM32F407VGT6 suitable for digital signal processing (audio processing, sensor fusion, motor control algorithms), scientific calculations, and any application that uses floating-point arithmetic. The DSP instructions (MAC, saturating arithmetic, SIMD) further accelerate signal processing algorithms.

The ART (Adaptive Real-Time) Accelerator is a critical innovation that enables 0-wait-state execution from Flash memory at 168 MHz. Without the ART Accelerator, Flash memory access times would require multiple wait states at high clock frequencies, significantly reducing the effective execution speed. The ART Accelerator uses a instruction cache, a literal cache, and a prefetch queue to eliminate these wait states, delivering the full 210 DMIPS performance of the Cortex-M4 core.

The 1 Mbyte of Flash memory provides ample space for complex application code, RTOS, communication stacks (TCP/IP, USB), and data logging. The 192 Kbytes of SRAM is divided into 128KB of main SRAM and 64KB of CCM (Core Coupled Memory). The CCM is a zero-wait-state memory that is accessible only by the CPU (not by DMA), making it ideal for time-critical code and data that must execute at maximum speed without DMA bus contention.

The advanced connectivity peripherals distinguish the STM32F407 from the STM32F405: the STM32F407 adds a 10/100 Ethernet MAC with IEEE 1588v2 hardware timestamping and an 8-14 bit camera interface. These features make the STM32F407VGT6 particularly suitable for IoT gateways, industrial Ethernet devices, networked sensors, and vision applications.

The dual USB OTG interfaces are another distinguishing feature. The USB FS (full-speed, 12 Mbit/s) OTG controller includes an on-chip PHY and can operate in device, host, or OTG mode. The USB HS (high-speed, 480 Mbit/s) OTG controller includes a dedicated DMA and on-chip full-speed PHY; for high-speed operation, an external ULPI PHY is required. Having two independent USB interfaces allows simultaneous device and host operation.

The FSMC (Flexible Static Memory Controller) allows direct connection to external NOR Flash, NAND Flash, PSRAM, SRAM, and Compact Flash devices, enabling memory expansion beyond the on-chip 1MB Flash. This is particularly useful for applications requiring large data storage (maps, fonts, images) or executing code from external memory.

The STM32F407VGT6 operates as a 32-bit ARM Cortex-M4 microcontroller with on-chip Flash, SRAM, and an extensive peripheral set.

ARM Cortex-M4 Core with FPU: The Cortex-M4 processor implements the ARMv7E-M architecture with DSP extensions and an optional single-precision floating-point unit (FPU). The FPU supports all IEEE 754 single-precision operations including addition, subtraction, multiplication, division, square root, and format conversion. The FPU uses 32 single-precision registers (s0-s31) that overlay the 32 general-purpose registers (d0-d15). When the FPU is enabled, floating-point operations execute in 1-14 cycles depending on the operation, compared to 30-100+ cycles for software emulation. The DSP extension instructions include saturated arithmetic, MAC (multiply-accumulate), and SIMD (single instruction multiple data) operations that are particularly useful for audio processing and digital filter implementation.

ART Accelerator: The ART (Adaptive Real-Time) Accelerator is STs proprietary technology that enables 0-wait-state execution from Flash memory at 168 MHz. The Flash memory has a native access time that would require 5-8 wait states at 168 MHz. The ART Accelerator eliminates these wait states using three mechanisms: (1) an instruction line cache (64 lines of 128 bits) that caches recently executed instructions; (2) a literal pool cache (8 lines of 128 bits) that caches constant data embedded in the code; and (3) a prefetch queue that anticipates sequential code access and preloads the next Flash line. The ART Accelerator achieves near-100% hit rates for linear code execution, with the only miss penalty occurring on taken branches to non-cached locations.

Memory Architecture: The bus matrix connects the Cortex-M4 core, DMA controllers, and peripherals through a multi-AHB bus structure. The main AHB bus (168 MHz) connects the core to the Flash (via ART), SRAM, and FSMC. The DMA1 and DMA2 controllers have 8 streams each (16 total) with 4-word FIFOs, supporting burst transfers and double-buffering. The CCM (Core Coupled Memory) is connected directly to the I-bus and D-bus of the Cortex-M4 core, providing zero-wait-state access for the CPU but cannot be accessed by DMA.

Peripheral Bus Structure: The AHB1 bus (168 MHz) connects high-speed peripherals including GPIO ports A-E, the CRC unit, and the power management registers. The AHB2 bus connects the USB OTG FS controller and the RNG. The APB1 bus (42 MHz) connects I2C, USART, SPI, CAN, and timers. The APB2 bus (84 MHz) connects the ADCs, DACs, advanced-control timers, and the SDIO controller. The bus frequencies are derived from the AHB clock through programmable prescalers.

Ethernet MAC: The 10/100 Ethernet MAC implements the media access control layer in hardware, including CRC generation/checking, frame filtering (perfect and hash), VLAN tag support, and IEEE 1588v2 precision time protocol (PTP) hardware timestamping. The MAC connects to an external PHY through MII (Media Independent Interface) or RMII (Reduced MII) and communicates with the DMA controller through a dedicated DMA that transfers frame data to/from SRAM. The IEEE 1588v2 hardware timestamping captures the arrival time of PTP messages with nanosecond precision, enabling synchronization of distributed clocks in industrial Ethernet applications.

USB OTG: The USB HS controller supports device, host, and OTG modes at both full-speed (12 Mbit/s with on-chip PHY) and high-speed (480 Mbit/s with external ULPI PHY). The dedicated USB DMA transfers data between SRAM and the USB FIFOs. The USB FS controller is a simpler implementation that supports only full-speed operation with its on-chip PHY.

Pin Range Name Type Description
1 PE2 I/O (FT) GPIO PE2; alternate: FSMC_A23, ETH_MII_TXD3, TIM10_CH1, TRACE_CLK; 5V tolerant
2 PE3 I/O (FT) GPIO PE3; alternate: FSMC_A19, ETH_MII_TX_CLK, TIM10_CH1, TRACED0; 5V tolerant
3 PE4 I/O (FT) GPIO PE4; alternate: FSMC_A20, ETH_MII_RX_DV, TIM10_CH1, TRACED1; 5V tolerant
6 VBAT Power Battery backup supply for RTC, backup registers, and backup SRAM; connect to VDD or a battery/supercap; maintains time and data when main power is removed
8 BOOT0 Input (B) Boot configuration pin; LOW = boot from Main Flash (normal); HIGH = boot from System Memory (bootloader for UART/USB/SWD programming); connect with 10k pull-down to GND; add jumper to VDD for programming mode
12-19 PA0-PA7 I/O (TTa/FT) Port A GPIO; PA0-PA7 include ADC channels (TTa type); alternate functions include TIM2/5 channels, USART1/2/6, SPI1, I2C3, ETH, OTG, CAN1; PA13=SWDIO, PA14=SWCLK (debug)
21-28 PB0-PB7 I/O (TTa/FT) Port B GPIO; PB0-PB1 include ADC channels; alternate functions include TIM1/3/4/8 channels, I2C1/2, SPI1/2, USART1/3, OTG, CAN2, ETH; PB3=JTDO, PB4=NJTRST (debug)
33-40 PC0-PC7 I/O (TTa/FT) Port C GPIO; PC0-PC5 include ADC channels; alternate functions include FSMC, SPI2/3, I2S2/3, USART3/6, TIM1/3/8, ETH, SDIO, DCMI
41 PD2 I/O (FT) GPIO PD2; alternate: FSMC_NE3, TIM3_ETR, UART5_RX, SDIO_CMD; 5V tolerant
51-52 PD0-PD1 I/O (FT) GPIO PD0/PD1; alternate: FSMC_D2/D3, CAN1_RX/TX, XCLK; 5V tolerant
61-66 PD8-PD13 I/O (FT) GPIO PD8-PD13; alternate: FSMC_D13-D18, USART3_TX/RX/CK/CTS/RTS; 5V tolerant
67-70 PE8-PE11 I/O (FT) GPIO PE8-PE11; alternate: FSMC_D6-D9, TIM1_CH1N-CH3N, TRACED2-3; 5V tolerant
71-74 PE12-PE15 I/O (FT) GPIO PE12-PE15; alternate: FSMC_D10-D12/D24, TIM1_CH1-CH4, TRACECLK; 5V tolerant
77 VDD Power Digital power supply; 1.8-3.6V; connect with 100nF decoupling caps to VSS
78 VSSA Analog Ground Analog ground for ADC, DAC, and reference buffers
79 VREF+ Analog Ref ADC and DAC reference voltage input; connect to VDDA for full-scale (3.3V); can use external reference for different full-scale voltage
80 VDDA Analog Power Analog power supply for ADC, DAC, and reference buffers; connect with 1uF+100nF decoupling; separate from digital VDD for best ADC/DAC performance
83-84 PH0-PH1 I/O (FT) GPIO PH0-PH1; also function as OSC_IN/OSC_OUT for HSE crystal (4-26 MHz); 5V tolerant
86 NRST I/O (RST) Reset pin; active-low with internal pull-up; connect 100nF cap to GND for noise filtering
87-90 PC9-PC12 I/O (FT) GPIO PC9-PC12; alternate: TIM3/8/14, I2C3, SDIO, DCMI, ETH; 5V tolerant
91-94 PA8-PA11 I/O (FT) GPIO PA8-PA11; alternate: TIM1_CH1-CH4, I2C3, USART1/6, OTG_FS, CAN1, ETH; 5V tolerant
95 VCAP1 Supply Internal voltage regulator output capacitor; connect 2.2uF ceramic capacitor to VSS; required for core voltage regulation; do not connect to external load
96 VDD Power Digital power supply pin
Application Description
Industrial Ethernet Gateway Leverage the on-chip Ethernet MAC with IEEE 1588v2 PTP for precise time synchronization in industrial networks; 1MB Flash stores TCP/IP stack, application code, and web server; 192KB SRAM buffers network packets; FSMC connects external NAND Flash for data logging; dual CAN for fieldbus communication; Cortex-M4 with FPU handles protocol processing and data analytics
Motor Drive Controller Use two advanced PWM timers (TIM1, TIM8) for 6-channel complementary PWM with dead-time insertion for 3-phase motor drive; three ADCs for simultaneous current sampling on three phases; FPU accelerates Field-Oriented Control (FOC) algorithms; encoder interface for position feedback; CAN for drive communication; 168MHz provides sufficient headroom for complex control loops at 20-50kHz switching frequencies
USB Audio / Composite Device USB FS OTG controller with on-chip PHY implements USB audio class; I2S interfaces connect to external audio CODEC; FPU performs real-time audio DSP (EQ, compression, effects); 192KB SRAM provides ample audio buffering; SPI for Flash storage of audio samples; second USB HS port (with ULPI PHY) can serve as high-speed data transfer channel
Digital Camera / Vision System DCMI (Digital Camera Interface) captures 8-14 bit parallel video at up to 54 MB/s from CMOS image sensor; DMA transfers frames to SRAM; FPU accelerates image processing (edge detection, color conversion, feature extraction); FSMC connects external SRAM for frame buffer; Ethernet or USB streams processed images to host; RNG generates unique image IDs
IoT Data Aggregator Collect sensor data via I2C, SPI, and USART interfaces; process and filter data using DSP instructions and FPU; log data to external NAND Flash via FSMC; transmit to cloud via Ethernet or USB; RTC timestamps all data points; dual CAN for industrial sensor bus; low-power Stop mode between samples conserves energy in battery-powered installations
Model Manufacturer Compatibility Key Difference
STM32F407VET6 ST Same, Less Flash Same LQFP-100, same peripherals, but 512KB Flash instead of 1MB; 192KB SRAM is the same; use when 512KB Flash is sufficient for the application; lower cost; pin-compatible and software-compatible
STM32F407ZGT6 ST Same, Different Package Same 1MB Flash/192KB SRAM but in LQFP-144 (20x20mm); additional GPIO ports PH and PI (up to 140 I/O); exposes more alternate function pins for all peripherals; use when more GPIO or full peripheral exposure is needed
STM32F427VGT6 ST Pin-Compatible Upgrade Same LQFP-100 pinout; 180MHz Cortex-M4 (vs 168MHz); Chrom-ART Accelerator (DMA2D) for 2D graphics; same Flash/RAM; higher performance; drop-in upgrade for performance boost
STM32H743VI ST Next Generation Cortex-M7 at 480MHz; 2MB Flash, 1MB SRAM; same LQFP-100 footprint; much higher performance; different peripheral register set; requires code migration; use for new designs requiring significantly more processing power
LPC4088FET208 NXP Competitive Alternative Cortex-M4 at 120MHz; 512KB Flash, 96KB SRAM; LQFP-208 package with more GPIO; Ethernet, USB, CAN; lower performance but well-established; different tool chain; use as alternative ARM Cortex-M4 MCU with Ethernet
Recommend Parts
Cortex-M0+ ultra-low-power MCU, 32MHz, 128KB Flash, crystal-less USB, LQFP-64

Brand:

Package:

LQFP-64 (10×10 mm)
In stock:
14446pcs

Cargo cycle: 3~7 Days
The minimum order is 1

Go to Inquiry
Cortex-M4F MCU, 168MHz, 512KB Flash, 192KB SRAM, Ethernet, USB OTG, LQFP-100

Brand:

Package:

LQFP-100 (14×14×1.4 mm)
In stock:
2870pcs

Cargo cycle: 3~7 Days
The minimum order is 1

Go to Inquiry
ARM Cortex-M4F MCU, 72MHz, 384KB Flash, 64KB SRAM, dual ADC, 4 comparators, 2 op amps, LQFP-100

Brand:

Package:

LQFP-100 (14 x 14 x 1.4 mm)
In stock:
12274pcs

Cargo cycle: 3~7 Days
The minimum order is 1

Go to Inquiry
ARM Cortex-M4F MCU, 168MHz, 1MB Flash, 192KB SRAM, Ethernet, USB OTG HS, UFBGA-176

Brand:

Package:

UFBGA-176 (10 x 10 mm, 0.65mm pitch)
In stock:
9303pcs

Cargo cycle: 3~7 Days
The minimum order is 1

Go to Inquiry
Quad JFET-input op amp, 4MHz GBP, 16V/µs slew rate, 200pA bias current, SOIC-14

Brand:

Package:

SOIC-14 (8.75 x 4 x 1.65 mm)
In stock:
9834pcs

Cargo cycle: 3~7 Days
The minimum order is 1

Go to Inquiry
Ultra-low-power Cortex-M3 MCU, 32MHz, 256KB Flash, 32KB SRAM, LCD controller, LQFP-64

Brand:

Package:

LQFP-64 (10x10mm)
In stock:
5417pcs

Cargo cycle: 3~7 Days
The minimum order is 1

Go to Inquiry
Quality Assurance

All electronic components we source from our partnered supply chains go through strict incoming inspections.Through careful testing, we ensure everything delivered to customers is genuine original parts and meets quality requirements.In addition, we keep complete inspection records to make the entire supply chain process clear and traceable.

Certification
We have obtained a number of professional certifications and built our own professional testing laboratory.This ensures that every product we deliver to our customers meets the highest quality requirements.We conduct tests in strict accordance with procedures to ensure stable product quality and accurate parameters.To guarantee genuine original parts, we also cooperate with reliable third-party testing institutions for strict quality inspection.We always attach great importance to quality and fully comply with industry standards, relevant regulations, and ISO 9001:2015 requirements.

Shipping & Payment

All electronic components we source from our partnered supply chains go through strict incoming inspections.Through careful testing, we ensure everything delivered to customers is genuine original parts and meets quality requirements.In addition, we keep complete inspection records to make the entire supply chain process clear and traceable.

Certification
We have obtained a number of professional certifications and built our own professional testing laboratory.This ensures that every product we deliver to our customers meets the highest quality requirements.We conduct tests in strict accordance with procedures to ensure stable product quality and accurate parameters.To guarantee genuine original parts, we also cooperate with reliable third-party testing institutions for strict quality inspection.We always attach great importance to quality and fully comply with industry standards, relevant regulations, and ISO 9001:2015 requirements.

Service & Packaging

All electronic components we source from our partnered supply chains go through strict incoming inspections.Through careful testing, we ensure everything delivered to customers is genuine original parts and meets quality requirements.In addition, we keep complete inspection records to make the entire supply chain process clear and traceable.

Certification
We have obtained a number of professional certifications and built our own professional testing laboratory.This ensures that every product we deliver to our customers meets the highest quality requirements.We conduct tests in strict accordance with procedures to ensure stable product quality and accurate parameters.To guarantee genuine original parts, we also cooperate with reliable third-party testing institutions for strict quality inspection.We always attach great importance to quality and fully comply with industry standards, relevant regulations, and ISO 9001:2015 requirements.