Lines Matching +full:quad +full:- +full:output

6 The STM32L475 Pandora board features an ARM Cortex-M4 based STM32L475VE MCU
11 - STM32L475Vx microcontroller featuring 1 Mbyte of Flash memory, 128 Kbytes of RAM in LQFP100 packa…
12 - On-board ST-LINK/V2-1 supporting USB re-enumeration capability
13 - Three different interfaces supported on USB:
15 - Virtual com port
16 - Mass storage
17 - Debug port
19 - Pushbutton (reset)
20 - Four directions Joystick with selection
21 - USB OTG FS with micro-AB connector
22 - SAI Audio DAC, Stereo with output jack
23 - Digital microphone, accelerometer, magnetometer and gyroscope MEMS
24 - 128-Mbit Quad-SPI Flash memory
25 - MCU current ammeter with 4 ranges and auto-calibration
26 - Connector for external board or RF-EEPROM
27 - Four power supply options:
29 - ST-LINK/V2-1
30 - USB FS connector
31 - External 5 V
32 - CR2032 battery (not provided)
41 - Ultra-low-power with FlexPowerControl (down to 130 nA Standby mode and 100 uA/MHz run mode)
42 - Core: ARM |reg| 32-bit Cortex |reg|-M4 CPU with FPU, frequency up to 80 MHz, 100DMIPS/1.25DMIPS/M…
43 - Clock Sources:
44 - 4 to 48 MHz crystal oscillator
45 - 32 kHz crystal oscillator for RTC (LSE)
46 - Internal 16 MHz factory-trimmed RC ( |plusminus| 1%)
47 - Internal low-power 32 kHz RC ( |plusminus| 5%)
48 - Internal multispeed 100 kHz to 48 MHz oscillator, auto-trimmed by
50 - 3 PLLs for system clock, USB, audio, ADC
51 - RTC with HW calendar, alarms and calibration
52 - 16x timers:
53 - 2x 16-bit advanced motor-control
54 - 2x 32-bit and 7x 16-bit general purpose
55 - 2x 16-bit basic
56 - 2x low-power 16-bit timers (available in Stop mode)
57 - 2x watchdogs
58 - SysTick timer
59 - Up to 82 fast I/Os, most 5 V-tolerant, up to 14 I/Os with independent supply down to 1.08 V
60 - Memories
61 - Up to 1 MB Flash, 2 banks read-while-write, proprietary code readout protection
62 - Up to 128 KB of SRAM including 32 KB with hardware parity check
63 - External memory interface for static memories supporting SRAM, PSRAM, NOR and NAND memories
64 - Quad SPI memory interface
65 - 4x digital filters for sigma delta modulator
66 - Rich analog peripherals (independent supply)
67 - 3x 12-bit ADC 5 MSPS, up to 16-bit with hardware oversampling, 200 uA/MSPS
68 - 2x 12-bit DAC, low-power sample and hold
69 - 2x operational amplifiers with built-in PGA
70 - 2x ultra-low-power comparators
71 - 18x communication interfaces
72 - USB OTG 2.0 full-speed, LPM and BCD
73 - 2x SAIs (serial audio interface)
74 - 3x I2C FM+(1 Mbit/s), SMBus/PMBus
75 - 6x USARTs (ISO 7816, LIN, IrDA, modem)
76 - 3x SPIs (4x SPIs with the Quad SPI)
77 - CAN (2.0B Active) and SDMMC interface
78 - SWPMI single wire protocol master I/F
79 - 14-channel DMA controller
80 - True random number generator
81 - CRC calculation unit, 96-bit unique ID
82 - Development support: serial wire debug (SWD), JTAG, Embedded Trace Macrocell |trade|
90 +-----------+------------+----------------------------------------------+
93 | NVIC | on-chip | nested vector interrupt controller |
94 +-----------+------------+----------------------------------------------+
95 | UART | on-chip | serial port-polling; |
96 | | | serial port-interrupt |
97 +-----------+------------+----------------------------------------------+
98 | PINMUX | on-chip | pinmux |
99 +-----------+------------+----------------------------------------------+
100 | GPIO | on-chip | gpio |
101 +-----------+------------+----------------------------------------------+
102 | I2C | on-chip | I2C-AHT10(Temperature and humidity sensor) |
103 | | | I2C-ICM2068(light environment sensor) |
104 +-----------+------------+----------------------------------------------+
105 | I2S | on-chip | I2S-ES8388(Audio Decoder) |
106 +-----------+------------+----------------------------------------------+
107 | USB | on-chip | I2S-OTG |
108 +-----------+------------+----------------------------------------------+
109 | SDIO | on-chip | SDIO-AP6181(WIFI) |
110 +-----------+------------+----------------------------------------------+
111 | SPI | on-chip | LCD-TFT |
112 +-----------+------------+----------------------------------------------+
113 | QSPI NOR | on-chip | flash |
114 +-----------+------------+----------------------------------------------+
115 | IR-RX/TX | on-board | Infrared Receiver(38Khz)/Transmitter |
116 +-----------+------------+----------------------------------------------+
117 | STLINK-V2 | on-board | STLINK-V2 Debugger |
118 +-----------+------------+----------------------------------------------+
131 input/output, pull-up, etc.
136 ----------------------------------
138 - UART_1_TX : PA9
139 - UART_1_RX : PA10
140 - LED_R : PE7
141 - LED_G : PE8
142 - LED_B : PE9
145 ------------
152 -----------
154 STM32L475 Pandora board has 6 U(S)ARTs. The Zephyr console output is assigned to UART2.
164 STM32L475 Pandora board includes an ST-LINK/V2-1 embedded debug tool interface.
168 --------------------------------------------
174 .. code-block:: console
176 $ minicom -D /dev/ttyACM0
179 :zephyr:code-sample:`hello_world` application.
181 .. zephyr-app-commands::
182 :zephyr-app: samples/hello_world
188 .. code-block:: console
196 :zephyr:code-sample:`hello_world` application.
198 .. zephyr-app-commands::
199 :zephyr-app: samples/hello_world
201 :maybe-skip-config:
208 http://www.openedv.com/thread-284556-1-1.html