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

Add AT32 support #2839

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Add AT32 support #2839

wants to merge 6 commits into from

Conversation

rhgndf
Copy link

@rhgndf rhgndf commented Oct 14, 2024

Describe the PR
This makes it work on AT32F403A. Tested with the WeAct AT32F403A Blackpill board.

Additional context
https://github.com/WeActStudio/WeActStudio.BlackPill

@rhgndf
Copy link
Author

rhgndf commented Oct 23, 2024

Build works with:

cdc_msc$ make BOARD=at32f403a_weact_blackpill all

Memory region         Used Size  Region Size  %age Used
           FLASH:       23104 B         1 MB      2.20%
             RAM:       11816 B        96 KB     12.02%
CREATE _build/at32f403a_weact_blackpill/cdc_msc.bin
arm-none-eabi-objcopy -O binary  _build/at32f403a_weact_blackpill/cdc_msc.elf _build/at32f403a_weact_blackpill/cdc_msc.bin
CREATE _build/at32f403a_weact_blackpill/cdc_msc.hex

   text    data     bss     dec     hex filename
  14784    8260    3568   26612    67f4 _build/at32f403a_weact_blackpill/cdc_msc.elf

The board works with a usb serial and a mass storage device being detected.

@rhgndf rhgndf changed the title AT32F403A support Add AT32 support Oct 24, 2024
@hathach
Copy link
Owner

hathach commented Nov 7, 2024

thank you, I ordered an at32f403 board, will test this out when it is delivered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants