summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwan Gouriou <erwan.gouriou@linaro.org>2017-01-27 08:42:47 +0100
committerKumar Gala <kumar.gala@linaro.org>2017-01-30 11:07:04 -0600
commit9a8d4a2e2e68cd185913a30fb46cc2b194a36c7c (patch)
treebc63e06dda1450faff07796f938961b5871f91d4
parent50440b534d6caa3cd1d940b60888f4976bfee042 (diff)
doc: update template for nucleo_f401re boardarm
Following comments on nucleo_f411re doc, update doc for nucleof401re Change-Id: I86b7a016b604a31e210e425718e835e15560a46a Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
-rw-r--r--boards/arm/nucleo_f401re/doc/nucleof401re.rst24
1 files changed, 17 insertions, 7 deletions
diff --git a/boards/arm/nucleo_f401re/doc/nucleof401re.rst b/boards/arm/nucleo_f401re/doc/nucleof401re.rst
index a4bca8db1..818e931f2 100644
--- a/boards/arm/nucleo_f401re/doc/nucleof401re.rst
+++ b/boards/arm/nucleo_f401re/doc/nucleof401re.rst
@@ -7,7 +7,7 @@ Overview
********
The Nucleo F401RE board features an ARM Cortex-M4 based STM32F401RE MCU
-with a wide range of connnectivity support and configurations Here are
+with a wide range of connectivity support and configurations Here are
some highlights of the Nucleo F401RE board:
@@ -59,7 +59,7 @@ More information about STM32F401RE can be found here:
- `STM32F401 reference manual`_
Supported Features
-===================
+==================
The Zephyr nucleo_401re board configuration supports the following hardware features:
@@ -116,19 +116,19 @@ Default Zephyr Peripheral Mapping:
- USER_PB : PC13
- LD2 : PA5
-
System Clock
============
-Nucleo F401RE System Clock could be driven by internal or external oscilator,
+Nucleo F401RE System Clock could be driven by internal or external oscillator,
as well as main PLL clock. By default System clock is driven by PLL clock at 84MHz,
driven by 8MHz high speed external clock.
-
Serial Port
===========
Nucleo F401RE board has 3 UARTs. The Zephyr console output is assigned to UART2.
+Default settings are 115200 8N1.
+
Programming and Debugging
*************************
@@ -164,19 +164,29 @@ Then, enter the following command:
$ make BOARD=nucleo_f401re flash
-Run a serial host program in order to connect with your Nucleo board:
+Run a serial host program to connect with your Nucleo board:
.. code-block:: console
$ minicom -D /dev/ttyACM0
-You should be able to see the following message:
+You should see the following message:
.. code-block:: console
Hello World! arm
+Debugging
+=========
+
+Access gdb with the following make command:
+
+.. code-block:: console
+
+ $ make BOARD=nucleo_f411re debug
+
+
.. _Nucleo F401RE website:
http://www.st.com/en/evaluation-tools/nucleo-f401re.html