Open
Conversation
added 3 commits
March 26, 2026 08:46
Add board definitions for three STM32H743-based boards with external SDRAM, QSPI flash, USB and RGB display via LTDC. STM32H7_CORE supports two hardware variants (V1.0/V1.3) via the variant system.
The V10 hardware revision routes the SD card to SDMMC2 (pins B14, B15, B3, B4, D6, D7) instead of SDMMC1. Without MICROPY_HW_SDCARD_SDMMC=2 the driver looks up those pins in the SDMMC1 AF table and fails to build.
There was a problem hiding this comment.
1 issue found across 26 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="ports/stm32/boards/FK743M5-XIH6/mpconfigboard.mk">
<violation number="1" location="ports/stm32/boards/FK743M5-XIH6/mpconfigboard.mk:10">
P2: Board config hard-codes LVGL module paths that don’t exist in the repo, likely breaking builds for this board in a clean checkout.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
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
Fixed an error reported by the build process
Testing
make BOARD=DEV190806042Summary by cubic
Adds STM32H743 board family support with QSPI flash, external SDRAM, LTDC display, and USB FS, and fixes an SD card build error on STM32H7_CORE V10 by using SDMMC2 and the correct pins.
New Features
DEV190806042,FK743M5-XIH6, andSTM32H7_CORE(variants V10 and V13).Bug Fixes
Written for commit d84e00f. Summary will update on new commits.