peripheral//STM32

- STMicroelectronics' family of Cortex-M (and Cortex-A) based MCU and MPU devices.


STMicroelectronics' family of Cortex-M (and Cortex-A) based MCU and MPU devices.

STM32F4 and STM32H7 series are workhorses for embedded development.

Rich peripheral sets (ADC, DAC, timers, CAN, USB, Ethernet), mature tooling (STM32CubeMX, HAL drivers), and a massive community.

firmware is typically C, compiled with GCC-ARM, and flashed via SWD/JTAG.

Standard MCU for anything: GPIO, Timers/PWM, ADC/DAC, I2C/SPI/UART.