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 support of AT32F435/437 that includes gpio、bus and clock. #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

qff233
Copy link

@qff233 qff233 commented Jan 28, 2024

  1. add bus of at32f435/437
  2. add gpio of at32f435/437
  3. add clock of at32f435/437

1. add bus of at32f435/437
2. add gpio of at32f435/437
@qff233 qff233 changed the title Add support of AT32F435/437 that include gpio、bus and clock. Add support of AT32F435/437 that includes gpio、bus and clock. Jan 28, 2024
@qff233
Copy link
Author

qff233 commented Jan 28, 2024

DMA_BUS
Add buses, clocks, and peripherals according to the official register manual. One of this is shown in the image above.

@kossnikita
Copy link
Owner

I'm sorry for the delay. I haven't been feeling well these days.
As I mentioned before in #3 (comment), we need to implement F3-like GPIO first, before this pins implementation.
The fields in CRM do not relate to a specific controller, but to many of them, so you need to configure this not only for the F415 or F435. You can check this in the register comparison table (see #3 (comment)).
I'll take care of the GPIO implementation when I go back to work (in a week or so)

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