Lines Matching +full:sample +full:- +full:clk

6 The STM32F469 Discovery kit features an ARM Cortex-M4 based STM32F469NI MCU
8 some highlights of the STM32F469I-DISCO board:
11 - STM32 microcontroller in BGA216 package
12 - On-board ST-LINK/V2-1 debugger/programmer, supporting USB reenumeration capability
13 - Flexible board power supply:
15 - ST-LINK/V2-1 USB connector
16 - User USB FS connector
17 - VIN from Arduino* compatible connectors
19 - Four user LEDs
20 - Two push-buttons: USER and RESET
21 - USB OTG FS with micro-AB connector
22 - 4-inch 800x480 pixel TFT color LCD with MIPI DSI interface and capacitive touch screen
23 - SAI Audio DAC, with a stereo headphone output jack
24 - Three MEMS microphones
25 - MicroSD card connector
26 - I2C extension connector
27 - 4Mx32bit SDRAM
28 - 128-Mbit Quad-SPI NOR Flash
29 - Expansion connectors and Arduino UNO V3 connectors
36 STM32F469I-DISCO Discovery kit provides the following hardware components:
38 - STM32F469NIH6 in BGA216 package
39 - ARM |reg| 32-bit Cortex |reg| -M4 CPU with FPU
40 - 180 MHz max CPU frequency
41 - VDD from 1.8 V to 3.6 V
42 - 2 MB Flash
43 - 384+4 KB SRAM including 64-Kbyte of core coupled memory
44 - GPIO with external interrupt capability
45 - LCD parallel interface, 8080/6800 modes
46 - LCD TFT controller supporting up to XGA resolution
47 - MIPI |reg| DSI host controller supporting up to 720p 30Hz resolution
48 - 3x12-bit ADC with 24 channels
49 - 2x12-bit D/A converters
50 - RTC
51 - Advanced-control Timer
52 - General Purpose Timers (17)
53 - Watchdog Timers (2)
54 - USART/UART (8)
55 - I2C (3)
56 - SPI (6)
57 - 1xSAI (serial audio interface)
58 - SDIO
59 - 2xCAN
60 - USB 2.0 OTG FS with on-chip PHY
61 - USB 2.0 OTG HS/FS with dedicated DMA, on-chip full-speed PHY and ULPI
62 - 10/100 Ethernet MAC with dedicated DMA
63 - 8- to 14-bit parallel camera
64 - CRC calculation unit
65 - True random number generator
66 - DMA Controller
69 - `STM32F469NI on www.st.com`_
70 - `STM32F469 reference manual`_
75 .. zephyr:board-supported-hw::
80 STM32F469I-DISCO Discovery kit has 9 GPIO controllers. These controllers are responsible for pin mu…
81 input/output, pull-up, etc.
86 ----------------------------------
87 - UART_3 TX/RX : PB10/PB11 (ST-Link Virtual Port Com)
88 - UART_6 TX/RX : PG14/PG9 (Arduino Serial)
89 - I2C1 SCL/SDA : PB8/PB9 (Arduino I2C)
90 - SPI2 NSS/SCK/MISO/MOSI : PH6/PD3/PB14/PB15 (Arduino SPI)
91 - SDIO D0/D1/D2/D3/CLK/Detect : PC8/PC9/PC10/PC11/PC12/PG2
92 - USB DM : PA11
93 - USB DP : PA12
94 - USER_PB : PA0
95 - LD1 : PG6
96 - LD2 : PD4
97 - LD3 : PD5
98 - LD4 : PK3
103 STM32F469I-DISCO System Clock could be driven by internal or external oscillator,
124 STM32F469I-DISCO Discovery kit includes an ST-LINK/V2 embedded debug tool interface.
127 Flashing an application to STM32F469I-DISCO
128 -------------------------------------------
130 First, connect the STM32F469I-DISCO Discovery kit to your host computer using
133 Here is an example for the :zephyr:code-sample:`hello_world` application.
135 .. zephyr-app-commands::
136 :zephyr-app: samples/hello_world
142 .. code-block:: console
144 $ minicom -D /dev/ttyACM0
148 .. code-block:: console
157 :zephyr:code-sample:`hello_world` application.
159 .. zephyr-app-commands::
160 :zephyr-app: samples/hello_world
166 https://www.st.com/en/evaluation-tools/32f469idiscovery.html