Skip to content

NUCLEO-H743ZI

lbuild module: modm:board:nucleo-h743zi

Nucleo kit for STM32H743ZI

Please note that this BSP uses the Y revision of the STM32H743, which limits the main clock frequency to ≤400MHz and applies an errata bug fix to the SysTick, whose reference clock cannot be divided by 8.

See the STM32H743 errata sheet.

In case you are using the new revision V of STM32H743, you can overwrite the target option in your project.xml:

<library>
  <extends>modm:nucleo-h743zi</extends>
  <options>
    <option name="modm:target">stm32h743zit6/revV</option>
  </options>
</library>

This module is only available for stm32h743zit6.

Dependencies

modm:board:nucleo-h743zi modm_board_nucleo_h743zi modm: board: nucleo-h743zi modm_architecture_clock modm: architecture: clock modm_board_nucleo_h743zi->modm_architecture_clock modm_debug modm: debug modm_board_nucleo_h743zi->modm_debug modm_platform_clock modm: platform: clock modm_board_nucleo_h743zi->modm_platform_clock modm_platform_core modm: platform: core modm_board_nucleo_h743zi->modm_platform_core modm_platform_gpio modm: platform: gpio modm_board_nucleo_h743zi->modm_platform_gpio modm_platform_uart_3 modm: platform: uart: 3 modm_board_nucleo_h743zi->modm_platform_uart_3 modm_platform_usb_fs modm: platform: usb: fs modm_board_nucleo_h743zi->modm_platform_usb_fs

Limited availability: Check with 'lbuild discover' if this module is available for your target!