boards: nucleo-f334r8: Cleanup documentation
Signed-off-by: Francois Berder <18538310+francois-berder@users.noreply.github.com>
This commit is contained in:
parent
6fb2275452
commit
1b27d5cb9a
@ -5,34 +5,35 @@
|
|||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
The Nucleo-F334 is a board from ST's Nucleo family supporting a ARM Cortex-M4
|
The Nucleo-F334R8 is a board from ST's Nucleo family supporting a ARM Cortex-M4
|
||||||
STM32F334R8 microcontroller with 12Kb of RAM and 64Kb or ROM.
|
STM32F334R8 microcontroller with 12Kb of RAM and 64Kb or ROM.
|
||||||
|
|
||||||
## Hardware
|
## Hardware
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
### MCU
|
### MCU
|
||||||
| MCU | STM32F091RC |
|
| MCU | STM32F334R8 |
|
||||||
|:------------- |:--------------------- |
|
|:---------- |:----------------- |
|
||||||
| Family | ARM Cortex-M4 |
|
| Family | ARM Cortex-M4 |
|
||||||
| Vendor | ST Microelectronics |
|
| Vendor | ST Microelectronics |
|
||||||
| RAM | 12Kb |
|
| RAM | 12Kb |
|
||||||
| Flash | 64Kb |
|
| Flash | 64Kb |
|
||||||
| Frequency | up to 72MHz) |
|
| Frequency | up to 72MHz |
|
||||||
| FPU | yes |
|
| FPU | yes |
|
||||||
| Timers | 9 (8x 16-bit, 1x 32-bit [TIM2]) |
|
| Timers | 12 (8x 16-bit, 1x 32-bit [TIM2], 1x Systick, 2x watchdog) |
|
||||||
| ADCs | 2x 12-bit |
|
| ADCs | 2x 12-bit (21 channels) |
|
||||||
| UARTs | 8 |
|
| UARTs | 3 |
|
||||||
| SPIs | 1 |
|
| SPIs | 1 |
|
||||||
| I2Cs | 1 |
|
| I2Cs | 1 |
|
||||||
| RTC | 1 |
|
| RTC | 1 |
|
||||||
|
| CAN | 1 |
|
||||||
| Vcc | 2.0V - 3.6V |
|
| Vcc | 2.0V - 3.6V |
|
||||||
| Datasheet | [Datasheet](http://www.st.com/web/en/resource/technical/document/datasheet/DM00115237.pdf) |
|
| Datasheet | [Datasheet](https://www.st.com/resource/en/datasheet/stm32f334r8.pdf) |
|
||||||
| Reference Manual | [Reference Manual](http://www.st.com/web/en/resource/technical/document/reference_manual/DM00031936.pdf) |
|
| Reference Manual | [Reference Manual](https://www.st.com/resource/en/reference_manual/dm00093941.pdf) |
|
||||||
| Programming Manual | [Programming Manual](http://www.st.com/web/en/resource/technical/document/programming_manual/DM00051352.pdf) |
|
| Programming Manual | [Programming Manual](https://www.st.com/resource/en/programming_manual/dm00046982.pdf) |
|
||||||
| Board Manual | [Board Manual](http://www.st.com/st-web-ui/static/active/en/resource/technical/document/user_manual/DM00105823.pdf)|
|
| Board Manual | [Board Manual](http://www.st.com/st-web-ui/static/active/en/resource/technical/document/user_manual/DM00105823.pdf)|
|
||||||
|
|
||||||
|
|
||||||
@ -58,11 +59,11 @@ OpenOCD (look [here](https://github.com/RIOT-OS/RIOT/wiki/OpenOCD) for
|
|||||||
installation instructions), you can flash the board simply by typing
|
installation instructions), you can flash the board simply by typing
|
||||||
|
|
||||||
```
|
```
|
||||||
make flash
|
BOARD=nucleo-f334r8 make flash
|
||||||
```
|
```
|
||||||
and debug via GDB by simply typing
|
and debug via GDB by simply typing
|
||||||
```
|
```
|
||||||
make debug
|
BOARD=nucleo-f334r8 make debug
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user