Lines Matching +full:high +full:- +full:side

7 from audio, multi-sensor support, graphics, security, video,
8 and high-speed connectivity features.
10 The board includes an STM32H747XI SoC with a high-performance DSP, Arm Cortex-M7 + Cortex-M4 MCU,
12 large set of peripherals, SMPS, and MIPI-DSI.
16 - On-board ST-LINK/V3E supporting USB reenumeration capability
17 - USB ST-LINK functions: virtual COM port, mass storage, debug port
18 - Flexible power-supply options:
20 - ST-LINK USB VBUS, USB OTG HS connector, or external sources
22 - 4” capacitive touch LCD display module with MIPI® DSI interface
23 - Ethernet compliant with IEEE802.3-2002
24 - USB OTG HS
25 - Stereo speaker outputs
26 - ST-MEMS digital microphones
27 - 2 x 512-Mbit QUAD-SPI NOR Flash memory
28 - 256-Mbit SDRAM
29 - 4 color user LEDs
30 - 1 user and reset push-button
31 - 4-direction joystick with selection button
32 - Arduino Uno V3 connectors
34 More information about the board can be found at the `STM32H747I-DISCO website`_.
37 - `STM32H747XI on www.st.com`_
38 - `STM32H747xx reference manual`_
39 - `STM32H747xx datasheet`_
44 .. zephyr:board-supported-hw::
56 input/output, pull-up, etc.
58 For more details please refer to `STM32H747I-DISCO website`_.
61 ----------------------------------
63 - UART_1 TX/RX : PA9/PA10 (ST-Link Virtual Port Com)
64 - UART_8 TX/RX : PJ8/PJ9 (Arduino Serial)
65 - SPI_5 NSS/SCK/MISO/MOSI : PK1/PK0/PJ11/PJ10 (Arduino SPI)
66 - SDMMC_1 D0/D1/D2/D3/CK/CMD: PC8/PC9/PC10/PC11/PC12/PD2
67 - LD1 : PI12
68 - LD2 : PI13
69 - LD3 : PI14
70 - LD4 : PI15
71 - W-UP : PC13
72 - J-CENTER : PK2
73 - J-DOWN : PK3
74 - J-LEFT : PK4
75 - J-RIGHT : PK5
76 - J-UP : PK6
82 as well as by the main PLL clock. By default, the CPU1 (Cortex-M7) System clock
83 is driven by the PLL clock at 400MHz, and the CPU2 (Cortex-M4) System clock
84 is driven at 200MHz. PLL clock is feed by a 25MHz high speed external clock.
91 output is assigned to UART1 which connected to the onboard ST-LINK/V3.0. Virtual
97 **Disclaimer:** This section is mostly copy-paste of corresponding
104 - **SB21**, **SB45** and **R87** should be opened
105 - **SB22**, **SB44**, **SB17** and **SB8** should be closed
111 :alt: STM32H747I-DISCO - Ethernet modification 1 (**SB44**, **SB45**)
115 …:alt: STM32H747I-DISCO - Ethernet modification 2 (**SB21**, **R87**, **SB22**, **SB17** and **SB8*…
121 the MB1166 (B-LCD40-DSI1) display extension board can be mounted. Enable display
125 .. zephyr-app-commands::
126 :zephyr-app: samples/drivers/display
132 The shield comes in different hardware revisions, the MB1166-A09
138 mounting holes and has the format: MB1166-Axx.
146 - **Compilation**: Clock configuration is only accessible to M7 core. M4 core only
148 - **Static pre-compilation assignment**: Peripherals such as a UART are assigned in
151 - **Run time protection**: Interrupt-controller and GPIO configurations could be
158 STM32H747I-DISCO board includes an ST-LINK/V3 embedded debug tool interface.
167 Check if the board's ST-LINK V3 has the newest FW version. It can be updated
185 for both cores, so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
189 the ``--runner`` (or ``-r``) option:
191 .. code-block:: console
193 $ west flash --runner openocd
194 $ west flash --runner jlink
201 - CPU1 (Cortex-M7) boot address is set to 0x80000000 (OB: BOOT_CM7_ADD0)
202 - CPU2 (Cortex-M4) boot address is set to 0x81000000 (OB: BOOT_CM4_ADD0)
214 ---------------------------------------------
219 Here is an example for the :zephyr:code-sample:`hello_world` application.
221 .. zephyr-app-commands::
222 :zephyr-app: samples/hello_world
228 .. code-block:: console
230 $ minicom -D /dev/ttyACM0
234 .. code-block:: console
245 Here is an example for the :zephyr:code-sample:`blinky` application on M4 core.
247 .. zephyr-app-commands::
248 :zephyr-app: samples/basic/blinky
255 You can debug an application on Cortex M7 side in the usual way. Here is an example
256 for the :zephyr:code-sample:`hello_world` application.
258 .. zephyr-app-commands::
259 :zephyr-app: samples/hello_world
263 Debugging a Zephyr application on Cortex M4 side with west is currently not available.
266 .. _STM32H747I-DISCO website:
267 https://www.st.com/en/evaluation-tools/stm32h747i-disco.html
270 …n/products/microcontrollers-microprocessors/stm32-32-bit-arm-cortex-mcus/stm32-high-performance-mc…
279 https://www.st.com/en/development-tools/stm32cubeprog.html
282 https://os.mbed.com/teams/ST/wiki/DISCO_H747I-modifications-for-Ethernet
285 https://www.st.com/en/development-tools/stm32cubeide.html