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 timers TIM23 and TIM24 to stm32h735 #712

Merged
merged 1 commit into from Apr 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 16 additions & 0 deletions devices/stm32h735.yaml
Expand Up @@ -72,6 +72,22 @@ _add:
description: BDMA Channel 7 interrupt
value: 136

# Additional timers
TIM23:
derivedFrom: TIM2
baseAddress: 0x4000E000
interrupts:
TIM23:
description: TIM23 global interrupt
value: 161
TIM24:
derivedFrom: TIM2
baseAddress: 0x4000E400
interrupts:
TIM24:
description: TIM24 global interrupt
value: 162

# PWR block
PWR:
CR3:
Expand Down