Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 018bf04

Browse files
Fix Overdrive and BDMADR fields on h743/h753
Co-authored-by: Alexander Dewing <[email protected]>
1 parent 4a70124 commit 018bf04

File tree

8 files changed

+23
-0
lines changed

8 files changed

+23
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
HRTIM_Common:
2+
_modify:
3+
BDMADR:
4+
addressOffset: 0x70
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
SYSCFG:
2+
PWRCR:
3+
_modify:
4+
ODEN:
5+
bitWidth: 1
6+
description: "Overdrive enable"

devices/stm32h743.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,5 @@ _include:
100100
- common_patches/h7_crc_addr_fix.yaml
101101
- common_patches/h7_wwdg.yaml
102102
- common_patches/h7_ethernet_mac.yaml
103+
- common_patches/h74x_syscfg_pwrcr.yaml
104+
- common_patches/h743_hrtim_common.yaml

devices/stm32h743v.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,5 @@ _include:
102102
- common_patches/h7_crc_addr_fix.yaml
103103
- common_patches/h7_wwdg.yaml
104104
- common_patches/h7_ethernet_mac.yaml
105+
- common_patches/h74x_syscfg_pwrcr.yaml
106+
- common_patches/h743_hrtim_common.yaml

devices/stm32h747cm4.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,4 @@ _include:
102102
- common_patches/h7_crc_addr_fix.yaml
103103
- common_patches/h7_wwdg.yaml
104104
- common_patches/h7_ethernet_mac.yaml
105+
- common_patches/h74x_syscfg_pwrcr.yaml

devices/stm32h747cm7.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,4 @@ _include:
107107
- common_patches/h7_crc_addr_fix.yaml
108108
- common_patches/h7_wwdg.yaml
109109
- common_patches/h7_ethernet_mac.yaml
110+
- common_patches/h74x_syscfg_pwrcr.yaml

devices/stm32h753.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,5 @@ _include:
111111
- common_patches/h7_crc_addr_fix.yaml
112112
- common_patches/h7_wwdg.yaml
113113
- common_patches/h7_ethernet_mac.yaml
114+
- common_patches/h74x_syscfg_pwrcr.yaml
115+
- common_patches/h743_hrtim_common.yaml

devices/stm32h753v.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
_svd: ../svd/stm32h753v.svd
22

3+
_modify:
4+
name: STM32H753v
5+
36
# Merge the hundreds of individual bit fields into single fields for the
47
# crypt key/iv registers.
58
CRYP:
@@ -113,3 +116,5 @@ _include:
113116
- common_patches/h7_crc_addr_fix.yaml
114117
- common_patches/h7_wwdg.yaml
115118
- common_patches/h7_ethernet_mac.yaml
119+
- common_patches/h74x_syscfg_pwrcr.yaml
120+
- common_patches/h743_hrtim_common.yaml

0 commit comments

Comments
 (0)