Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ChibiOS: support STM32H7A3 #26089

Merged
merged 7 commits into from
Feb 1, 2024
Merged

ChibiOS: support STM32H7A3 #26089

merged 7 commits into from
Feb 1, 2024

Conversation

tridge
Copy link
Contributor

@tridge tridge commented Jan 28, 2024

This adds support for a MatekH7A3 board, which uses a H7A3 instead of a H743
The biggest difference with the H7A3 is it has 8k flash sectors.

This PR builds on the following PRs which should be merged first:

The only thing not working on the MatekH7A3 is microSD support

Copy link
Collaborator

@andyp1per andyp1per left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a couple of minor changes

this allows for doubling up sectors to give an effective sector size
of 16k, allowing for flash storage with a useful storage size
interesting MCU as it is the first H7 we support that doesn't have a
128k flash sector size
@peterbarker peterbarker merged commit 33f6a1d into ArduPilot:master Feb 1, 2024
92 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants