Lines Matching +full:drive +full:- +full:open +full:- +full:source
6 The OLIMEX-STM32-E407 board is open source hardware and is based on
7 the STMicroelectronics STM32F407ZG ARM Cortex-M4 CPU.
13 `OLIMEX-STM32-E407 website`_ and `OLIMEX-STM32-E407 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 +------------+------------+----------------------+
35 | USB OTG FS | on-chip | USB device |
36 +------------+------------+----------------------+
37 | USB OTG HS | on-chip | USB device |
38 +------------+------------+----------------------+
45 .. figure:: img/olimex-stm32-e407-front.jpg
47 :alt: OLIMEX-STM32-E407 connectors
49 OLIMEX-STM32-E407 connectors
52 ---
58 ------------
64 -------------------
68 +-------+--------------+-------+--------------+
71 | 1 | +3.3V | 11 | - |
72 +-------+--------------+-------+--------------+
74 +-------+--------------+-------+--------------+
76 +-------+--------------+-------+--------------+
78 +-------+--------------+-------+--------------+
80 +-------+--------------+-------+--------------+
82 +-------+--------------+-------+--------------+
83 | 7 | PA13 / TMS | 17 | - |
84 +-------+--------------+-------+--------------+
86 +-------+--------------+-------+--------------+
88 +-------+--------------+-------+--------------+
90 +-------+--------------+-------+--------------+
94 +-------+-----------------------+----------------+
97 | 1 | +3.3V | - |
98 +-------+-----------------------+----------------+
99 | 2 | GND | - |
100 +-------+-----------------------+----------------+
102 +-------+-----------------------+----------------+
104 +-------+-----------------------+----------------+
106 +-------+-----------------------+----------------+
108 +-------+-----------------------+----------------+
110 +-------+-----------------------+----------------+
112 +-------+-----------------------+----------------+
114 +-------+-----------------------+----------------+
116 +-------+-----------------------+----------------+
119 ---------------
123 +-------+--------------+-------------------------+
127 +-------+--------------+-------------------------+
129 +-------+--------------+-------------------------+
131 +-------+--------------+-------------------------+
133 +-------+--------------+-------------------------+
135 +-------+--------------+-------------------------+
137 +-------+--------------+-------------------------+
141 +-------+--------------+-------------------------+
145 +-------+--------------+-------------------------+
147 +-------+--------------+-------------------------+
149 +-------+--------------+-------------------------+
151 +-------+--------------+-------------------------+
153 +-------+--------------+-------------------------+
155 +-------+--------------+-------------------------+
159 +-------+---------------+-------------------------+
163 +-------+---------------+-------------------------+
165 +-------+---------------+-------------------------+
167 +-------+---------------+-------------------------+
169 +-------+---------------+-------------------------+
171 +-------+---------------+-------------------------+
173 +-------+---------------+-------------------------+
175 +-------+---------------+-------------------------+
177 +-------+---------------+-------------------------+
181 +-------+--------------+-------------------------+
185 +-------+--------------+-------------------------+
187 +-------+--------------+-------------------------+
189 +-------+--------------+-------------------------+
191 +-------+--------------+-------------------------+
193 +-------+--------------+-------------------------+
195 +-------+--------------+-------------------------+
197 +-------+--------------+-------------------------+
199 +-------+--------------+-------------------------+
203 +-------+--------------+-------+--------------+
207 +-------+--------------+-------+--------------+
209 +-------+--------------+-------+--------------+
211 +-------+--------------+-------+--------------+
213 +-------+--------------+-------+--------------+
215 +-------+--------------+-------+--------------+
217 +-------+--------------+-------+--------------+
219 +-------+--------------+-------+--------------+
221 +-------+--------------+-------+--------------+
223 +-------+--------------+-------+--------------+
225 +-------+--------------+-------+--------------+
229 +-------+--------------+-------+--------------+
233 +-------+--------------+-------+--------------+
235 +-------+--------------+-------+--------------+
237 +-------+--------------+-------+--------------+
239 +-------+--------------+-------+--------------+
241 +-------+--------------+-------+--------------+
243 +-------+--------------+-------+--------------+
245 +-------+--------------+-------+--------------+
247 +-------+--------------+-------+--------------+
249 +-------+--------------+-------+--------------+
251 +-------+--------------+-------+--------------+
255 +-------+--------------+-------+--------------+
259 +-------+--------------+-------+--------------+
261 +-------+--------------+-------+--------------+
263 +-------+--------------+-------+--------------+
265 +-------+--------------+-------+--------------+
267 +-------+--------------+-------+--------------+
269 +-------+--------------+-------+--------------+
271 +-------+--------------+-------+--------------+
273 +-------+--------------+-------+--------------+
275 +-------+--------------+-------+--------------+
277 +-------+--------------+-------+--------------+
281 +-------+--------------+-------+--------------+
285 +-------+--------------+-------+--------------+
287 +-------+--------------+-------+--------------+
289 +-------+--------------+-------+--------------+
291 +-------+--------------+-------+--------------+
293 +-------+--------------+-------+--------------+
295 +-------+--------------+-------+--------------+
297 +-------+--------------+-------+--------------+
299 +-------+--------------+-------+--------------+
301 +-------+--------------+-------+--------------+
303 +-------+--------------+-------+--------------+
308 OLIMEX-STM32-E407 has two external oscillators. The frequency of
310 is 12 MHz. The processor can setup HSE to drive the master clock,
315 The OLIMEX-STM32-E407 board does not include an embedded debug tool
317 In the following examples a ST-Link V2 USB dongle is used.
324 Flashing an application to the Olimex-STM32-E407
327 Connect the ST-Link USB dongle to your host computer and to the JTAG port of
328 the OLIMEX-STM32-E407 board. Then build and flash an application.
330 Here is an example for the :zephyr:code-sample:`hello_world` application.
332 .. zephyr-app-commands::
333 :zephyr-app: samples/hello_world
339 .. code-block:: console
341 $ minicom -D /dev/ttyACM0
345 .. code-block:: console
347 ***** BOOTING ZEPHYR OS v1.8.99 - BUILD: May 29 2017 22:31:53 *****
354 way. Here is an example for the :zephyr:code-sample:`hello_world` application.
356 .. zephyr-app-commands::
357 :zephyr-app: samples/hello_world
359 :maybe-skip-config:
362 .. _OLIMEX-STM32-E407 website:
363 https://www.olimex.com/Products/ARM/ST/STM32-E407/open-source-hardware
365 .. _OLIMEX-STM32-E407 user manual:
366 https://www.olimex.com/Products/ARM/ST/STM32-E407/resources/STM32-E407.pdf