Skip to content

Commit 546ea29

Browse files
authored
Merge pull request #1238 from vasilNnikolov/fix_rcc_l0
fix #1227
2 parents 5e9a419 + f6f8056 commit 546ea29

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ Family-specific:
222222

223223
* L0:
224224
* Update vendor SVD bundle to v1.4 (#1081)
225+
* Fix RCC CIER register access (#1227)
225226

226227
* L1:
227228
* Update vendor SVD bundle to v1.4 (#1080)

devices/stm32l0x0.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ RCC:
9797
_modify:
9898
CICR:
9999
access: write-only
100+
CIER:
101+
access: read-write
100102
CR:
101103
_modify:
102104
CSSLSEON:

devices/stm32l0x1.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ RCC:
110110
_modify:
111111
CICR:
112112
access: write-only
113+
CIER:
114+
access: read-write
113115
CR:
114116
_modify:
115117
CSSLSEON:

devices/stm32l0x2.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ RCC:
115115
_modify:
116116
CICR:
117117
access: write-only
118+
CIER:
119+
access: read-write
120+
118121
CR:
119122
_modify:
120123
CSSLSEON:

devices/stm32l0x3.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ RCC:
131131
_modify:
132132
CICR:
133133
access: write-only
134+
CIER:
135+
access: read-write
134136
CR:
135137
_modify:
136138
CSSLSEON:

0 commit comments

Comments
 (0)