Lines Matching +full:stm32 +full:- +full:fdcan

6 The STM32H745I-DISCO Discovery kit is a complete demonstration and development
7 platform for STMicroelectronics Arm |reg| Cortex |reg|‑M7 and Cortex |reg|‑M4 core-based STM32H745X…
12 Quad-SPI flash memory, and RGB interface LCD with capacitive multi-touch panel). ARDUINO |reg| Uno …
15 STLINK-V3E is integrated into the board, as an embedded in-circuit debugger and programmer for the
16 STM32 MCU and the USB Virtual COM port bridge
20 - Arm |reg| Cortex |reg| core-based microcontroller with 2 Mbytes of flash memory and 1 Mbyte of RA…
21 - 4.3” RGB interface LCD with touch panel connector
22 - Ethernet compliant with IEEE-802.3-2002, and PoE
23 - USB OTG FS
24 - SAI audio codec
25 - One ST-MEMS digital microphone
26 - 2× 512-Mbit Quad-SPI NOR flash memory
27 - 128-Mbit SDRAM
28 - 4-Gbyte on-board eMMC
29 - 1 user and reset push-button
30 - Fanout daughterboard
31 - 2× CAN FDs
32 - Board connectors:
34 - USB FS Micro-AB connectors
35 - ST-LINK Micro-B USB connector
36 - USB power Micro-B connector
37 - Ethernet RJ45
38 - Stereo headset jack including analog microphone input
39 - Audio header for external speakers
40 - Tag‑Connect |trade| (TAG) 10-pin footprint
41 - Arm |reg| Cortex |reg| 10-pin 1.27 mm pitch debug connector over STDC14 footprint
42 - ARDUINO |reg| Uno V3 expansion connectors
43 - STMod+
45 - Flexible power-supply options:
47 - STLINK-V3E USB connector, USB FS connector
48 - 5 V delivered by RJ45 (Power over Ethernet)
49 - 5 V delivered by ARDUINO |reg| or external connector
50 - USB charger
51 - USB power
53 More information about the board can be found at the `STM32H745I-DISCO website`_.
56 - `STM32H745XI on www.st.com`_
57 - `STM32H745xx reference manual`_
58 - `STM32H745xx datasheet`_
65 +-----------+------------+-------------------------------------+
68 | NVIC | on-chip | nested vector interrupt controller |
69 +-----------+------------+-------------------------------------+
70 | UART | on-chip | serial port |
71 +-----------+------------+-------------------------------------+
72 | PINMUX | on-chip | pinmux |
73 +-----------+------------+-------------------------------------+
74 | GPIO | on-chip | gpio |
75 +-----------+------------+-------------------------------------+
76 | RTC | on-chip | counter |
77 +-----------+------------+-------------------------------------+
78 | I2C | on-chip | i2c |
79 +-----------+------------+-------------------------------------+
80 | PWM | on-chip | pwm |
81 +-----------+------------+-------------------------------------+
82 | ETHERNET | on-chip | ethernet |
83 +-----------+------------+-------------------------------------+
84 | SPI | on-chip | spi |
85 +-----------+------------+-------------------------------------+
86 | QSPI NOR | on-chip | off-chip flash |
87 +-----------+------------+-------------------------------------+
88 | FDCAN | on-chip | fdcan |
89 +-----------+------------+-------------------------------------+
90 | FMC | on-chip | memc (SDRAM) |
91 +-----------+------------+-------------------------------------+
92 | RTC | on-chip | rtc |
93 +-----------+------------+-------------------------------------+
101 For more details please refer to `STM32H745-Disco UM`_.
104 ----------------------------------
106 - USART_3 TX/RX : PB10/PB11 (ST-Link Virtual Port Com)
107 - USART_1 TX/RX : PB6/PB7 (Arduino Serial)
108 - SPI_2 NSS/SCK/MISO/MOSI : PB4/PD3/PI2/PB15 (Arduino SPI)
109 - I2C_4 SCL/SDA: PD12, PD13 (Arduino I2C)
110 - USER_PB : PC13
111 - LD1 : PI13
112 - LD2 : PJ2
113 - LD3 : PD3
116 ------------
118 STM32H745I-DISCO System Clock could be driven by an internal or external
120 driven by the PLL clock at 480MHz, driven by an 25MHz high-speed external clock.
123 -----------
125 STM32H745I-DISCO board has 4 UARTs and 4 USARTs. The Zephyr console output is
129 -----------------
134 - **Compilation**: Clock configuration is only accessible to M7 core. M4 core only
136 - **Static pre-compilation assignment**: Peripherals such as a UART are assigned in
139 - **Run time protection**: Interrupt-controller and GPIO configurations could be
146 STM32H745I-DISCO board includes an ST-LINK/V3 embedded debug tool interface.
154 …Check if the on-board ST-LINK V3 has the latest firmware version. It can be done with either `STM3…
160 so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
164 the ``--runner`` (or ``-r``) option:
166 .. code-block:: console
168 $ west flash --runner openocd
169 $ west flash --runner jlink
171 Flashing an application to STM32H745I-DISCO
172 -------------------------------------------
178 - CPU0 (Cortex-M7) boot address is set to 0x80000000 (OB: BOOT_CM7_ADD0)
179 - CPU1 (Cortex-M4) boot address is set to 0x81000000 (OB: BOOT_CM4_ADD0)
187 ----------------------------------------------
188 First, connect the STM32H745I-DISCO to your host computer using
191 Here is an example for the :zephyr:code-sample:`hello_world` application.
193 Run a serial host program to connect with your STM32H745I-DISCO board.
195 .. code-block:: console
197 $ minicom -b 115200 -D /dev/ttyACM0
201 .. code-block:: console
207 .. zephyr-app-commands::
208 :zephyr-app: samples/hello_world
214 .. code-block:: console
225 Here is an example for the :zephyr:code-sample:`blinky` application on M4 core.
227 .. zephyr-app-commands::
228 :zephyr-app: samples/basic/blinky
241 :zephyr:code-sample:`hello_world` application.
243 .. zephyr-app-commands::
244 :zephyr-app: samples/hello_world
246 :maybe-skip-config:
253 .. _STM32H745I-DISCO website:
254 https://www.st.com/en/evaluation-tools/stm32h745i-disco.html
257 https://www.st.com/en/microcontrollers-microprocessors/stm32h745xi.html
260 …www.st.com/resource/en/reference_manual/rm0399-stm32h745755-and-stm32h747757-advanced-armbased-32b…
265 .. _STM32H745-Disco UM:
266 …https://www.st.com/resource/en/user_manual/um2488-discovery-kits-with-stm32h745xi-and-stm32h750xb-
269 https://www.st.com/en/development-tools/stm32cubeprog.html
272 https://www.st.com/en/development-tools/stm32cubeide.html