Lines Matching +full:i2c +full:- +full:scl +full:- +full:hz

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`_
77 +-----------+------------+-------------------------------------+
80 | NVIC | on-chip | nested vector interrupt controller |
81 +-----------+------------+-------------------------------------+
82 | UART | on-chip | serial port-polling; |
83 | | | serial port-interrupt |
84 +-----------+------------+-------------------------------------+
85 | PINMUX | on-chip | pinmux |
86 +-----------+------------+-------------------------------------+
87 | GPIO | on-chip | gpio |
88 +-----------+------------+-------------------------------------+
89 | PWM | on-chip | pwm |
90 +-----------+------------+-------------------------------------+
91 | SPI | on-chip | spi |
92 +-----------+------------+-------------------------------------+
93 | SDIO | on-chip | SD-card controller |
94 +-----------+------------+-------------------------------------+
105 STM32F469I-DISCO Discovery kit has 9 GPIO controllers. These controllers are responsible for pin mu…
106 input/output, pull-up, etc.
111 ----------------------------------
112 - UART_3 TX/RX : PB10/PB11 (ST-Link Virtual Port Com)
113 - UART_6 TX/RX : PG14/PG9 (Arduino Serial)
114 - I2C1 SCL/SDA : PB8/PB9 (Arduino I2C)
115 - SPI2 NSS/SCK/MISO/MOSI : PH6/PD3/PB14/PB15 (Arduino SPI)
116 - SDIO D0/D1/D2/D3/CLK/Detect : PC8/PC9/PC10/PC11/PC12/PG2
117 - USB DM : PA11
118 - USB DP : PA12
119 - USER_PB : PA0
120 - LD1 : PG6
121 - LD2 : PD4
122 - LD3 : PD5
123 - LD4 : PK3
128 STM32F469I-DISCO System Clock could be driven by internal or external oscillator,
149 STM32F469I-DISCO Discovery kit includes an ST-LINK/V2 embedded debug tool interface.
152 Flashing an application to STM32F469I-DISCO
153 -------------------------------------------
155 First, connect the STM32F469I-DISCO Discovery kit to your host computer using
158 Here is an example for the :zephyr:code-sample:`hello_world` application.
160 .. zephyr-app-commands::
161 :zephyr-app: samples/hello_world
167 .. code-block:: console
169 $ minicom -D /dev/ttyACM0
173 .. code-block:: console
182 :zephyr:code-sample:`hello_world` application.
184 .. zephyr-app-commands::
185 :zephyr-app: samples/hello_world
191 https://www.st.com/en/evaluation-tools/32f469idiscovery.html