Lines Matching +full:power +full:- +full:amplifier +full:- +full:output

6 The Nucleo U083RC board, featuring an ARM Cortex-M0+ based STM32U083RC MCU,
9 power consumption features. Here are some highlights of the Nucleo U083RC
13 - STM32U083RC microcontroller in LQFP64 package
14 - Two types of extension resources:
16 - Arduino Uno V3 connectivity
17 - ST morpho extension pin headers for full access to all STM32U0 I/Os
19 - On-board STLINK-V2EC debugger/programmer with USB re-enumeration
21 - Flexible board power supply:
23 - USB VBUS or external source(3.3V, 5V, 7 - 12V)
25 - User LED shared with ARDUINO |reg| Uno V3
26 - Two push-buttons: USER and RESET
27 - USB Type-C |reg| connector for the ST-LINK
34 The STM32U083xC devices are an ultra-low-power microcontrollers family (STM32U0
35 Series) based on the high-performance Arm |reg| Cortex |reg|-M0+ 32-bit RISC core.
38 - Includes ST state-of-the-art patented technology
39 - Ultra-low-power with FlexPowerControl:
41 - 1.71 V to 3.6 V power supply
42 - -40 °C to +85/125 °C temperature range
43 - 130 nA VBAT mode: supply for RTC, 9 x 32-bit backup registers
44 - 16 nA Shutdown mode (6 wake-up pins)
45 - 30 nA Standby mode (6 wake-up pins) without RTC
46 - 160 nA Standby mode with RTC
47 - 825 nA Stop 2 mode with RTC
48 - 695 nA Stop 2 mode without RTC
49 - 4 µA wake-up from Stop mode
50 - 52 µA/MHz Run mode
51 - Brownout reset
52 - SPI (3)
53 - DMA Controller (2)
55 - Core:
57 - 32-bit Arm |reg| Cortex |reg|-M0+ CPU, frequency up to 56 MHz
59 - ART Accelerator:
61 - 1-Kbyte instruction cache allowing 0-wait-state execution from flash memory
63 - Benchmarks:
65 - 1.13 DMIPS/MHz (Drystone 2.1)
66 - 134 CoreMark |reg| (2.4 CoreMark/MHz at 56 MHz)
67 - 407 ULPMark™-CP
68 - 143 ULPMark™-PP
69 - 19.7 ULPMark™-CM
71 - Memories:
73 - 256-Kbyte single bank flash memory, proprietary code readout protection
74 - 40-Kbyte SRAM with hardware parity check
76 - General-purpose input/outputs:
78 - Up to 69 fast I/Os, most of them 5 V‑tolerant
80 - Clock management:
82 - 4 to 48 MHz crystal oscillator
83 - 32 kHz crystal oscillator for RTC (LSE)
84 - Internal 16 MHz factory-trimmed RC (±1%)
85 - Internal low-power 32 kHz RC (±5%)
86 - Internal multispeed 100 kHz to 48 MHz oscillator,
87 auto-trimmed by LSE (better than ±0.25 % accuracy)
88 - Internal 48 MHz with clock recovery
89 - PLL for system clock, USB, ADC
91 - Security:
93 - Customer code protection
94 - Robust read out protection (RDP): 3 protection level states
95 and password-based regression (128-bit PSWD)
96 - Hardware protection feature (HDP)
97 - Secure boot
98 - AES: 128/256-bit key encryption hardware accelerator
99 - True random number generation, candidate for NIST SP 800-90B certification
100 - Candidate for Arm |reg| PSA level 1 and SESIP level 3 certifications
101 - 5 passive anti-tamper pins
102 - 96-bit unique ID
103 - True Random Number Generator (RNG) NIST SP800-90B compliant
105 - Up to 10 timers, 2 watchdogs and RTC:
107 - 1x 16-bit advanced motor-control, 1x 32-bit and 3x 16-bit general purpose,
108 2x 16-bit basic, 3x low-power 16-bit timers (available in Stop mode),
110 - RTC with hardware calendar, alarms and calibration
112 - 3 low-power 16-bit timers (available in Stop mode).
114 - Up to 20 communication peripherals:
116 - 1 USB 2.0 full-speed crystal-less solution with LPM and BCD
117 - 7 USARTs/LPUARTs (SPI, ISO 7816, LIN, IrDA, modem)
118 - 4 I2C interfaces supporting Fast-mode and Fast-mode Plus (up to 1 Mbit/s)
119 - 3 SPIs, plus 4x USARTs in SPI mode
120 - IRTIM (Infrared interface)
122 - Rich analog peripherals (independent supply):
124 - 1x 12-bit ADC (0.4 µs conversion time), up to 16-bit with hardware oversampling
125 - 1x 12-bit DAC output channel, low-power sample and hold
126 - 1x general-purpose operational amplifier with built-in PGA (variable gain up to 16)
127 - 2x ultra-low-power comparators
129 - ECOPACK2 compliant packages
133 - `STM32U083RC on www.st.com`_
134 - `STM32U083 reference manual`_
141 +-----------+------------+-------------------------------------+
144 | CLOCK | on-chip | reset and clock control |
145 +-----------+------------+-------------------------------------+
146 | GPIO | on-chip | gpio |
147 +-----------+------------+-------------------------------------+
148 | NVIC | on-chip | nested vector interrupt controller |
149 +-----------+------------+-------------------------------------+
150 | UART | on-chip | serial port-polling; |
151 | | | serial port-interrupt |
152 +-----------+------------+-------------------------------------+
153 | WATCHDOG | on-chip | independent watchdog |
154 +-----------+------------+-------------------------------------+
155 | ADC | on-chip | adc |
156 +-----------+------------+-------------------------------------+
157 | DAC | on-chip | DAC Controller |
158 +-----------+------------+-------------------------------------+
159 | I2C | on-chip | i2c |
160 +-----------+------------+-------------------------------------+
161 | PWM | on-chip | pwm |
162 +-----------+------------+-------------------------------------+
163 | RTC | on-chip | Real Time Clock |
164 +-----------+------------+-------------------------------------+
165 | SPI | on-chip | spi |
166 +-----------+------------+-------------------------------------+
167 | USB | on-chip | USB full-speed host/device bus |
168 +-----------+------------+-------------------------------------+
169 | DMA | on-chip | Direct Memory Access Controller |
170 +-----------+------------+-------------------------------------+
171 | RNG | on-chip | True Random number generator |
172 +-----------+------------+-------------------------------------+
173 | AES | on-chip | crypto |
174 +-----------+------------+-------------------------------------+
175 | LPTIM | on-chip | Low Power Timer |
176 +-----------+------------+-------------------------------------+
188 for pin muxing, input/output, pull-up, etc.
193 ----------------------------------
195 - DAC1_OUT1 : PA4
196 - I2C1_SCL : PB8
197 - I2C1_SDA : PB9
198 - LPUART_1_TX : PG7
199 - LPUART_1_RX : PG8
200 - SPI1_NSS : PA4
201 - SPI1_SCK : PA5
202 - SPI1_MISO : PA6
203 - SPI1_MOSI : PA7
204 - UART_2_TX : PA2
205 - UART_2_RX : PA3
206 - USER_PB : PC13
209 ------------
216 -----------
218 Nucleo U083RC board has 7 U(S)ARTs. The Zephyr console output is assigned to
225 Nucleo U083RC board includes an ST-LINK/V3 embedded debug tool interface.
232 so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
235 the ``--runner`` (or ``-r``) option:
237 .. code-block:: console
239 $ west flash --runner jlink
240 $ west flash --runner pyocd
245 .. code-block:: console
247 $ pyocd pack --update
248 $ pyocd pack --install stm32u0
252 ------------------------------------------
256 :zephyr:code-sample:`hello_world` application.
260 .. code-block:: console
262 $ minicom -D /dev/ttyACM0
266 .. zephyr-app-commands::
267 :zephyr-app: samples/hello_world
273 .. code-block:: console
281 Here is an example for the :zephyr:code-sample:`blinky` application.
283 .. zephyr-app-commands::
284 :zephyr-app: samples/basic/blinky
293 https://www.st.com/en/evaluation-tools/nucleo-u083rc.html
296 …https://www.st.com/resource/en/user_manual/um3261-stm32u0-series-safety-manual-stmicroelectronics.…
299 https://www.st.com/en/microcontrollers-microprocessors/stm32u083rc
302 …https://www.st.com/resource/en/reference_manual/rm0503-stm32u0-series-advanced-armbased-32bit-mcus
305 https://www.st.com/en/development-tools/stm32cubeprog.html