Difference between revisions of "User:Lth/scripts"

From Stm32World Wiki
Jump to navigation Jump to search
(Created page with "== Intro == == Prerequisites == === Hardware === ==== ST-Link ==== ==== Development Board(s) ==== === Software === ==== STM32CubeIde ====")
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Intro ==
 
== Intro ==
 +
 +
=== What is STM32 ===
 +
 +
=== Understanding Models ===
 +
 +
=== Differences to Arduino ===
  
 
== Prerequisites ==
 
== Prerequisites ==
Line 12: Line 18:
  
 
==== STM32CubeIde ====
 
==== STM32CubeIde ====
 +
 +
== Basics ==
 +
 +
=== Clock ===
 +
 +
=== GPIOs ===
 +
 +
=== Interrupts ===
 +
 +
=== Timers ===
 +
 +
== Peripherals ==
 +
 +
=== UARTs ===
 +
 +
=== ADC ===
 +
 +
=== I2C ===
 +
 +
=== SPI ===

Latest revision as of 01:48, 11 May 2022

Intro

What is STM32

Understanding Models

Differences to Arduino

Prerequisites

Hardware

ST-Link

Development Board(s)

Software

STM32CubeIde

Basics

Clock

GPIOs

Interrupts

Timers

Peripherals

UARTs

ADC

I2C

SPI