This repository was archived by the owner on Mar 7, 2026. It is now read-only.
Added support for AT32F403A/407/415.#1151
Merged
dragonmux merged 1 commit intoblackmagic-debug:mainfrom Jul 31, 2022
Merged
Conversation
Contributor
Author
|
Sorry @dragonmux for the delay. I've got real trouble with the git rebase command and found it was easier to delete my fork and restart everything from the ground. I don't want to start a rant about that tool... |
Member
|
We see this PR replaces #1150 so you could fix the branch used and get things into a suitable state. Regarding |
06984f5 to
605c41d
Compare
dragonmux
approved these changes
Jul 31, 2022
Closed
6 tasks
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.
The following PR adds support for ArteryTek ATF32F403A/407/415 family of MCUs based on Cortex M4 and peripherals compatible to STM32F103 family.
Some of the elements of this family does support an external Flash feature, which would require customized flash routines. The current solution will impose flash limit to 256KB, which are accessible using the STM32F103 compatible interface.
The PR was tested with the WeActStudio Blackpill based on AT32F403ACGU. English datasheet for these parts can be obtained on the ArteryTek website.
A simple Blink Led program was used to test using VisualGDB and Visual Studio 2022. The GDB interaction log is on the attachment: stm32_02-Debug.log