boards/arm/stm32h7: Add support for the NUCLEO-H723ZG board#18475
Merged
acassis merged 4 commits intoapache:masterfrom Mar 5, 2026
Merged
boards/arm/stm32h7: Add support for the NUCLEO-H723ZG board#18475acassis merged 4 commits intoapache:masterfrom
acassis merged 4 commits intoapache:masterfrom
Conversation
Increase IRQ count and add irqinfo handling in order to support the stm32h723zg chip. Signed-off-by: Pavel Pisa <pisa@fel.cvut.cz>
…H723VG) Add definition to setup appropriate reduced SRAM sizes CONFIG_STM32H7_STM32H72XXX_OR_STM32H73XXX. The define should make addition of other STM32H72X and TM32H73X chips easier. Signed-off-by: Pavel Pisa <pisa@fel.cvut.cz>
Contributor
|
@matiamic thanks for contribution. I do not have Nucleo but I have tested the BSP on the partner custom board with STM32H723VG with modified oscillator and console on different UART (experimental patch) and NSH configuration works there too. So I ma waiting for BSP mainlining and then I or you can start with custom BSP variant for industrial partner HW. |
michallenc
requested changes
Mar 4, 2026
Contributor
michallenc
left a comment
There was a problem hiding this comment.
Please also add at least the basic description to the documentation - Documentation/platforms/arm/stm32h7.
Add BSP for the NUCLEO-H723ZG board. Signed-off-by: Michal Matias <mich4l.matias@gmail.com>
Add page for the nucleo-h723zg board into the documentation. Signed-off-by: Michal Matias <mich4l.matias@gmail.com>
xiaoxiang781216
approved these changes
Mar 5, 2026
acassis
approved these changes
Mar 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This patch introduces support for the NUCLEO-H723ZG board.
Impact
The patch adds new definitions to the stm32h7 arch logic in order to accommodate a memory configuration and a set of peripherals of the STM32H723ZG chip that are slightly different from the chips that are already supported.
The last commit adds a BSP that is based on the BSP for the NUCLEO-H743ZI board. The new BSP contains a few corrections and the functionality that could not be tested during development is removed.
Testing
The included functionalities were tested with help of their corresponding test apps.
Tested functionalities: