Lines Matching +full:vcc +full:- +full:3

6 The OLIMEXINO-STM32 board is based on the STMicroelectronics STM32F103RB ARM
7 Cortex-M3 CPU.
10 `OLIMEXINO-STM32 website`_ and `OLIMEXINO-STM32 user manual`_.
20 +-----------+------------+-------------------------+
23 | NVIC | on-chip | nested vectored |
25 +-----------+------------+-------------------------+
26 | SYSTICK | on-chip | system clock |
27 +-----------+------------+-------------------------+
28 | UART | on-chip | serial port |
29 +-----------+------------+-------------------------+
30 | GPIO | on-chip | gpio |
31 +-----------+------------+-------------------------+
32 | I2C | on-chip | i2c |
33 +-----------+------------+-------------------------+
34 | SPI | on-chip | spi |
35 +-----------+------------+-------------------------+
36 | USB | on-chip | USB device |
37 +-----------+------------+-------------------------+
38 | WATCHDOG | on-chip | independent watchdog |
39 +-----------+------------+-------------------------+
40 | CAN | on-chip | Controller Area Network |
41 +-----------+------------+-------------------------+
48 .. figure:: img/olimexino-stm32-front.jpg
50 :alt: OLIMEXINO-STM32 connectors
52 OLIMEXINO-STM32 connectors
55 ---
62 ------------
68 -------------------
72 +-------+--------------+-------------------------+
75 | 1 | VCC | N/A |
76 +-------+--------------+-------------------------+
78 +-------+--------------+-------------------------+
79 | 3 | GND | N/A |
80 +-------+--------------+-------------------------+
82 +-------+--------------+-------------------------+
84 +-------+--------------+-------------------------+
87 +-------+--------------+-------------------------+
89 +-------+--------------+-------------------------+
92 +-------+--------------+-------------------------+
94 +-------+--------------+-------------------------+
96 +-------+--------------+-------------------------+
100 +-------+--------------+-------------------------+
103 | 1 | VCC | N/A |
104 +-------+--------------+-------------------------+
106 +-------+--------------+-------------------------+
107 | 3 | D7 (TXD1) | PA9 / USART1_TX / |
109 +-------+--------------+-------------------------+
112 +-------+--------------+-------------------------+
115 +-------+--------------+-------------------------+
118 +-------+--------------+-------------------------+
122 +-------+--------------+-------------------------+
126 +-------+--------------+-------------------------+
129 +-------+--------------+-------------------------+
131 +-------+--------------+-------------------------+
135 +-------+--------------+-------------------------+
139 +-------+--------------+-------------------------+
142 +-------+--------------+-------------------------+
143 | 3 | D25 (MMC_CS) | PD2 / TIM3_ETR |
144 +-------+--------------+-------------------------+
146 +-------+--------------+-------------------------+
149 +-------+--------------+-------------------------+
152 +-------+--------------+-------------------------+
155 +-------+--------------+-------------------------+
158 +-------+--------------+-------------------------+
162 +-------+--------------+-------------------------+
165 +-------+--------------+-------------------------+
168 +-------+--------------+-------------------------+
171 +-------+--------------+-------------------------+
173 +-------+--------------+-------------------------+
175 +-------+--------------+-------------------------+
177 +-------+--------------+-------------------------+
179 +-------+--------------+-------------------------+
182 ---------------
186 +-------+--------------+-------------------------+
190 +-------+--------------+-------------------------+
191 | 2 | VCC (3V3) | N/A |
192 +-------+--------------+-------------------------+
193 | 3 | VDD (3V3A) | N/A |
194 +-------+--------------+-------------------------+
196 +-------+--------------+-------------------------+
198 +-------+--------------+-------------------------+
200 +-------+--------------+-------------------------+
204 +-------+--------------+-------------------------+
208 +-------+--------------+-------------------------+
210 +-------+--------------+-------------------------+
211 | 3 | D17 (A2) | PC2 / ADC12_IN12 |
212 +-------+--------------+-------------------------+
214 +-------+--------------+-------------------------+
216 +-------+--------------+-------------------------+
218 +-------+--------------+-------------------------+
222 +-------+--------------+-------------------------+
227 +-------+--------------+-------------------------+
230 +-------+--------------+-------------------------+
231 | 3 | D2 | PA0 / WKUP / |
234 +-------+--------------+-------------------------+
237 +-------+--------------+-------------------------+
240 +-------+--------------+-------------------------+
243 +-------+--------------+-------------------------+
246 +-------+--------------+-------------------------+
249 +-------+--------------+-------------------------+
253 +-------+--------------+-------------------------+
258 +-------+--------------+-------------------------+
261 +-------+--------------+-------------------------+
262 | 3 | D10 (#SS1) | PA4 / SPI1_NSS / |
264 +-------+--------------+-------------------------+
268 +-------+--------------+-------------------------+
272 +-------+--------------+-------------------------+
275 +-------+--------------+-------------------------+
277 +-------+--------------+-------------------------+
280 +-------+--------------+-------------------------+
284 +-------+-------------+
288 +-------+-------------+
290 +-------+-------------+
291 | 3 | CAN H |
292 +-------+-------------+
297 OLIMEXINO-STM32 has two external oscillators. The frequency of
305 OLIMEXINO-STM32 board has up to 3 U(S)ARTs. The Zephyr console output is
311 OLIMEXINO-STM32 board has up to 2 SPIs. The default SPI mapping for Zephyr is:
313 - SPI1_NSS : PA4
314 - SPI1_SCK : PA5
315 - SPI1_MISO : PA6
316 - SPI1_MOSI : PA7
321 The OLIMEXINO-STM32 board supports two I2C devices. The default I2C mapping for
324 - I2C1_SCL : PB6
325 - I2C1_SDA : PB7
326 - I2C2_SCL : PB10
327 - I2C2_SDA : PB11
332 OLIMEXINO-STM32 board has a USB 2.0 full-speed device interface available
335 - USB_DM : PA11
336 - USB_DP : PA12
341 OLIMEXINO-STM32 board has a CAN interface with transceiver on board.
344 - CAN_RX : PB8
345 - CAN_TX : PB9
350 The Zephyr kernel uses the OLIMEXINO-STM32 default jumper
355 The default jumper settings for the OLIMEXIMO-STM32E are:
357 +---------------+------------+---------------+
361 +---------------+------------+---------------+
363 +---------------+------------+---------------+
365 +---------------+------------+---------------+
366 | R-T | x | |
367 +---------------+------------+---------------+
369 +---------------+------------+---------------+
371 +---------------+------------+---------------+
375 +---------------+------------+---------------+
377 Flashing Zephyr onto OLIMEXINO-STM32
380 Flashing the Zephyr kernel onto OLIMEXINO-STM32 requires the
390 .. code-block:: console
397 .. code-block:: console
403 Flashing an Application to OLIMEXINO-STM32
406 To upload an application to the OLIMEXINO-STM32 board a TTL(3.3V)
408 :zephyr:code-sample:`button` sample application.
411 interface (pin #3=TX and pin #4=RX).
413 #. Power the OLIMEXINO-STM32 via the mini USB.
419 .. zephyr-app-commands::
420 :zephyr-app: samples/basic/button
426 .. code-block:: console
428 $ minicom -D /dev/ttyUSB0 -b 115200
430 The :code:`-b` option sets baud rate ignoring the value
445 .. _OLIMEXINO-STM32 website:
446 https://www.olimex.com/Products/Duino/STM32/OLIMEXINO-STM32/
448 .. _OLIMEXINO-STM32 user manual:
449 https://www.olimex.com/Products/Duino/STM32/OLIMEXINO-STM32/resources/OLIMEXINO-STM32.pdf