Lines Matching +full:usb +full:- +full:c +full:- +full:connector

6 The STM32U083C_DK board, featuring an ARM Cortex-M0+ based STM32U083MC MCU,
12 - Ultra-low-power STM32U083MC microcontroller based on the Arm |reg| Cortex |reg|‑M0+ core,
15 - Board connectors:
17 - ST-LINK USB Type-C connector
18 - User USB Device with USB Type-C connector
19 - mikroBUS connectors
20 - MIPI debug in connector (Arm |reg| Cortex |reg| 10‑pin 1.27 mm‑pitch
21 debug connector over STDC14 footprint)
22 - Extension connectors for full access to all STM32 I/Os
23 - VBAT dedicated connector provides the capability to power the board on a battery
25 - Flexible power-supply options:
27 - ST-LINK USB VBUS, USB connector, or external sources
29 - 4×24-segment LCD
30 - Three user LEDs
31 - Reset push-button
32 - User joystick
33 - Touchkey
34 - Temperature sensor
41 The STM32U083xC devices are an ultra-low-power microcontrollers family (STM32U0
42 Series) based on the high-performance Arm |reg| Cortex |reg|-M0+ 32-bit RISC core.
45 - Includes ST state-of-the-art patented technology
46 - Ultra-low-power with FlexPowerControl:
48 - 1.71 V to 3.6 V power supply
49 - -40 °C to +85/125 °C temperature range
50 - 130 nA VBAT mode: supply for RTC, 9 x 32-bit backup registers
51 - 16 nA Shutdown mode (6 wake-up pins)
52 - 30 nA Standby mode (6 wake-up pins) without RTC
53 - 160 nA Standby mode with RTC
54 - 825 nA Stop 2 mode with RTC
55 - 695 nA Stop 2 mode without RTC
56 - 4 µA wake-up from Stop mode
57 - 52 µA/MHz Run mode (LDO mode)
58 - Brownout reset
60 - Core:
62 - 32-bit Arm |reg| Cortex |reg|-M0+ CPU, frequency up to 56 MHz
64 - ART Accelerator:
66 - 1-Kbyte instruction cache allowing 0-wait-state execution from flash memory
68 - Benchmarks:
70 - 1.13 DMIPS/MHz (Drystone 2.1)
71 - 134 CoreMark |reg| (2.4 CoreMark/MHz at 56 MHz)
72 - 407 ULPMark™-CP
73 - 143 ULPMark™-PP
74 - 19.7 ULPMark™-CM
76 - Memories:
78 - 256-Kbyte single bank flash memory, proprietary code readout protection
79 - 40-Kbyte SRAM with hardware parity check
81 - General-purpose input/outputs:
83 - Up to 69 fast I/Os, most of them 5 V‑tolerant
85 - Clock management:
87 - 4 to 48 MHz crystal oscillator
88 - 32 kHz crystal oscillator for RTC (LSE)
89 - Internal 16 MHz factory-trimmed RC (±1%)
90 - Internal low-power 32 kHz RC (±5%)
91 - Internal multispeed 100 kHz to 48 MHz oscillator,
92 auto-trimmed by LSE (better than ±0.25 % accuracy)
93 - Internal 48 MHz with clock recovery
94 - PLL for system clock, USB, ADC
96 - Security:
98 - Customer code protection
99 - Robust read out protection (RDP): 3 protection level states
100 and password-based regression (128-bit PSWD)
101 - Hardware protection feature (HDP)
102 - Secure boot
103 - AES: 128/256-bit key encryption hardware accelerator
104 - True random number generation, candidate for NIST SP 800-90B certification
105 - Candidate for Arm |reg| PSA level 1 and SESIP level 3 certifications
106 - 5 passive anti-tamper pins
107 - 96-bit unique ID
109 - Up to 10 timers, 2 watchdogs and RTC:
111 - 1x 16-bit advanced motor-control, 1x 32-bit and 3x 16-bit general purpose,
112 2x 16-bit basic, 3x low-power 16-bit timers (available in Stop mode),
114 - RTC with hardware calendar, alarms and calibration
116 - Up to 20 communication peripherals:
118 - 1 USB 2.0 full-speed crystal-less solution with LPM and BCD
119 - 7 USARTs/LPUARTs (SPI, ISO 7816, LIN, IrDA, modem)
120 - 4 I2C interfaces supporting Fast-mode and Fast-mode Plus (up to 1 Mbit/s)
121 - 3 SPIs, plus 4x USARTs in SPI mode
122 - IRTIM (Infrared interface)
124 - Rich analog peripherals (independent supply):
126 - 1x 12-bit ADC (0.4 µs conversion time), up to 16-bit with hardware oversampling
127 - 1x 12-bit DAC output channel, low-power sample and hold
128 - 1x general-purpose operational amplifier with built-in PGA (variable gain up to 16)
129 - 2x ultra-low-power comparators
131 - LCD driver:
132 - 8*48 or 4*52 segments, with step-up converter
134 - General-purpose inputs/outputs:
135 - Up to 69 fast I/Os, most of them 5 V-tolerant
137 - ECOPACK2 compliant packages
141 - `STM32U083MC on www.st.com`_
142 - `STM32U083 reference manual`_
147 .. zephyr:board-supported-hw::
153 for pin muxing, input/output, pull-up, etc.
158 ----------------------------------
160 - ADC1_IN8 : PA4
161 - I2C1_SCL : PB8
162 - I2C1_SDA : PB9
163 - LPUART_1_TX : PG7
164 - LPUART_1_RX : PG8
165 - SPI1_NSS : PA4
166 - SPI1_SCK : PA5
167 - SPI1_MISO : PA6
168 - SPI1_MOSI : PA7
169 - SPI1_CS : PA15
170 - UART_2_TX : PA2
171 - UART_2_RX : PA3
174 ------------
181 -----------
190 STM32U083C_DK board includes an ST-LINK/V3 embedded debug tool interface.
197 so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
200 the ``--runner`` (or ``-r``) option:
202 .. code-block:: console
204 $ west flash --runner pyocd
205 $ west flash --runner jlink
210 .. code-block:: console
212 $ pyocd pack --update
213 $ pyocd pack --install stm32u0
217 ----------------------------------------
219 Connect the STM32U083C_DK to your host computer using the USB port.
221 :zephyr:code-sample:`hello_world` application.
225 .. code-block:: console
227 $ minicom -D /dev/ttyACM0
231 .. zephyr-app-commands::
232 :zephyr-app: samples/hello_world
238 .. code-block:: console
246 Here is an example for the :zephyr:code-sample:`blinky` application.
248 .. zephyr-app-commands::
249 :zephyr-app: samples/basic/blinky
258 https://www.st.com/en/evaluation-tools/stm32u083c-dk.html
261 https://www.st.com/resource/en/user_manual/um3292-discovery-kit-with-STM32U083MC-MCU.pdf
264 https://www.st.com/en/microcontrollers-microprocessors/stm32u083mc
267 …https://www.st.com/resource/en/reference_manual/rm0503-stm32u0-series-advanced-armbased-32bit-mcus
270 https://www.st.com/en/development-tools/stm32cubeprog.html