STM32: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Introduction == This page is about inexpensive microcontroller boards containing an STM32 processor and how to get them to work. You can find these board on AliExpress for...") |
(project header) |
||
Line 1: | Line 1: | ||
{{Project | |||
|Name=STM32 | |||
|Picture=nog_geen_plaatje.png | |||
|Omschrijving=STM32 setup guide | |||
|Status=Initializing | |||
|Contact=bertrik | |||
}} | |||
== Introduction == | == Introduction == | ||
This page is about inexpensive microcontroller boards containing an STM32 processor and how to get them to work. | This page is about inexpensive microcontroller boards containing an STM32 processor and how to get them to work. |
Revision as of 13:42, 6 November 2016
Project STM32 | |
---|---|
STM32 setup guide | |
Status | Initializing |
Contact | bertrik |
Last Update | 2016-11-06 |
Introduction
This page is about inexpensive microcontroller boards containing an STM32 processor and how to get them to work.
You can find these board on AliExpress for less than E2,- if you search for "stm32f103c8t6". Yet they have nice specifications, see also http://www.st.com/en/microcontrollers/stm32f103c8.html , to name a few:
- 32-bit ARM Cortex-M3 processor running at up to 72 MHz
- 128 kB flash memory, 20 kB SRAM
- USB and CAN controllers
- 32 kHz crystal for RTC
- dual 1 us A/D converter, DMA controller
- the usual stuff like SPI, UART, I2C
They are even Arduino compatible, see:
- Arduino for STM32
- Arduino goes STM32, a quick tutorial
- Arduino STM32 page of Roger Clark