1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/stm32f4x1xx: Improve documentation

This commit is contained in:
Jelle Haandrikman 2023-01-06 17:10:07 +01:00
parent b03516dede
commit 443cafd2d5
3 changed files with 40 additions and 1 deletions

View File

@ -33,6 +33,19 @@ It is available on sites like AliExpress for less than 3€.
| Datasheet | [Datasheet](https://www.st.com/resource/en/datasheet/stm32f401cc.pdf) |
| Reference Manual | [Reference Manual](https://www.st.com/content/ccc/resource/technical/document/reference_manual/9b/53/39/1c/f7/01/4a/79/DM00119316.pdf/files/DM00119316.pdf/jcr:content/translations/en.DM00119316.pdf) |
## Implementation Status
| Device | ID | Supported | Comments |
|:----------------- |:------------- |:------------------------- |:--------------------------------------------------------- |
| MCU | STM32F401CC | partly | Energy saving modes not fully utilized |
| Low-level driver | GPIO | yes | |
| | PWM | yes (4 pins available)) | |
| | UART | 2 UARTs | USART2 via PA3(RX)/PA2(TX), USART1 on PA10(RX)/PA9(TX) |
| | I2C | 1 I2C | |
| | SPI | 1 SPI | |
| | USB | yes | |
| | Timer | 1 32 bit timer (TIM5) | |
## Flashing the device
The device comes with a bootloader that allows flashing via `dfu-util`.

View File

@ -33,6 +33,19 @@ It is available on sites like AliExpress for less than 3€.
| Datasheet | [Datasheet](https://www.st.com/resource/en/datasheet/stm32f401ce.pdf) |
| Reference Manual | [Reference Manual](https://www.st.com/content/ccc/resource/technical/document/reference_manual/9b/53/39/1c/f7/01/4a/79/DM00119316.pdf/files/DM00119316.pdf/jcr:content/translations/en.DM00119316.pdf) |
## Implementation Status
| Device | ID | Supported | Comments |
|:----------------- |:------------- |:------------------------- |:--------------------------------------------------------- |
| MCU | STM32F401CE | partly | Energy saving modes not fully utilized |
| Low-level driver | GPIO | yes | |
| | PWM | yes (4 pins available)) | |
| | UART | 2 UARTs | USART2 via PA3(RX)/PA2(TX), USART1 on PA10(RX)/PA9(TX) |
| | I2C | 1 I2C | |
| | SPI | 1 SPI | |
| | USB | yes | |
| | Timer | 1 32 bit timer (TIM5) | |
## Flashing the device
The device comes with a bootloader that allows flashing via `dfu-util`.

View File

@ -15,7 +15,7 @@ It is available on sites like AliExpress for less than 4€.
![WeAct-F411CE](https://user-images.githubusercontent.com/1301112/69389644-eb5fb080-0ccc-11ea-8002-67d3db851250.png)
### MCU
| MCU | STM32F411CE |
| MCU | STM32F411CEU6 |
|:---------------- |:--------------------- |
| Family | ARM Cortex-M4F |
| Vendor | ST Microelectronics |
@ -33,6 +33,19 @@ It is available on sites like AliExpress for less than 4€.
| Datasheet | [Datasheet](https://www.st.com/resource/en/datasheet/stm32f411ce.pdf) |
| Reference Manual | [Reference Manual](https://www.st.com/content/ccc/resource/technical/document/reference_manual/9b/53/39/1c/f7/01/4a/79/DM00119316.pdf/files/DM00119316.pdf/jcr:content/translations/en.DM00119316.pdf) |
## Implementation Status
| Device | ID | Supported | Comments |
|:----------------- |:------------- |:------------------------- |:--------------------------------------------------------- |
| MCU | STM32F411CE | partly | Energy saving modes not fully utilized |
| Low-level driver | GPIO | yes | |
| | PWM | yes (4 pins available)) | |
| | UART | 2 UARTs | USART2 via PA3(RX)/PA2(TX), USART1 on PA10(RX)/PA9(TX) |
| | I2C | 1 I2C | |
| | SPI | 1 SPI | |
| | USB | yes | |
| | Timer | 1 32 bit timer (TIM5) | |
## Flashing the device
The device comes with a bootloader that allows flashing via `dfu-util`.