Lines Matching +full:port +full:- +full:line +full:- +full:mapping
7 from audio, multi-sensor support, graphics, security, security, video,
8 and high-speed connectivity features. Important board features include:
10 - STM32F750N8H6 microcontroller featuring 64 Kbytes of Flash memory and 340 Kbytes of RAM, in BGA21…
11 - On-board ST-LINK/V2-1 supporting USB re-enumeration capability
12 - Five power supply options:
14 - ST LINK/V2-1
15 - USB FS connector
16 - USB HS connector
17 - VIN from Arduino connector
18 - External 5 V from connector
20 - Two pushbuttons (user and reset)
21 - USB functions: virtual COM port, mass storage, debug port
22 - 4.3-inch 480x272 color LCD-TFT with capacitive touch screen
23 - SAI audio codec
24 - Audio line in and line out jack
25 - Two ST MEMS microphones
26 - SPDIF RCA input connector
27 - 128-Mbit Quad-SPI Flash memory
28 - 128-Mbit SDRAM (64 Mbits accessible)
29 - Connector for microSD card
30 - USB OTG HS with Micro-AB connectors
31 - USB OTG FS with Micro-AB connectors
32 - Ethernet connector compliant with IEEE-802.3-2002
34 More information about the board can be found at the `32F7508-DK website`_.
39 The STM32F7508-DK Discovery kit provides the following hardware components:
41 - STM32F750N8H6 in BGA216 package
42 - ARM |reg| 32-bit Cortex |reg| -M7 CPU with FPU
43 - 216 MHz max CPU frequency
44 - 64 KB Flash
45 - 320+16+4 KB SRAM
46 - GPIO with external interrupt capability
47 - 4.3-inch 480x272 color LCD-TFT with capacitive touch screen
48 - 3x12-bit ADC
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 (4)
56 - SPI (6)
57 - 2xSAI (serial audio interface)
58 - 2xCAN
59 - USB 2.0 OTG FS with on-chip PHY
60 - USB 2.0 OTG HS/FS with dedicated DMA, on-chip full-speed PHY and ULPI
61 - 10/100 Ethernet MAC with dedicated DMA
62 - 8- to 14-bit parallel camera
63 - CRC calculation unit
64 - True random number generator
65 - DMA Controller
69 - `STM32F750x8 on www.st.com`_
70 - `STM32F74xxx 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 | FLASH | on-chip | flash memory |
90 +-----------+------------+-------------------------------------+
91 | ETHERNET | on-chip | Ethernet |
92 +-----------+------------+-------------------------------------+
93 | PWM | on-chip | pwm |
94 +-----------+------------+-------------------------------------+
95 | I2C | on-chip | i2c |
96 +-----------+------------+-------------------------------------+
97 | USB | on-chip | usb |
98 +-----------+------------+-------------------------------------+
99 | SDMMC | on-chip | disk access |
100 +-----------+------------+-------------------------------------+
101 | SPI | on-chip | spi |
102 +-----------+------------+-------------------------------------+
103 | QSPI NOR | on-chip | off-chip flash |
104 +-----------+------------+-------------------------------------+
105 | FMC | on-chip | memc (SDRAM) |
106 +-----------+------------+-------------------------------------+
107 | LTDC | on-chip | display |
108 +-----------+------------+-------------------------------------+
115 Pin Mapping
118 STM32F7508-DK Discovery kit has 9 GPIO controllers. These controllers are responsible for pin muxin…
119 input/output, pull-up, etc.
121 For more details please refer to `32F7508-DK board User Manual`_.
123 Default Zephyr Peripheral Mapping: argument
124 ----------------------------------
129 - UART_1 TX/RX : PA9/PB7 (ST-Link Virtual Port Com)
130 - UART_6 TX/RX : PC6/PC7 (Arduino Serial)
131 - I2C1 SCL/SDA : PB8/PB9 (Arduino I2C)
132 - SDMMC_1 D0/D1/D2/D3/CK/CD/CMD: PC8/PC9/PC10/PC11/PC12/PC13/PD2
133 - SPI2 NSS/SCK/MISO/MOSI : PA8/PI1/PB14/PB15 (Arduino SPI)
134 - PWM_3_CH1 : PB4
135 - ETH : PA1, PA2, PA7, PC1, PC4, PC5, PG11, PG13, PG14
136 - USER_PB : PI11
137 - LD1 : PI1
138 - USB DM : PA11
139 - USB DP : PA12
140 - FMC SDRAM :
142 - D0-D15 : PD14/PD15/PD0/PD1/PE7/PE8/PE9/PE10/PE11/PE12/PE13/PE14/PE15/PD8/PD9/PD10
143 - A0-A11 : PF0/PF1/PF2/PF3/PF4/PF5/PF12/PF13/PF14/PF15/PG0/PG1
144 - A14/A15 : PG4/PG5
145 - SDNRAS/SDNCAS : PF11/PG15
146 - NBL0/NBL1 : PE0/PE1
147 - SDCLK/SDNWE/SDCKE0/SDNE0 : PG8/PH5/PC3/PH3
149 - LTDC :
151 - R0-R7 : PI15/PJ0/PJ1/PJ2/PJ3/PJ4/PJ5/PJ6
152 - G0-G7 : PJ7/PJ8/PJ9/PJ10/PJ11/PK0/PK1/PK2
153 - B0-B7 : PJ12/PK13/PJ14/PJ15/PK3/PK4/PK5/PK6
154 - DE/CLK/HSYNC/VSYNC : PK7/PI14/PI12/PI13
164 Serial Port
167 The STM32F7508-DK Discovery kit has up to 8 UARTs. The Zephyr console output is assigned to UART1
168 which connected to the onboard ST-LINK/V2 Virtual COM port interface. Default communication
174 STM32F7508-DK Discovery kit includes an ST-LINK/V2 embedded debug tool interface.
184 so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
187 the ``--runner`` (or ``-r``) option:
189 .. code-block:: console
191 $ west flash --runner openocd
192 $ west flash --runner jlink
194 Flashing an application to STM32F7508-DK
195 -------------------------------------------
198 the USB port to prepare it for flashing. Then build and flash your application.
200 Here is an example for the :zephyr:code-sample:`hello_world` application.
202 .. zephyr-app-commands::
203 :zephyr-app: samples/hello_world
209 .. code-block:: console
211 $ minicom -D /dev/ttyACM0
215 .. code-block:: console
223 :zephyr:code-sample:`hello_world` application.
225 .. zephyr-app-commands::
226 :zephyr-app: samples/hello_world
231 .. _32F7508-DK website:
232 https://www.st.com/en/evaluation-tools/stm32f7508-dk.html
234 .. _32F7508-DK board User Manual:
235 …s://www.st.com/resource/en/user_manual/dm00537062-discovery-kit-for-stm32f7-series-with-stm32f750n…
244 https://www.st.com/en/development-tools/stm32cubeprog.html