Lines Matching +full:port +full:- +full:line +full:- +full:mapping

6 The STM32H750B-DK Discovery kit is a complete demonstration and development
7 platform for Arm® Cortex®-M7 core-based STM32H750XBH6 microcontroller, with
10 The STM32H750B-DK Discovery kit is used as a reference design for user
18 Octo-SPI Flash memory, RGB interface LCD with capacitive touch panel, and others).
22 STLINK-V3E is integrated into the board, as the embedded in-circuit debugger and
23 programmer for the STM32 MCU and USB Virtual COM port bridge. STM32H750B-DK board
27 More information about the board can be found at the `STM32H750B-DK website`_.
30 - `STM32H750 on www.st.com`_
31 - `STM32H750xx reference manual`_
32 - `STM32H750xx datasheet`_
39 +-----------+------------+-------------------------------------+
42 | NVIC | on-chip | nested vector interrupt controller |
43 +-----------+------------+-------------------------------------+
44 | UART | on-chip | serial port-polling; |
45 | | | serial port-interrupt |
46 +-----------+------------+-------------------------------------+
47 | PINMUX | on-chip | pinmux |
48 +-----------+------------+-------------------------------------+
49 | GPIO | on-chip | gpio |
50 +-----------+------------+-------------------------------------+
51 | QSPI NOR | on-chip | off-chip flash |
52 +-----------+------------+-------------------------------------+
53 | RTC | on-chip | rtc |
54 +-----------+------------+-------------------------------------+
55 | ADC | on-chip | adc |
56 +-----------+------------+-------------------------------------+
57 | LTDC | on-chip | display |
58 +-----------+------------+-------------------------------------+
59 | QSPI NOR | on-chip | off-chip flash |
60 +-----------+------------+-------------------------------------+
61 | FMC | on-chip | memc (SDRAM) |
62 +-----------+------------+-------------------------------------+
69 Pin Mapping
72 For more details please refer to `STM32H750B-DK website`_.
74 Default Zephyr Peripheral Mapping: argument
75 ----------------------------------
77 - UART_3 TX/RX : PB10/PB11 (ST-Link Virtual Port Com)
78 - LD1 : PJ2
79 - LD2 : PI13
80 - USART1 TX/RX : PB6/PB7 (Arduino D1/D0)
89 Serial Port
93 The Zephyr console output is assigned to UART3 which connected to the onboard ST-LINK/V3.0. Virtual
94 COM port interface. Default communication settings are 115200 8N1.
100 STM32H750B Discovery kit includes an ST-LINK-V3E embedded debug tool interface.
110 so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
113 the ``--runner`` (or ``-r``) option:
115 .. code-block:: console
117 $ west flash --runner openocd
118 $ west flash --runner jlink
121 ----------------------------------------
123 Connect the STM32H750B-DK to your host computer using the ST-LINK
124 USB port, then run a serial host program to connect with the board. For example:
126 .. code-block:: console
128 $ minicom -b 115200 -D /dev/ttyACM0
131 Here is an example for the :zephyr:code-sample:`hello_world` application.
133 .. zephyr-app-commands::
134 :zephyr-app: samples/hello_world
140 .. code-block:: console
149 :zephyr:code-sample:`hello_world` application.
151 .. zephyr-app-commands::
152 :zephyr-app: samples/hello_world
157 .. _STM32H750B-DK website:
158 https://www.st.com/en/evaluation-tools/stm32h750b-dk.html
161 https://www.st.com/en/microcontrollers-microprocessors/stm32h750-value-line.html
164 …m/resource/en/reference_manual/rm0433-stm32h742-stm32h743753-and-stm32h750-value-line-advanced-arm…
170 https://www.st.com/en/development-tools/stm32cubeprog.html