Lines Matching +full:connector +full:- +full:control

6 The STM32F072-EVAL Discovery kit features an ARM Cortex-M0 based STM32F072VBT6 MCU
8 Here are some highlights of the STM32F072-EVAL board:
10 - Four 5 V power supply options: power jack, ST-LINK/V2 USB connector, user USB connector, or daugh…
11 - Stereo audio jack, which supports a headset with microphone connected to DAC and ADC of STM32F072…
12 - 2G Byte (or more) SPI interface MicroSD card
13 - I2C compatible serial interface temperature sensor
14 - RF E2PROM
15 - RS232 and RS485 communication
16 - IrDA transceiver
17 - IR LED and IR receiver
18 - SWD debug support, ST-LINK/V2 embedded
19 - 240x320 TFT color LCD connected to SPI interface of STM32F072VBT6
20 - Joystick with 4-direction control and selector
21 - Reset and tamper buttons
22 - Four color user LEDs and two LEDs as MCU low power alarm
23 - Extension connector for daughter board or wrapping board
24 - MCU voltage choice: fixed 3.3 V or adjustable from 1.65 V to 3.6 V
25 - USB full-speed connector
26 - Touch sensing buttons
27 - RTC with backup battery
28 - CAN2.0A/B compliant connector
29 - Light Dependent Resistor (LDR)
30 - Potentiometer
31 - Two HDMI connectors with DDC and CEC
32 - Smart Card slot
33 - Motor control connector
38 STM32F072-EVAL Discovery kit provides the following hardware components:
40 - STM32F072VBT6 in LQFP100 package
41 - ARM |reg| 32-bit Cortex |reg| -M0 CPU
42 - 48 MHz max CPU frequency
43 - VDD from 2.0 V to 3.6 V
44 - 128 KB Flash
45 - 16 KB SRAM with HW parity
46 - GPIO with external interrupt capability
47 - one 12-bit ADC with 16 channels
48 - one 12-bit D/A converters with 2 channels
49 - RTC
50 - Advanced-control Timer
51 - General Purpose Timers (8)
52 - Watchdog Timers (2)
53 - USART (4)
54 - I2C (2)
55 - SPI (2)
56 - CAN
57 - USB 2.0 OTG FS with on-chip PHY
58 - CRC calculation unit
59 - DMA Controller
60 - HDMI CEC Controller
61 - 24 capacitive sensing channels for touchkey, linear, and rotary touch sensors
62 - Up to 87 fast I/Os: 68 I/Os with 5V tolerant capability and 19 with independent supply
65 - `STM32F072VB on www.st.com`_
66 - `STM32F072 reference manual`_
73 +-----------+------------+-------------------------------------+
76 | NVIC | on-chip | nested vector interrupt controller |
77 +-----------+------------+-------------------------------------+
78 | UART | on-chip | serial port-polling; |
79 | | | serial port-interrupt |
80 +-----------+------------+-------------------------------------+
81 | PINMUX | on-chip | pinmux |
82 +-----------+------------+-------------------------------------+
83 | GPIO | on-chip | gpio |
84 +-----------+------------+-------------------------------------+
85 | PWM | on-chip | pwm |
86 +-----------+------------+-------------------------------------+
87 | CLOCK | on-chip | reset and clock control |
88 +-----------+------------+-------------------------------------+
89 | WATCHDOG | on-chip | independent watchdog |
90 +-----------+------------+-------------------------------------+
101 STM32F072-EVAL Discovery kit has 6 GPIO controllers. These controllers are responsible for pin muxi…
102 input/output, pull-up, etc.
104 For more details please refer to STM32F072-EVAL board User Manual.
107 ----------------------------------
108 - UART_2_TX : PD5
109 - UART_2_RX : PD6
110 - TAMPER_PB : PC13
111 - JOYSTICK_RIGHT_PB : PE3
112 - JOYSTICK_LEFT_PB : PF2
113 - JOYSTICK_UP_PB : PF9
114 - JOYSTICK_DOWN_PB : PF10
115 - JOYSTICK_SEL_PB : PA0
116 - LD1 : PD8
117 - LD2 : PD9
118 - LD3 : PD10
119 - LD4 : PD11
124 STM32F072-EVAL System Clock could be driven by an internal or external oscillator,
131 STM32F072-EVAL Discovery kit has up to 4 UARTs. The Zephyr console output is assigned to UART2.
137 STM32F072-EVAL Discovery kit includes an ST-LINK/V2 embedded debug tool interface.
147 so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
150 the ``--runner`` (or ``-r``) option:
152 .. code-block:: console
154 $ west flash --runner openocd
155 $ west flash --runner jlink
157 Flashing an application to STM32F072-EVAL
158 -------------------------------------------
160 Here is an example for the :zephyr:code-sample:`blinky` application.
162 .. zephyr-app-commands::
163 :zephyr-app: samples/basic/blinky
173 :zephyr:code-sample:`blinky` application.
175 .. zephyr-app-commands::
176 :zephyr-app: samples/basic/blinky
178 :maybe-skip-config:
189 https://www.st.com/en/development-tools/stm32cubeprog.html