STM32 minimum system

The tutorial mainly introduces the components of the STM32 minimum system.

Minimum system composition

The STM32 minimum system is mainly composed of power supply circuit, clock circuit, reset circuit, debug circuit (serial port download circuit) and main control chip

image-20240902103345355

Power supply circuit: provides the required power supply voltage for the entire circuit system;

Clock circuit: provides the required clock signal for MCU;

Reset circuit: provides a unified initial state for MCU;

Debug circuit: provides an interface for program download and debugging for MCU.

Main control chip

The main control chip of the development board used for the balance car is STM32F103RCT6, which is a high-performance microcontroller based on the ARM Cortex-M3 core launched by STMicroelectronics.

image-20240822145555200

STM32F103RCT6 peripherals

image-20240902103829165

Power supply circuit

Provides the required power supply voltage for the entire circuit system.

image-20240822154914487

Clock circuit

Provides the required clock signal for the MCU.

image-20240822152534699

Reset circuit

Provide a unified initial state for the MCU.

image-20240822153851370

Debug circuit

Provide an interface for program download and debugging for the MCU.

image-20240822163305536