Lines Matching +full:connector +full:- +full:control
5 …e STM32373C-EVAL evaluation board is designed as a complete demonstration and development platform…
7 …user evaluate all peripherals (USB FS, USART, audio DAC, microphone ADC, dot-matrix LCD, IrDA, LDR…
11 More information about the board can be found at the `STM32373C-EVAL website`_.
16 STM32373C-EVAL provides the following hardware components:
18 - STM32F373VCT6 microcontroller
19 - Four 5 V power supply options:
20 - Power jack
21 - ST-LINK/V2 USB connector
22 - User USB connector
23 - Daughter board
24 - Audio jack connected to I2 S DAC
25 - Microphone connected to ADC through an amplifier
26 - 2-GByte (or more) MicroSD card on SPI
27 - Three components on I2 C bus: temperature sensor, EEPROM and dual interface RF EEPROM
28 - RS-232 communication configurable for communication of Flash loader
29 - IrDA transceiver
30 - 240x320 TFT color LCD connected to SPI interface
31 - Joystick with 4-direction control and selector
32 - Reset, Wakeup or Tamper, and Key buttons
33 - 4 color user LEDs
34 - 2 LEDs for MCU power range indicator
35 - ECG, pressure sensor and PT100 temperature sensor connected to the 16-bit Sigma Delta ADC of STM3…
36 - Extension connectors for daughter board or wrapping board
37 - MCU voltage: 3.3 V or adjustable 2.0 V - 3.6 V
38 - USB FS connector
39 - Touch slider
40 - RTC with backup battery
41 - CAN 2.0 A/B compliant connection
42 - Light dependent resistor (LDR)
43 - Two HDMI connectors with DDC and CEC
44 - IR transmitter and receiver
45 - Two ADC & DAC input and output signal connectors and one Sigma Delta ADC input signal connector
46 - Potentiometer
47 - JTAG/SWD and ETM trace debug support
48 - Embedded ST-LINK/V2
51 - `STM32F373VCT6 reference manual`_
59 +-----------+------------+-------------------------------------+
62 | NVIC | on-chip | nested vector interrupt controller |
63 +-----------+------------+-------------------------------------+
64 | UART | on-chip | serial port-polling; |
65 | | | serial port-interrupt |
66 +-----------+------------+-------------------------------------+
67 | PINMUX | on-chip | pinmux |
68 +-----------+------------+-------------------------------------+
69 | GPIO | on-chip | gpio |
70 +-----------+------------+-------------------------------------+
71 | CLOCK | on-chip | reset and clock control |
72 +-----------+------------+-------------------------------------+
73 | FLASH | on-chip | flash memory |
74 +-----------+------------+-------------------------------------+
75 | WATCHDOG | on-chip | independent watchdog |
76 +-----------+------------+-------------------------------------+
86 Each of the GPIO pins can be configured by software as output (push-pull or open-drain), as
87 input (with or without pull-up or pull-down), or as peripheral alternate function. Most of the
92 -----------------
98 ----------------------------------
99 - UART_2_TX : PD5
100 - UART_2_RX : PD6
101 - USER_PB : PA2
102 - LED2 : PC1
114 STM32373C-EVAL board includes an ST-LINK/V2-1 embedded debug tool interface.
115 At power-on, the board is in firmware-upgrade mode (also called DFU for
119 Flashing an application to STM32373C-EVAL
120 -----------------------------------------
122 Here is an example for the :zephyr:code-sample:`blinky` application.
124 .. zephyr-app-commands::
125 :zephyr-app: samples/basic/blinky
135 :zephyr:code-sample:`blinky` application.
137 .. zephyr-app-commands::
138 :zephyr-app: samples/basic/blinky
140 :maybe-skip-config:
146 .. target-notes::
148 .. _STM32373C-EVAL website:
149 https://www.st.com/en/evaluation-tools/stm32373c-eval.html