-
Notifications
You must be signed in to change notification settings - Fork 57
STM32
paradajz edited this page Jul 6, 2022
·
1 revision
STM32 is a line of MCUs from ST. They are all based on 32-bit ARM architecture. OpenDeck currently supports most of the F4 family in STM32 line of MCUs. These MCUs don't have integrated EEPROM - instead, EEPROM emulation is used within their flash memory for storage of various configuration options.
- 1024kB of Flash memory
- 192kB of RAM
- Supported interfaces:
- 6 UART channels
- 3 I2C channels
Channel | Rx | Tx |
---|---|---|
0 | A10 | A9 |
1 | A3 | A2 |
2 | B11 | B10 |
3 | A1 | A0 |
4 | D2 | C12 |
5 | C7 | C6 |
Channel | SDA | SCL |
---|---|---|
0 | B7 | B6 |
1 | B11 | B10 |
2 | C9 | A8 |
- 1024kB of Flash memory
- 192kB of RAM
- Supported interfaces:
- 6 UART channels
- 3 I2C channels
Channel | Rx | Tx |
---|---|---|
0 | A10 | A9 |
1 | A3 | A2 |
2 | B11 | B10 |
3 | A1 | A0 |
4 | D2 | C12 |
5 | C7 | C6 |
Channel | SDA | SCL |
---|---|---|
0 | B7 | B6 |
1 | B11 | B10 |
2 | C9 | A8 |
- 512kB of Flash memory
- 96kB of RAM
- Supported interfaces:
- 3 UART channels
- 3 I2C channels
Channel | Rx | Tx |
---|---|---|
0 | A10 | A9 |
1 | A3 | A2 |
2 | A12 | A11 |
Channel | SDA | SCL |
---|---|---|
0 | B7 | B6 |
1 | B3 | B10 |
2 | B4 | A8 |
- 512kB of Flash memory
- 128kB of RAM
- Supported interfaces:
- 2 UART channels
- 3 I2C channels
Channel | Rx | Tx |
---|---|---|
0 | A10 | A9 |
1 | A3 | A2 |
Channel | SDA | SCL |
---|---|---|
0 | B7 | B6 |
1 | B3 | B10 |
2 | B4 | A8 |
- 1024kB of Flash memory
- 192kB of RAM
- Supported interfaces:
- 6 UART channels
- 3 I2C channels
Channel | Rx | Tx |
---|---|---|
0 | A10 | A9 |
1 | D6 | D5 |
2 | B11 | B10 |
3 | C11 | C10 |
4 | D2 | C12 |
5 | C7 | C6 |
Channel | SDA | SCL |
---|---|---|
0 | B7 | B6 |
1 | F0 | F1 |
2 | H8 | H7 |
- 512kB of Flash memory
- 192kB of RAM
- Supported interfaces:
- 6 UART channels
- 3 I2C channels
Channel | Rx | Tx |
---|---|---|
0 | A10 | A9 |
1 | D6 | D5 |
2 | D9 | D8 |
3 | C11 | C10 |
4 | D2 | C12 |
5 | C7 | C6 |
Channel | SDA | SCL |
---|---|---|
0 | B7 | B6 |
1 | B11 | B10 |
2 | C9 | A8 |
Hardware
- Supported microcontrollers
- Supported components
- Pinouts for supported boards
- Recommended components and where to get them
- LED indicators
Configuration and usage
Advanced