Getting started with STM32 system peripherals

Revision as of 16:14, 26 August 2020 by Registered User
Under construction.png Coming soon

1. System peripherals

GPIO ico.png

GPIO

Learn how to use GPIO with a simple example such as LED toggling

EXT ico.png

EXTI

Learn how to turn on a LED with button/EXTI


PWR ico.png

POWER

Learn how to use STM32 low power modes(SLEEP, STOP, STANDBY)

DMA ico.png

DMA

Learn how to setup a DMA transfer with and without interrupt

2. Basic communication peripherals

UART ico.png

UART

Learn how to use STM32 MCU UART

SPI ico.png

SPI

Learn how to use STM32 MCU SPI

I2C ico.png

I2C

Learn how to use STM32 MCU I2C

3. Timing peripherals

RTC ico.png

RTC

Learn how to use STM32 MCU RTC

TIM ico.png

TIMER

Learn how to use STM32 MCU TIMERS

WDOG ico.png

WDOG

Learn how to use STM32 MCU WDOG

4. Analog peripherals

DAC ico.png

DAC

Learn how to use STM32 MCU DAC

ADC ico.png

ADC

Learn how to use STM32 MCU ADC

5. BSP

BSP ico.png

BSP

Learn how to use BSP through SDRAM, LCD, I2C or SPI-Gyroscope