This repository was archived by the owner on Mar 7, 2026. It is now read-only.
Feature: Add support for Arterytek MCU AT32F405, F423#1949
Merged
Conversation
dragonmux
reviewed
Oct 2, 2024
a352680 to
b18c2f1
Compare
Contributor
Author
|
Enhanced support detail for AT32F405. Added nominal support for AT32F423 as well. Added doc references. Not tested. |
3acb590 to
93cc477
Compare
Contributor
Author
|
Tested to detect an AT32F437ZM device even under read protection level 1. That renders not just internal flash but also UID, F_SIZE, and option bytes, readable as 0xFF, but DEBUG_SER_ID can still be used on these three families for identification. |
dragonmux
reviewed
Oct 12, 2024
6 tasks
a328567 to
00e2311
Compare
dragonmux
reviewed
Oct 26, 2024
Member
dragonmux
left a comment
There was a problem hiding this comment.
The patchset looks better - the comments are a lot clearer, thank you. With the only note we found this time taken care of, we'll get this merged.
* All of SRAM is declared regardless of parity checking * Two flash sizes are detected from idcode * DEBUG sleep and watchdog bits handling is enabled
5aafe37 to
6fc2a2d
Compare
6fc2a2d to
85b4110
Compare
dragonmux
approved these changes
Oct 26, 2024
Member
dragonmux
left a comment
There was a problem hiding this comment.
LGTM, merging. Thank you for the contribution!
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Detailed description
at32f43_probe.I do not have any chips accessible for that target and cannot test live, only read refmans. FPEC is at 0x40023C00, which is promising. USD and DBGMCU support not considered yet.
The generic F_SIZE method was used to not carry yet another table of Part IDs.
Your checklist for this pull request
Closing issues