Lines Matching full:-

6 The OLIMEX-STM32-P405 board is based on the STMicroelectronics STM32F405RG ARM
7 Cortex-M4 CPU.
13 `OLIMEX-STM32-P405 website`_ and `OLIMEX-STM32-P405 user manual`_.
23 +-----------+------------+----------------------+
26 | NVIC | on-chip | nested vectored |
28 +-----------+------------+----------------------+
29 | SYSTICK | on-chip | system clock |
30 +-----------+------------+----------------------+
31 | UART | on-chip | serial port |
32 +-----------+------------+----------------------+
33 | GPIO | on-chip | gpio |
34 +-----------+------------+----------------------+
41 .. figure:: img/olimex-stm32-p405-front.jpg
43 :alt: OLIMEX-STM32-P405 connectors
45 OLIMEX-STM32-P405 connectors
48 ---
54 ------------
60 -------------------
64 +-------+--------------+-------+--------------+
67 | 1 | +3.3V | 11 | - |
68 +-------+--------------+-------+--------------+
70 +-------+--------------+-------+--------------+
72 +-------+--------------+-------+--------------+
74 +-------+--------------+-------+--------------+
76 +-------+--------------+-------+--------------+
78 +-------+--------------+-------+--------------+
79 | 7 | PA13 / TMS | 17 | - |
80 +-------+--------------+-------+--------------+
82 +-------+--------------+-------+--------------+
84 +-------+--------------+-------+--------------+
86 +-------+--------------+-------+--------------+
90 +-------+-----------------------+----------------+
93 | 1 | +3.3V | - |
94 +-------+-----------------------+----------------+
95 | 2 | GND | - |
96 +-------+-----------------------+----------------+
98 +-------+-----------------------+----------------+
100 +-------+-----------------------+----------------+
102 +-------+-----------------------+----------------+
104 +-------+-----------------------+----------------+
106 +-------+-----------------------+----------------+
108 +-------+-----------------------+----------------+
110 +-------+-----------------------+----------------+
112 +-------+-----------------------+----------------+
117 +---------+----------------------------------------------+
121 +---------+----------------------------------------------+
123 +---------+----------------------------------------------+
125 +---------+----------------------------------------------+
127 +---------+----------------------------------------------+
129 +---------+----------------------------------------------+
131 +---------+----------------------------------------------+
133 +---------+----------------------------------------------+
135 +---------+----------------------------------------------+
137 +---------+----------------------------------------------+
139 +---------+----------------------------------------------+
141 +---------+----------------------------------------------+
143 +---------+----------------------------------------------+
145 +---------+----------------------------------------------+
147 +---------+----------------------------------------------+
149 +---------+----------------------------------------------+
151 +---------+----------------------------------------------+
153 +---------+----------------------------------------------+
155 +---------+----------------------------------------------+
157 +---------+----------------------------------------------+
159 +---------+----------------------------------------------+
161 +---------+----------------------------------------------+
163 +---------+----------------------------------------------+
165 +---------+----------------------------------------------+
167 +---------+----------------------------------------------+
169 +---------+----------------------------------------------+
171 +---------+----------------------------------------------+
173 +---------+----------------------------------------------+
175 +---------+----------------------------------------------+
177 +---------+----------------------------------------------+
179 +---------+----------------------------------------------+
181 +---------+----------------------------------------------+
183 +---------+----------------------------------------------+
185 +---------+----------------------------------------------+
187 +---------+----------------------------------------------+
189 +---------+----------------------------------------------+
196 OLIMEX-STM32-P405 has two external oscillators. The frequency of
203 The OLIMEX-STM32-P405 board does not include an embedded debug tool
205 In the following examples a ST-Link V2 USB dongle is used.
207 Flashing an application to the Olimex-STM32-P405
210 The sample application :zephyr:code-sample:`hello_world` is being used in this tutorial.
212 Connect the ST-Link USB dongle to your host computer and to the JTAG port of
213 the OLIMEX-STM32-P405 board.
217 .. zephyr-app-commands::
218 :zephyr-app: samples/hello_world
224 .. code-block:: console
226 $ minicom -D /dev/ttyACM0
230 .. code-block:: console
232 ***** BOOTING ZEPHYR OS v1.8.99 - BUILD: Aug 4 2017 14:54:40 *****
239 :zephyr:code-sample:`hello_world` application.
241 .. zephyr-app-commands::
242 :zephyr-app: samples/hello_world
244 :maybe-skip-config:
247 .. _OLIMEX-STM32-P405 website:
248 https://www.olimex.com/Products/ARM/ST/STM32-P405/
250 .. _OLIMEX-STM32-P405 user manual:
251 https://www.olimex.com/Products/ARM/ST/STM32-P405/resources/STM32-P405_UM.pdf