Skip to content

Commit

Permalink
Add timers TIM23 and TIM24 to stm32h735
Browse files Browse the repository at this point in the history
  • Loading branch information
Reed Wilson committed Apr 2, 2022
1 parent 413f84d commit 0870b2e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions devices/stm32h735.yaml
Original file line number Diff line number Diff line change
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

0 comments on commit 0870b2e

Please sign in to comment.