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

Incorrect timer versions on STM32H723 #509

Open
elagil opened this issue Jul 23, 2024 · 2 comments · May be fixed by #511
Open

Incorrect timer versions on STM32H723 #509

elagil opened this issue Jul 23, 2024 · 2 comments · May be fixed by #511

Comments

@elagil
Copy link
Contributor

elagil commented Jul 23, 2024

This probably also applies to other chips of the H7 variant, but it seems like the H7's timers are using the v1 schema, when most of them should be using the v2 schema. I noticed when trying to use the trigger source ITR5 of TIM2, which is not present in v1.

I found the following mapping.

v1 timers:
6
7
12
13
14
15
16
17

v2 timers:
1
2
3
4
5
8
23
24

Shall I create a pull request?

@Dirbaio
Copy link
Member

Dirbaio commented Jul 23, 2024

yes please!

@elagil
Copy link
Contributor Author

elagil commented Jul 24, 2024

Ok! I will try to do all H7 series parts then.

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 a pull request may close this issue.

2 participants