boards: nucleo-f410rb: Cleanup documentation
Signed-off-by: Francois Berder <18538310+francois-berder@users.noreply.github.com>
This commit is contained in:
parent
5b81034fa1
commit
8f766d594e
@ -5,32 +5,30 @@
|
|||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
Not yet available upstream, see [PR 6025](https://github.com/RIOT-OS/RIOT/pull/6025)
|
The Nucleo-F410RB is a board from ST's Nucleo family supporting a ARM Cortex-M4
|
||||||
|
|
||||||
The Nucleo-F410 is a board from ST's Nucleo family supporting a ARM Cortex-M4
|
|
||||||
STM32F410RB microcontroller with 32Kb of SRAM and 128Kb of ROM Flash.
|
STM32F410RB microcontroller with 32Kb of SRAM and 128Kb of ROM Flash.
|
||||||
|
|
||||||
## Hardware
|
## Hardware
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### MCU
|
### MCU
|
||||||
|
|
||||||
| MCU | STM32F410RB |
|
| MCU | STM32F410RBT |
|
||||||
|:------------- |:--------------------- |
|
|:---------- |:----------------- |
|
||||||
| Family | ARM Cortex-M4 |
|
| Family | ARM Cortex-M4 |
|
||||||
| Vendor | ST Microelectronics |
|
| Vendor | ST Microelectronics |
|
||||||
| RAM | 32Kb |
|
| RAM | 32Kb |
|
||||||
| Flash | 128Kb |
|
| Flash | 128Kb |
|
||||||
| Frequency | up to 100MHz |
|
| Frequency | up to 100MHz |
|
||||||
| FPU | yes |
|
| FPU | yes |
|
||||||
| Timers | 9 (2x watchdog, 1 SysTick, 4x 16-bit, 1x 32-bit [TIM2] and 1 low power timer) |
|
| Timers | 9 (2x watchdog, 1x SysTick, 4x 16-bit, 1x 32-bit [TIM2] and 1 low power timer) |
|
||||||
| ADCs | 1x 12-bit |
|
| ADCs | 1x 12-bit (16 channels) |
|
||||||
| UARTs | 3 |
|
| UARTs | 3 |
|
||||||
| SPIs | 3 |
|
| SPIs | 3 |
|
||||||
| I2Cs | 3 |
|
| I2Cs | 3 |
|
||||||
| RTC | 1 |
|
| RTC | 1 |
|
||||||
| Vcc | 2.0V - 3.6V |
|
| Vcc | 1.8V - 3.6V |
|
||||||
| Datasheet | [Datasheet](http://www.st.com/resource/en/datasheet/stm32f410rb.pdf) |
|
| Datasheet | [Datasheet](http://www.st.com/resource/en/datasheet/stm32f410rb.pdf) |
|
||||||
| Reference Manual | [Reference Manual](http://www.st.com/resource/en/reference_manual/dm00180366.pdf) |
|
| Reference Manual | [Reference Manual](http://www.st.com/resource/en/reference_manual/dm00180366.pdf) |
|
||||||
| Programming Manual | [Programming Manual](http://www.st.com/resource/en/programming_manual/dm00046982.pdf) |
|
| Programming Manual | [Programming Manual](http://www.st.com/resource/en/programming_manual/dm00046982.pdf) |
|
||||||
@ -59,16 +57,16 @@ version
|
|||||||
instructions), you can flash the board simply by typing
|
instructions), you can flash the board simply by typing
|
||||||
|
|
||||||
```
|
```
|
||||||
make BOARD=nucleo-f410 flash
|
make BOARD=nucleo-f410rb flash
|
||||||
```
|
```
|
||||||
and debug via GDB by simply typing
|
and debug via GDB by simply typing
|
||||||
```
|
```
|
||||||
make BOARD=nucleo-f410 debug
|
make BOARD=nucleo-f410rb debug
|
||||||
```
|
```
|
||||||
|
|
||||||
## Supported Toolchains
|
## Supported Toolchains
|
||||||
|
|
||||||
For using the ST Nucleo-F410 board we strongly recommend the usage of the
|
For using the ST Nucleo-F410RB board we strongly recommend the usage of the
|
||||||
[GNU Tools for ARM Embedded Processors](https://launchpad.net/gcc-arm-embedded)
|
[GNU Tools for ARM Embedded Processors](https://launchpad.net/gcc-arm-embedded)
|
||||||
toolchain.
|
toolchain.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user