The STM32F411VCH6 is a 32-bit ARM Cortex-M4 microcontroller from STMicroelectronics' STM32F4 series, clocked at 100 MHz with single-precision FPU for DSP and floating-point math. It packs 256 KB of Flash and 128 KB of SRAM in a 100-UFBGA (7x7 mm) package, rated for -40 to 85 °C operation. Connectivity includes USB OTG, SPI, I2C, UART, and SDIO — enough for a sensor hub, motor drive controller, or IoT gateway node without external PHY for USB.
256 KB Flash + 128 KB SRAM — memory budget
256 KB Flash fits a FreeRTOS application with a USB stack and moderate application code. The 128 KB SRAM is organised as 128K x 8; watch the allocation if you use the full USB buffer pool and a large DMA descriptor table simultaneously.
