Lines Matching +full:pixel +full:- +full:mapping

6 The STM32L496G Discovery board features an ARM Cortex-M4 based STM32L496AG MCU
11 - STM32L496AGI6 microcontroller featuring 1 Mbyte of Flash memory and 320 Kbytes of RAM in an UFBGA…
12 - 1.54 inch 240 x 240 pixel-TFT color LCD with parallel interface
13 - SAI Audio CODEC, with a stereo headset jack, including analog microphone input
14 - Stereo digital MEMS microphones
15 - microSD card connector (card included)
16 - Camera 8 bit-connector
17 - 8 Mbit-PSRAM
18 - IDD measurement
19 - 64 Mbit-Quad-SPI Flash
20 - USB OTG FS with Micro-AB connector
21 - Two types of extension resources:
23 - STMod+ and PMOD connectors
24 - Compatible Arduino* Uno V3 connectors
26 - On-board ST-LINK/V2-1 debugger/programmer with SWD connector
27 - 5 source options for power supply
29 - ST-LINK/V2-1 USB connector
30 - User USB FS connector
31 - VIN from Arduino connector
32 - 5 V from Arduino connector
33 - USB charger
34 - USB VBUS or external source(3.3V, 5V, 7 - 12V)
35 - Power management access point
37 - 8 LEDs
38 - Reset push button
39 - 4 direction-joystick with selection
48 - Ultra-low-power with FlexPowerControl (down to 108 nA Standby mode and 91
50 - Core: ARM |reg| 32-bit Cortex |reg| -M4 CPU with FPU, frequency up to 80 MHz,
52 - Clock Sources:
54 - 4 to 48 MHz crystal oscillator
55 - 32 kHz crystal oscillator for RTC (LSE)
56 - Internal 16 MHz factory-trimmed RC ( |plusminus| 1%)
57 - Internal low-power 32 kHz RC ( |plusminus| 5%)
58 - Internal multispeed 100 kHz to 48 MHz oscillator, auto-trimmed by
60 - Internal 48 MHz with clock recovery
61 - 3 PLLs for system clock, USB, audio, ADC
63 - RTC with HW calendar, alarms and calibration
64 - LCD 8 x 40 or 4 x 44 with step-up converter
65 - Up to 24 capacitive sensing channels: support touchkey, linear and rotary touch sensors
66 - 16x timers:
68 - 2x 16-bit advanced motor-control
69 - 2x 32-bit and 5x 16-bit general purpose
70 - 2x 16-bit basic
71 - 2x low-power 16-bit timers (available in Stop mode)
72 - 2x watchdogs
73 - SysTick timer
75 - Up to 136 fast I/Os, most 5 V-tolerant, up to 14 I/Os with independent supply down to 1.08 V
76 - Memories
78 - Up to 1 MB Flash, 2 banks read-while-write, proprietary code readout protection
79 - 320 KB of SRAM including 64 KB with hardware parity check
80 - External memory interface for static memories supporting SRAM, PSRAM, NOR, and NAND memories
81 - Quad SPI memory interface
83 - 4x digital filters for sigma delta modulator
84 - Rich analog peripherals (independent supply)
86 - 3x 12-bit ADC 5 MSPS, up to 16-bit with hardware oversampling, 200
88 - 2x 12-bit DAC, low-power sample and hold
89 - 2x operational amplifiers with built-in PGA
90 - 2x ultra-low-power comparators
92 - 20x communication interfaces
94 - USB OTG 2.0 full-speed, LPM and BCD
95 - 2x SAIs (serial audio interface)
96 - 4x I2C FM+(1 Mbit/s), SMBus/PMBus
97 - 5x USARTs (ISO 7816, LIN, IrDA, modem)
98 - 1x LPUART
99 - 3x SPIs (4x SPIs with the Quad SPI)
100 - 2x CAN (2.0B Active) and SDMMC interface
101 - SWPMI single wire protocol master I/F
102 - IRTIM (Infrared interface)
104 - 14-channel DMA controller
105 - True random number generator
106 - CRC calculation unit, 96-bit unique ID
107 - Development support: serial wire debug (SWD), JTAG, Embedded Trace Macrocell*
112 - `STM32L496AG on www.st.com`_
113 - `STM32L496 reference manual`_
118 .. zephyr:board-supported-hw::
124 input/output, pull-up, etc.
128 Default Zephyr Peripheral Mapping:
129 ----------------------------------
131 - UART_1 TX/RX : PB6/PG10
132 - UART_2 TX/RX : PA2/PD6 (ST-Link Virtual Port Com)
133 - LPUART_1 TX/RX : PG7/PG8 (Arduino Serial)
134 - I2C1 SCL/SDA : PB8/PB7 (Arduino I2C)
135 - SDMMC_1 D0/D1/D2/D3/CK/CMD: PC8/PC9/PC10/PC11/PC12/PD2
136 - SPI1 NSS/SCK/MISO/MOSI : PA15/PA5/PB4/PB5 (Arduino SPI)
137 - USB DM/DP/ID : PA11/PA12/PA10
138 - I2C_1_SCL : PB8
139 - I2C_1_SDA : PB7
140 - PWM_2_CH1 : PA0
141 - LD2 : PB13
144 ------------
151 -----------
160 STM32L496G Discovery board includes an ST-LINK/V2-1 embedded debug tool interface.
166 so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
169 the ``--runner`` (or ``-r``) option:
171 .. code-block:: console
173 $ west flash --runner openocd
174 $ west flash --runner jlink
181 -----------------------------------------------
187 .. code-block:: console
189 $ minicom -D /dev/ttyACM0
192 :zephyr:code-sample:`hello_world` application.
194 .. zephyr-app-commands::
195 :zephyr-app: samples/hello_world
201 .. code-block:: console
209 :zephyr:code-sample:`hello_world` application.
211 .. zephyr-app-commands::
212 :zephyr-app: samples/hello_world
214 :maybe-skip-config:
218 https://www.st.com/en/evaluation-tools/32l496gdiscovery.html
230 https://www.st.com/en/development-tools/stm32cubeprog.html