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

6 The STM32H735G-DK Discovery kit is a complete demonstration and development
7 platform for Arm® Cortex®-M7 core-based STM32H735IGK6U microcontroller, with
10 The STM32H735G-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. STM32H735G-DK board
27 More information about the board can be found at the `STM32H735G-DISCO website`_.
30 - `STM32H725/735 on www.st.com`_
31 - `STM32H735xx reference manual`_
32 - `STM32H735xx 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 | FLASH | on-chip | flash memory |
52 +-----------+------------+-------------------------------------+
53 | ETHERNET | on-chip | ethernet |
54 +-----------+------------+-------------------------------------+
55 | RNG | on-chip | True Random number generator |
56 +-----------+------------+-------------------------------------+
57 | FMC | on-chip | memc (SDRAM) |
58 +-----------+------------+-------------------------------------+
59 | ADC | on-chip | ADC Controller |
60 +-----------+------------+-------------------------------------+
61 | FDCAN1 | on-chip | CAN-FD Controller |
62 +-----------+------------+-------------------------------------+
63 | FDCAN2 | on-chip | CAN-FD Controller |
64 +-----------+------------+-------------------------------------+
65 | FDCAN3 | on-chip | CAN-FD Controller (disabled by |
69 +-----------+------------+-------------------------------------+
70 | USB | on-chip | usb_device |
71 +-----------+------------+-------------------------------------+
78 Pin Mapping
81 For more details please refer to `STM32H735G-DISCO website`_.
83 Default Zephyr Peripheral Mapping: argument
84 ----------------------------------
86 - UART_3 TX/RX : PD8/PD9 (ST-Link Virtual Port Com)
87 - UART_7 TX/RX : PF7/PF6 (Arduino Serial)
88 - LD1 : PC2
89 - LD2 : PC3
90 - FDCAN1 : CAN
99 Serial Port
103 The Zephyr console output is assigned to UART3 which connected to the onboard ST-LINK/V3.0. Virtual
104 COM port interface. Default communication settings are 115200 8N1.
110 STM32H735G-DISCO board includes an ST-LINK/V3 embedded debug tool interface.
119 so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
122 the ``--runner`` (or ``-r``) option:
124 .. code-block:: console
126 $ west flash --runner openocd
127 $ west flash --runner jlink
136 :zephyr:code-sample:`hello_world` application.
138 .. zephyr-app-commands::
139 :zephyr-app: samples/hello_world
144 .. _STM32H735G-DISCO website:
145 https://www.st.com/en/evaluation-tools/stm32h735g-dk.html
148 https://www.st.com/en/microcontrollers-microprocessors/stm32h725-735.html
151 …ource/en/reference_manual/dm00603761-stm32h723733-stm32h725735-and-stm32h730-value-line-advanced-a…
157 https://www.st.com/en/development-tools/stm32cubeprog.html