Lines Matching +full:user +full:- +full:nrst
6 The OLIMEX-STM32-H405 board is based on the STMicroelectronics STM32F405RG ARM
7 Cortex-M4 CPU.
13 `OLIMEX-STM32-H405 website`_ and `OLIMEX-STM32-H405 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 | on-chip | USB device |
36 +-----------+------------+-------------------------+
37 | WATCHDOG | on-chip | independent watchdog |
38 +-----------+------------+-------------------------+
39 | COUNTER | on-chip | rtc |
40 +-----------+------------+-------------------------+
41 | RNG | on-chip | random number generator |
42 +-----------+------------+-------------------------+
51 ---
57 ------------
60 * RST = NRST
63 -------------------
67 +-------+--------------+-------+--------------+
71 +-------+--------------+-------+--------------+
73 +-------+--------------+-------+--------------+
75 +-------+--------------+-------+--------------+
77 +-------+--------------+-------+--------------+
79 +-------+--------------+-------+--------------+
81 +-------+--------------+-------+--------------+
83 +-------+--------------+-------+--------------+
85 +-------+--------------+-------+--------------+
87 +-------+--------------+-------+--------------+
89 +-------+--------------+-------+--------------+
93 +-------+------------------+
97 +-------+------------------+
99 +-------+------------------+
101 +-------+------------------+
103 +-------+------------------+
107 +-------+------------------+-------+------------------+
111 +-------+------------------+-------+------------------+
113 +-------+------------------+-------+------------------+
115 +-------+------------------+-------+------------------+
117 +-------+------------------+-------+------------------+
119 +-------+------------------+-------+------------------+
123 +-------+------------------+-------+------------------+
127 +-------+------------------+-------+------------------+
129 +-------+------------------+-------+------------------+
131 +-------+------------------+-------+------------------+
133 +-------+------------------+-------+------------------+
135 +-------+------------------+-------+------------------+
137 +-------+------------------+-------+------------------+
139 +-------+------------------+-------+------------------+
145 OLIMEX-STM32-H405 has two external oscillators. The frequency of
152 The OLIMEX-STM32-H405 board does not include an embedded debug tool
154 In the following examples a ST-Link V2 USB dongle is used.
156 Flashing an application to the Olimex-STM32-H405
159 The sample application :zephyr:code-sample:`hello_world` is being used in this tutorial.
161 Connect the ST-Link USB dongle to your host computer and to the JTAG port of
162 the OLIMEX-STM32-H405 board.
166 .. zephyr-app-commands::
167 :zephyr-app: samples/hello_world
173 .. code-block:: console
175 $ minicom -D /dev/ttyACM0
179 .. code-block:: console
181 *** Booting Zephyr OS build v2.7.99-3008-g2341052abe7c ***
189 :zephyr:code-sample:`hello_world` application.
191 .. zephyr-app-commands::
192 :zephyr-app: samples/hello_world
194 :maybe-skip-config:
197 .. _OLIMEX-STM32-H405 website:
198 https://www.olimex.com/Products/ARM/ST/STM32-H405/
200 .. _OLIMEX-STM32-H405 user manual:
201 https://www.olimex.com/Products/ARM/ST/STM32-H405/resources/STM32-H405_UM.pdf