Lines Matching +full:alternate +full:- +full:port +full:- +full:control

5 The STM3210C-EVAL evaluation board is a complete development platform for STMicroelectronic's
6 ARM Cortex-M3 core-based STM32F107VCT microcontroller.
9 (USB-OTG FS, ethernet, motor control, CAN, microSD CardTM, smartcard, USART,
15 More information about the board can be found at the `STM3210C-EVAL website`_.
20 STM3210C-EVAL provides the following hardware components:
22 - Three 5 V power supply options:
23 - Power jack
24 - USB connector
25 - daughterboard
26 - Boot from user Flash, system memory or SRAM.
27 - I2S audio DAC, stereo audio jack.
28 - 2 GByte (or more) microSD CardTM.
29 - Both type A and B smartcard support.
30 - I2C compatible serial interface 64 Kbit EEPROM, MEMS and I/O expander.
31 - RS-232 communication.
32 - IrDA transceiver.
33 - USB-OTG full speed, USB microAB connector.
34 - IEEE-802.3-2002 compliant ethernet connector.
35 - Two channels of CAN2.0A/B compliant connection.
36 - Inductor motor control connector.
37 - JTAG and trace debug support.
38 - 3.2" 240x320 TFT color LCD with touch screen.
39 - Joystick with 4-direction control and selector.
40 - Reset, Wakeup, Tamper and User button.
41 - 4 color LEDs.
42 - RTC with backup battery.
43 - MCU consumption measurement circuit.
44 - Extension connector for daughterboard or wrapping board.
47 - `STM32F107VCT reference manual`_
55 +-----------+------------+-------------------------------------+
58 | NVIC | on-chip | nested vector interrupt controller |
59 +-----------+------------+-------------------------------------+
60 | UART | on-chip | serial port-polling; |
61 | | | serial port-interrupt |
62 +-----------+------------+-------------------------------------+
63 | PINMUX | on-chip | pinmux |
64 +-----------+------------+-------------------------------------+
65 | GPIO | on-chip | gpio |
66 +-----------+------------+-------------------------------------+
67 | CLOCK | on-chip | reset and clock control |
68 +-----------+------------+-------------------------------------+
69 | FLASH | on-chip | flash memory |
70 +-----------+------------+-------------------------------------+
71 | WATCHDOG | on-chip | independent watchdog |
72 +-----------+------------+-------------------------------------+
74 Other hardware features are not yet supported in this Zephyr port.
82 Each of the GPIO pins can be configured by software as output (push-pull or open-drain), as
83 input (with or without pull-up or pull-down), or as peripheral alternate function. Most of the
84 GPIO pins are shared with digital or analog alternate functions. All GPIOs are high current
88 -----------------
94 ----------------------------------
95 - UART_2_TX : PD5
96 - UART_2_RX : PD6
97 - USER_PB : PB9
98 - LED2 : PD13
106 STM3210C-EVAL board includes an ST-LINK/V2-1 embedded debug tool interface.
107 At power-on, the board is in firmware-upgrade mode (also called DFU for
115 Flashing an application to STM3210C-EVAL
116 ----------------------------------------
118 Connect the STM3210C-EVAL to your host computer using the USB port, then build
121 Here is an example for the :zephyr:code-sample:`blinky` application.
123 .. zephyr-app-commands::
124 :zephyr-app: samples/basic/blinky
133 You can run a serial host program to connect with your STM3210C-EVAL board. For
136 .. code-block:: console
138 $ minicom -D /dev/ttyACM0
141 :zephyr:code-sample:`hello_world` application.
143 .. zephyr-app-commands::
144 :zephyr-app: samples/hello_world
146 :maybe-skip-config:
152 .. target-notes::
154 .. _STM3210C-EVAL website:
155 https://www.st.com/en/evaluation-tools/stm3210c-eval.html